Sriram's WebLog Microsoft solution specialist on web platform, Columbus Ohio

Sriram's WebLog Microsoft solution specialist on web platform, Columbus Ohio
Lazy loading in Entity framework

What is lazy loading object? As per Martin Fowler, "An object that doesn't contain all of the data you need but knows how to get it."

Here Bruno explains clearly how lazy loading works in terms of  ADO .NET entity framework 4.0

 

 

Quote of the day

There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult. -- C.A.R. Hoare
 

Branching and looping in a declarative web test

Ever wondered how to do the branching and looping in a web test. Until VS 2008, this is possible only by creating coded web tests and work through your logic
But with VS 2010, it comes out of the box as Chirs explains.

http://blogs.msdn.com/chrispat/archive/2010/01/10/branching-and-looping-in-a-declarative-web-test.aspx

Posted: Jan 12 2010, 10:09 AM by sonyram | with no comments |
Filed under:
Visual Studio Myth busters

Nice application on various Visual Studio products with key features and myth busters.

 http://msdn.microsoft.com/en-gb/ee679805.aspx

Posted: Jan 06 2010, 03:23 PM by sonyram | with no comments
Filed under:
Run tests without VS IDE

 I have been working on a new build process using TFS 2008 and VS 2008 and were setting up a new build server and were researching whether I could run web tests in the build PC as part of build verification test without installing the Visual Studio test edition. Looks like it is possible with VS 2010 and all you need is VS Team Agent which is a lightweight component running on your build server.

Here is the article, clearly explaining how to go about it.
http://blogs.msdn.com/anutthara/archive/2009/12/16/running-tests-in-mstest-without-installing-the-vs-ide.aspx

Posted: Dec 30 2009, 09:17 AM by sonyram | with no comments |
Filed under: ,
@@IDENTITY vs SCOPE_IDENTITY()

Have you ever wondered why the @@IDENTITY is not returning the "right" value occassionally when everything was working correctly earlier. Here is the reason.

@@IDENTITY and SCOPE_IDENTITY return the last identity value generated in any table in the current session. However, SCOPE_IDENTITY returns the value only within the current scope; @@IDENTITY is not limited to a specific scope.

Read on here

http://blogs.msdn.com/spike/archive/2009/10/20/my-take-on-identity-vs-scope-identity.aspx

 
Posted: Dec 28 2009, 04:48 PM by sonyram | with no comments
Filed under:
How to migrate TFS 2008 build definitions to TFS 2010

List of QA on migration of TFS 2008 build definitions to TFS 2010 from Jim

http://blogs.msdn.com/jimlamb/archive/2009/11/03/upgrading-tfs-2008-build-definitions-to-tfs-2010.aspx

Posted: Dec 23 2009, 03:20 PM by sonyram | with no comments
Filed under:
What is 260 character limitation on paths?

 Here we go.

http://blogs.msdn.com/bclteam/archive/2007/02/13/long-paths-in-net-part-1-of-3-kim-hamilton.aspx

Posted: Dec 23 2009, 03:10 PM by sonyram | with no comments
Filed under: , ,
How to troubleshoot?

Tess explains how to approach the troubleshooting a issue.

http://blogs.msdn.com/tess/archive/2009/09/09/first-step-in-troubleshooting-complex-issues-define-and-scope-your-issue-properly.aspx 

I like this comment

"This is so true. One of my favorite cartoons (don't know where I first saw it) is of a guy crawling around under a streetlight looking for something. Someone stops to help, and after looking for a while asks "where did you lose it?"

"Over there" he points to a dark corner

"Why are we looking for it here?"

"Because the light is better!"

 

 


Posted: Dec 23 2009, 02:58 PM by sonyram | with no comments
Filed under:
TFS 2010 key changes

Brain has done a wonderful job on creating a blog on the key developments/architectural changes in TFS 2010. Worth reading. Even better the comment section (though it is real long!!). I was hoping for branched history for a given file in TFS 2010 but it looks like it is still missing. I guess we have to live with Power tools until it comes out:(

 

http://blogs.msdn.com/bharry/archive/2009/04/19/team-foundation-server-2010-key-concepts.aspx

Posted: Dec 23 2009, 02:53 PM by sonyram | with no comments
Filed under:
More Posts Next page »