May 2007 - Posts
C# LINQ Samples and content for Beta 1 VB LINQ Samples for Beta 1 Namoskar!!!
Read More...
From 4GuysFromRolla This article is one in a series of articles on ASP.NET 2.0's membership, roles, and profile functionality. Part 1 - learn about how the membership features make providing user accounts on your website a breeze. This article covers
Read More...
As you know with Orcas Beta 1 we have Linq to SQL template available. There we can drag and drop any database table and the code will be ready for you to use. What if you are not a wizard addicted like me and wants to write your own clean code? I love
Read More...
Why LINQ (or other components of Linq). One of the major reasons is that to address the mismatch between relational data domain and object domain. Database was more comfortable for developers from SQL world and they were no where in object domain. Please
Read More...
When we consider managed code in our application we also have to think about the performance. .NET has its own way of fine tuning things but just by remembering couple of things we can prevent the unnecessary push backs from our end. One of the biggest
Read More...
Project codename "Astoria" is to enable enable applications to expose data as a data service that can be consumed by web clients within a corporate network and across the internet. The data service is reachable over HTTP, and URIs are used to identify
Read More...
Formally known as WPF/E, Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of Microsoft .NET–based media experiences and rich interactive applications for the Web. Find out more resources from MIX . To be updated
Read More...
Microsoft decided to launch ADO.NET Entity Framework and Tools during the first half of 2008 as an update to the Orcas release of the .NET Framework and Visual Studio. For more in details please refer ADO.NET Entity Framework Update Microsoft’s Data Access
Read More...
MIX07 sessions are now available for offline viewing. This download is available in both wmv and for Zune or else you can play it using Silverlight (the scale down version of WPF known as WPF/E). http://sessions.visitmix.com/ Recommended session, DEV04
Read More...
What is ADO.NET vNext or Entity Framework? It has been a long journey for the application development and data access. Starting from DLib,… DAO, ADO , ADO.NET. Now the world is for ADO.NET vNext or Entity Framework model. This is to increase the level
Read More...
I though that I must dedicate my first blog entry which I have used for this blog. You can get this from http://get.live.com/betas/writer_betas and enjoy the power. Namoskar!!!
Read More...
You might face the same issue as I faced today. I was trying to generate an Entity Data Model using the wizard and the code file was almost empty. So I was not able to implement that model to display the records. This is a known issue and the fix is available
Read More...
A nice site at http://www.dofactory.com/Patterns/Patterns.aspx Creational Patterns Abstract Factory Creates an instance of several families of classes Builder Separates object construction from its representation Factory Method Creates an instance of
Read More...
Do you know there is another language called Cω ? This is still is experimental stage and the future plan is yet to be decided. This is targeted for concurrent programming. The approach will be more easy and user friendly. Application programmers also
Read More...