CAROLINEJN
Name: CAROLINEJN
Score: 85
Last Seen: 1039 days, 9 hours, 3 minutes ago
Member Since: 2 June, 2010
DotNetShoutout
atom rss
4
Shouts

Visual Studio ALM Rangers – Architecture Guidance

published 1061 days, 12 hours, 4 minutes ago posted by ClemensReijnenClemensReijnen 1062 days, 14 hours, 20 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Saturday, June 26, 2010 9:34:18 AM GMT
Visual Studio 2010 Architecture Tooling Guidance Practical guidance for Visual Studio 2010 Ultimate, focused on modeling tools. These release includes common usage scenarios, hands on labs and lessons learnt from the community discussions. The scenarios include understanding and reverse engineering an existing solution or starting a new solution from scratch. These are both common challenges that any dev lead or architect faces. The intent is not to give you an in-depth tour of the product features, b... (more)
category: Architecture | clicked: 0 | comment | | source: www.clemensreijnen.nl
tags: VS2010
4
Shouts

Article Selected @asp.net

published 1061 days, 12 hours, 4 minutes ago posted by abhi2434abhi2434 1063 days, 3 hours, 8 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Friday, June 25, 2010 8:46:47 PM GMT
Hi guys, Hope everyone is doing well. In this post I must mention that recently one of my article is been published to ASP.NET, the official Microsoft ASP.NET site. I am very pleased and thankful to everybody who supported me, especially my friend Abhijit Jana, and also Sheo Narayan and all the members of DotNetFunda Team. I also much congratulate codeproject as well, from where I started writing. The article deals with the new concept of ASP.NET 4.0 which enables you to manipulate ClientId... (more)
category: Web Dev | clicked: 0 | comment | | source: www.abhisheksur.com
7
Shouts

Functional Fun: WPF MVVM Commands - new reduced-boilerplate recipe

published 1060 days, 11 hours, 47 minutes ago posted by http://www.google.com/profiles/samuel.jackhttp://www.google.com/profiles/samuel.jack 1063 days, 10 hours, 26 minutes ago
Monday, June 28, 2010 12:07:55 PM GMT Friday, June 25, 2010 1:28:00 PM GMT
Creating ICommands in ViewModels is one of the more tedious parts of doing MVVM in WPF. Here's a technique for reducing the amount of boilerplate code you need to write. (more)
category: Metro | clicked: 3 | comment | | source: blog.functionalfun.net
tags: Silverlight, C#, WPF, MVVM
7
Shouts

jon torresdal - Screen Cast: Windows Identity Foundation and Active Directory Federation Services

published 1060 days, 11 hours, 47 minutes ago posted by http://jon.torresdal.net/http://jon.torresdal.net/ 1062 days, 12 hours, 18 minutes ago
Monday, June 28, 2010 12:07:55 PM GMT Saturday, June 26, 2010 11:36:41 AM GMT
A few months back I went on a tour with MSDN Live here in Norway talking about WIF and ADFS. These talks where recorded, but only in Norwegian, so I did a screen cast of the same talk in English. This will eventually be available on Channel9, but until then I’ve made it available here. WIF together with AD FS 2.0 really made it easy to do federation with partner organizations whic... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: blog.torresdal.net
tags: Security, ADFS, WIF, STS, Federation, ASP.NET
6
Shouts

WCF Concurrency (Single, Multiple and Reentrant) and Throttling

published 1060 days, 11 hours, 47 minutes ago posted by dotnetfundadotnetfunda 1062 days, 15 hours, 26 minutes ago
Monday, June 28, 2010 12:07:55 PM GMT Saturday, June 26, 2010 8:28:38 AM GMT
In this article we will concentrate on WCF concurrency and throttling. We will first try to understand what are WCF concurrency and the 3 important types of WCF concurrency. We will then see a small sample of WCF concurrency with single and multiple. We will then go through 9 combinations of WCF concurrency and instancing. Finally we will try to understand how to configure throttling using WCF ‘web.config’ file. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: WCF
5
Shouts

Breaking up is hard to do Tip Put XAML attributes and elements on multiple lines so the markup is easy to read and work with - David Anson

published 1061 days, 12 hours, 4 minutes ago posted by jantujantu 1063 days, 13 hours, 46 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Friday, June 25, 2010 10:08:12 AM GMT
The last few tips have dealt with DependencyProperty issues. Now it's time for something completely different: XAML. While it's nice to pretend XAML editing can all be done in a design tool like Visual Studio or Expression Blend, I've always felt that XAML should be pleasant for people to work with, too. Therefore, it's worthwhile to establish a common approach to XAML formatting. What I find works well is to put attributes and elements on separate lines with a single indent for continuations and nestin... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: Silverlight, WPF, Development Tips
6
Shouts

