Welcome to MSDN Blogs Sign in | Join | Help

Wriju's BLOG

.NET and everything

April 2009 - Posts

Learn IIS 7
Learning IIS7 is so organized. Thanks to the team http://learn.iis.net/   Namoskar!!! Read More...
Windows 7 RC will be available from May 5
You will be able to download from http://www.microsoft.com/windows/windows-7/default.aspx Namoskar!!! Read More...
ADO.NET Entity Framework : Editing a detached Object
In Layered scenario, you might need to pass an object to another method while updating. Carrying open Context is not good however you may try the below approach by using “ CreateEntityKey ”. But this will not work if you have configured your edmx with Read More...
ASP.NET 3.5 ListView and DataPager : Making RSS Reader
ASP.NET 3.5 comes with bundle of new data bound controls. Among them ListView and DataPager are the ones I am going talk here. To me ListView is the enhanced from of DataRepeater. It has got everything you might need to create an app with your HTML/CSS Read More...
Improving LINQ to SQL Application Performance
Must read http://www.sidarok.com/web/blog/content/2008/05/02/10-tips-to-improve-your-linq-to-sql-application-performance.html Namoskar!!! Read More...
Data Services (aka Astoria) : CRUD (Select / Insert / Update / Delete )
Creating Astoria is very easy and many of you might have tried that out. What important for us is to work with that data. If you are developing Visual Studio Solution then things are quite obvious as mentioned below, Either you will have Astoria or you Read More...
Azure Training Kit – April 2009 Update
Is available at http://www.microsoft.com/downloads/details.aspx?FamilyID=413E88F8-5966-4A83-B309-53B7B77EDF78&displaylang=en Namoskar!!! Read More...
LINQ to SQL : Returning Scalar Value from Stored Procedure
In LINQ to SQL it is not that easy thing to achieve as compared to other features. Let us assume you have a Stored Procedure like, Case 1: With Output Parameter CREATE PROCEDURE [dbo] . [GetEmployeeCount] @OutVal DateTime OUTPUT AS BEGIN SELECT @OutVal Read More...
LINQ to SQL : Using ChangeSet for Audit Trail
Most of the transactional scenario, you may need to add the transaction to some table for ref. many apps does it for admin perspective. Problem You can do it in LINQ to SQL with ChangeSet but the problem is with Inserts. It does not give you the Identity Read More...
ADO.NET Entity Framework and Data Services Case Study
Story of Misys Healthcare Systems is very interesting. They have increased 60% of their development process while migrating their apps to ASP.NET Ajax using Entity Framework and Data Services. Full story at http://www.microsoft.com/casestudies/casestudy.aspx?casestudyid=4000002427 Read More...
Page view tracker