Welcome to MSDN Blogs Sign in | Join | Help

Wriju's BLOG

.NET and everything

October 2008 - Posts

Visual Studio 2010: First Look of my VS 2010
How this new Visual Studio 2010 looks like? This has three views. Here it is, Start Page > Welcome Start Page > Projects Start Page > Visual Studio Namoskar!!! Read More...
C# 4.0: My First Dynamic Program
I am super excited to see Anders demonstrating C# 4.0 for first time in public. I am a real fan of him and downloaded the public bit to tryout. Here is my first Dynamic C# 4.0 program. There is nothing much to be excited from my Program but I am very Read More...
PDC 2008 Must be Enjoyed
If you are thinking that you are a looser not by attending PDC 2008, forget it. Stretch your body as you might to stay connected to your chair for long time. What is Visual Studio 2010 Windows Azure Project "Velocity" Dublin Oslo Parallelism Read More...
Application Architecture Guide 2.0 EBook
For you to design the better future. Link to download http://www.codeplex.com/AppArchGuide Namoskar!!! Read More...
ADO.NET Entity: LINQ to Entity with Relationship
Relationship and getting data from Entity Framework using Northwind database Simple Query using ( NorthwindEntities ctx = new NorthwindEntities ()) { var query = from o in ctx.Orders select o.OrderID; foreach ( var k in query) { Console .WriteLine(k); Read More...
MSDN Magazine Online
Get your MSDN magazine from web at http://msdn.microsoft.com/msdnmag/ . Namoskar!!! Read More...
ADO.NET Entity: Insert Update and Delete with Relationship
Few days back I had written an article on Insert/Update/Delete for simple standalone tables at ADO.NET Entity: Insert Update and Delete . Now after that many of you had requested me to put article on how it works with relationship. Here I will use a database Read More...
Visual Studio 2010 and .NET Framework 4.0 Overview
Know more about it and keep you sink with http://msdn.microsoft.com/en-us/vstudio/products/cc948977.aspx What's New Overview of WF 4.0, WCF 4.0, and Windows Server "Dublin" Additional Resources Analyst Webcast: Trends and Innovations in the Application Read More...
Page view tracker