TFS 2010 Upgrade Issue - Brian Harry

published 1061 days, 12 hours, 4 minutes ago posted by impaimpa 1062 days, 10 hours, 46 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Saturday, June 26, 2010 1:08:40 PM GMT
We have discovered a potentially serious issue that can affect upgrades from TFS 2005 or TFS 2008 to TFS 2010. The issue is triggered by a specific pattern of labels, renames, deletes and/or branches that existed before the upgrade. Once the upgrade is complete the contents of the affected labels could be incorrect. Also some internal merge tracking data could be incorrect, resulting in the need to reapply previous merges. Under no circumstance will it cause the contents of any source code to be modi... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: TFS
8
Shouts

VS 2010 Productivity Improvements, Part III - Somasegar's WebLog

published 1061 days, 12 hours, 4 minutes ago posted by rajuraju 1064 days, 18 hours, 28 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Thursday, June 24, 2010 5:26:05 AM GMT
In my previous posts on the productivity improvements in Visual Studio 2010, I've focused on features that all VS developers can take advantage of. Sometimes, though, the most useful features are those that are specific to the development language you're using or platform you're developing for. After all, C++ developers often need different features than C# developers, and web developers have different requirements from Windows developers. Today's post focuses on a few enhancements meant just for you ... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: C#, C++, Visual Studio 2010, Windows, VS developers
6
Shouts

Representing user input

published 1061 days, 12 hours, 4 minutes ago posted by sonukapoorsonukapoor 1063 days, 8 hours, 53 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Friday, June 25, 2010 3:01:01 PM GMT
This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss designing a model to represent the data coming into an application. ASP.NET MVC 2 features coupled with a strong input model make it easy to work with user input in an application. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: MVC 2, ASP.NET
8
Shouts

.NET Technology from HimaBindu Vejella's Pen: Microsoft Office 2010 - Community Launch at Guntur

published 1061 days, 12 hours, 4 minutes ago posted by himanethimanet 1064 days, 18 hours, 49 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Thursday, June 24, 2010 5:05:10 AM GMT
I have gone to Guntur, my Home Town to launch Microsoft Office 2010 at Hotel Sindhuri,Brodipet. The launch was a great success on 20th June 2010, in fact we got the crowd more than expected. In fact the event has been covered in the Country's one of the best news paper The Hindu, very well received. The goal of the event was get educated on MS Office 2010 new features to the audience. I am sure that the participants learnt something and also at the same time they can also build relationships between Micr... (more)
category: Screencast | clicked: 0 | comment | | source: himabinduvejella.blogspot.com
tags: Office 2010, Microsoft Office 2010 Launch
6
Shouts

ULS Viewer - SharePoint Log Viewer - A nice SharePoint Tool

published 1061 days, 12 hours, 4 minutes ago posted by PraveenPraveen 1063 days, 11 hours, 29 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Friday, June 25, 2010 12:25:03 PM GMT
In SharePoint, I know the big pain in development is if we get any exceptions or errors in the code we have implemented, then go back to log files and scroll or search to the exception or error details and try to solve it. The notepad file size could be in MB's. It's difficult to maintain and see what was caused the problem very easily. Most of times it frustrates to search and find the corresponding problem as notepad is very slow i... (more)
category: Architecture | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: ULS Viewer, Sharepoint, Logs
6
Shouts

Orca "amus" demistified: how to get windows #installer to do what you want it do to

published 1061 days, 12 hours, 4 minutes ago posted by TabblesTabbles 1063 days, 9 hours, 19 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Friday, June 25, 2010 2:35:09 PM GMT
Ladies and Gentlemen, it was a real heartbeat night hear at Yellow blue soft. We’ve been fighting with Windows Installer for the past year, and there seemed to be no way out.  We had a number of crash which were obviously due to the installation process. Yes, I hear you: “why you didn’t move to Installshield/nullsoft/installaware/younameit?”. The answer is that none of those does (apparen... (more)
category: Architecture | clicked: 0 | comment | | source: tabbles.net
tags: installer, .msi, tabbles, orca, Installation
6
Shouts

SharePoint 2010 ECMAScript Intellisense in Visual Studio 2010

published 1061 days, 12 hours, 4 minutes ago posted by PraveenPraveen 1063 days, 11 hours, 29 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Friday, June 25, 2010 12:25:48 PM GMT
This post is a very big help to the SharePoint 2010 developers. We need the intellisense help to write code fast in our SharePoint applications. But, in SP2010 BETA I faced so many problems to find what methods a java script object has. After written a long post on how to get the java script intellisense working in Visual Studio 2008 this is now an easy for me to do the same on Visual Studio 2010. I just tried the same implementation... (more)
category: Architecture | clicked: 5 | comment | | source: praveenbattula.blogspot.com
tags: ECMAScript, Visual Studio 2010, SharePoint 2010, JavaScript, Intellisense
8
Shouts

XQuery Lab 59 – OPENXML() and XML Namespace Declarations - Jacob's Blog

published 1061 days, 12 hours, 4 minutes ago posted by jacobsebastianjacobsebastian 1063 days, 13 hours, 14 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Friday, June 25, 2010 10:40:43 AM GMT
Dealing with XML documents having namespace declaration is always very confusing when using OPENXML() function. This post explains how to use OPENXML with XML documents having namespace declarations. (more)
category: Data | clicked: 1 | comment | | source: beyondrelational.com
tags: xquery, OpenXML, XML, SQLServer
8
Shouts

Displaying geo-referenced Flickr images in Silverlight 4 using Bing Maps

published 1061 days, 12 hours, 4 minutes ago posted by KMilKMil 1063 days, 15 hours, 59 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Friday, June 25, 2010 7:55:15 AM GMT
This tutorial will guide you through creating your own application to display geo-tagged Flickr images on a Bing Maps backdrop in Silverlight 4. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
5
Shouts

Silverlight Tip of the Day #32 – BiDi – Bi-Directional Text - Mike Snow

published 1061 days, 12 hours, 4 minutes ago posted by jantujantu 1062 days, 10 hours, 18 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Saturday, June 26, 2010 1:36:37 PM GMT
BiDi or Bi-directional text is text that flows right-to-left (RTL) and left-to-right (LTR). For example, while English flows left to right other languages such as Arabic, Hebrew and Persian scripts flow right to left. Chinese characters can also be written in either RTL or LTR directions.Silverlight supports BiDi through a property called FlowDirection.This property can be set to either RightToLeft or the default LeftToRight. (more)
category: Metro | clicked: 0 | comment | | source: www.michaelsnow.com
tags: Silverlight, text
5
Shouts

Programming the Task Bar in Windows 7 with WPF 4 Article Series - Beth Massi

published 1061 days, 12 hours, 4 minutes ago posted by jantujantu 1062 days, 10 hours, 27 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Saturday, June 26, 2010 1:27:11 PM GMT
Last week we published an article by VB MVP Alessandro Del Sole on how to utilize a cool Windows 7 Task Bar feature from WPF. Well this week we published another one on Jump Lists and Ale has promised to deliver even more! So yesterday we added a dedicated page to the Visual Basic Developer Center that has a list of articles, samples and resources for programming in WPF and Windows7... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows 7, Community, Visual Basic, WPF, article, VS2010, DevCenter
7
Shouts

Patch Available for Cut or Copy displaying “insufficient memory” error in VS 2010 - The Visual Studio Blog

published 1060 days, 11 hours, 47 minutes ago posted by rajuraju 1062 days, 18 hours, 35 minutes ago
Monday, June 28, 2010 12:07:55 PM GMT Saturday, June 26, 2010 5:19:26 AM GMT
If you're experiencing frequent “insufficient memory” errors when doing small cut or copy operations in Visual Studio 2010 RTM, please download this patch to see whether it resolves the issue... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010
6
Shouts

HTTP duplex messaging improvements in Silverlight 4 - Silverlight Web Services Team

published 1061 days, 12 hours, 4 minutes ago posted by jantujantu 1062 days, 12 hours, 51 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Saturday, June 26, 2010 11:03:39 AM GMT
One of the new features in the WCF stack in Silverlight 4 is an improvement of our PollingDuplex binding, which allows duplex communication over HTTP. HTTP is a request/reply communication medium, so some tricks are needed to make it look like a duplex transport, where both the client and the server can send messages to each other.Check out our MSDN tutorial for a walkthrough on how to build a service using PollingDuplex in Silverlight 4 using Visual Studio 2010... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: pollingduplex, Performance
7
Shouts

The Weekly Source Code 53 - "Get'er Done" Edition - XML in the left hand becomes HTTP POSTs in the right hand - Scott Hanselman

published 1060 days, 11 hours, 47 minutes ago posted by jantujantu 1062 days, 12 hours, 56 minutes ago
Monday, June 28, 2010 12:07:55 PM GMT Saturday, June 26, 2010 10:58:20 AM GMT
I wrote some code tonight in about ten minutes with a "Get'er Done" attitude. We all do that (I hope). It's one-time code that will solve a one-time problem. As such, it isn't always pretty, but it often is interesting.I've got this silly website called OverheardAtHome that is a collection of silly quotes and stories that my kids (and your kids) have said around the house. It was running on DasBlog (just like this blog) for the last year or more, but the sheer workflow of populating the site was gettin... (more)
category: How To | clicked: 0 | comment | | source: www.hanselman.com
tags: XML
Previous 1 2 Next