Wriju's BLOG
.NET, Cloud and everything
Learn IIS 7
Learning IIS7 is so organized. Thanks to the team https://learn.iis.net/ Namoskar!!!
Author: Wriju Ghosh Date: 04/30/2009
Windows 7 RC will be available from May 5
You will be able to download from https://www.microsoft.com/windows/windows-7/default.aspx...
Author: Wriju Ghosh Date: 04/30/2009
ADO.NET Entity Framework : Editing a detached Object
In Layered scenario, you might need to pass an object to another method while updating. Carrying...
Author: Wriju Ghosh Date: 04/23/2009
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...
Author: Wriju Ghosh Date: 04/19/2009
Improving LINQ to SQL Application Performance
Must read...
Author: Wriju Ghosh Date: 04/14/2009
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...
Author: Wriju Ghosh Date: 04/12/2009
Azure Training Kit – April 2009 Update
Is available at...
Author: Wriju Ghosh Date: 04/10/2009
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...
Author: Wriju Ghosh Date: 04/09/2009
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...
Author: Wriju Ghosh Date: 04/03/2009
ADO.NET Entity Framework and Data Services Case Study
Story of Misys Healthcare Systems is very interesting. They have increased 60% of their development...
Author: Wriju Ghosh Date: 04/03/2009
MIX 09 : List of All Sessions to Download
Author: Wriju Ghosh Date: 03/24/2009
MIX 09 Session Recordings are Available
Are available at https://sessions.visitmix.com/MIX09/ Namoskar!!!
Author: Wriju Ghosh Date: 03/23/2009
ASP.NET MVC 1.0 Released
Please find it https://go.microsoft.com/fwlink/?LinkId=144444 Namoskar!!!
Author: Wriju Ghosh Date: 03/20/2009
Silverlight 3 Announced
Hurray!!! We have it finally!!!! We have added 50 new features. It can run Silverlight video in...
Author: Wriju Ghosh Date: 03/18/2009
Silverlight 3 and Blend 3 demo live
Watch it out now at https://live.visitmix.com/ Namoskar!!!
Author: Wriju Ghosh Date: 03/18/2009
ADO.NET Entity Framework vs LINQ to SQL
I have been getting a continuous request on what we should be using? LINQ to SQL or ADO.NET Entity...
Author: Wriju Ghosh Date: 03/13/2009
Azure Services White Papers
Introducing the Azure™ Services Platform Using computers in the cloud can make lots of sense. Rather...
Author: Wriju Ghosh Date: 03/12/2009
Choosing between ADO.NET Entity Framework and LINQ to SQL
As part of my day to job I come across a very common question from the developer community that one...
Author: Wriju Ghosh Date: 03/07/2009
ADO.NET Data Services : Accessing Non-Relational Data
As you all know Astoria (Data Services) supports anything as backend. Not necessarily you need to...
Author: Wriju Ghosh Date: 03/06/2009
ADO.NET Data Services (Astoria) Resources
ADO.NET Entity Framework Resources https://msdn.microsoft.com/en-us/library/cc907912.aspx Overview:...
Author: Wriju Ghosh Date: 03/06/2009
C# 4.0 : New Extension Method “Zip”
While browsing the features I found an interesting extension method called “Zip”. How it works,...
Author: Wriju Ghosh Date: 02/27/2009
C# 4.0 : Named Arguments
For methods having numerous arguments we tend to get confused. And this is also pain for others...
Author: Wriju Ghosh Date: 02/27/2009
C# 4.0 : Optional Parameters
Days of creating multiple overloads to avoid parameters are gone. You no more have to create many...
Author: Wriju Ghosh Date: 02/27/2009
C# 4.0 : Dynamic Objects
“Working with dynamic objects statically” – Anders Hejlsberg When you work with C# 4.0 you get to...
Author: Wriju Ghosh Date: 02/27/2009
Azure Resources : How Do I Do Series Vides
Check out this url https://msdn.microsoft.com/en-us/azure/dd439432.aspx Namoskar!!!
Author: Wriju Ghosh Date: 02/23/2009
ADO.NET Entity Framework : Working with Stored Procedure
Here we go, I generally get questions from developers that if they will have to scrub the existing...
Author: Wriju Ghosh Date: 02/20/2009
ADO.NET Entity Framework : Paging EntitySQL
Paging in EntitySQL is really easy to achieve. You have got two important sub-clauses (or query...
Author: Wriju Ghosh Date: 02/13/2009
ADO.NET Entity Framework : Using EntityClient and EntitySQL
Using Entity Framework with LINQ is simple and fun stuff. But if you are concerned about the...
Author: Wriju Ghosh Date: 02/12/2009
ADO.NET and Data Articles by John Papa
Many of you might be following John Papa’s article on Data and related topics. Myself have...
Author: Wriju Ghosh Date: 02/01/2009
ADO.NET Data Services Resources
Help yourself by exploring below resources on ADO.NET Data Services (aka "Project...
Author: Wriju Ghosh Date: 01/25/2009
Welcome to the World of Windows Azure
I am very much excited as I should be to start with my First Windows Azure Application. I did...
Author: Wriju Ghosh Date: 01/20/2009
My Cloud Setup
I have done setup in my dev machine for Cloud development. Now my Visual Studio looks different,...
Author: Wriju Ghosh Date: 01/13/2009
.NET Services White Papers (Dec 2008 CTP)
There are four papers on Introduction to Microsoft .NET Services Microsoft .NET Access Control...
Author: Wriju Ghosh Date: 01/13/2009
App Arch Guide 2.0 Pocket Reference
Actual Application Architecture Guide 2.0 is of 300+ pages. So it is very difficult to carry every...
Author: Wriju Ghosh Date: 01/08/2009
Free EBooks at CodePlex
There are many more books available. Go and grab them · Acceptance Test Engineering Guidance ·...
Author: Wriju Ghosh Date: 01/07/2009
C# and VB.NET Coding Standards
This one is small and concise. I love the work on standards. You may or may not agree to it. But...
Author: Wriju Ghosh Date: 01/07/2009
Free EBooks on Architecture
Dear all, This indeed a good news for us, there has been many freely available guides. Why you...
Author: Wriju Ghosh Date: 01/07/2009
Choosing between LINQ to SQL and Entity Framework
There have been many talks going on while deciding between LINQ to SQL and Entity Framework. There...
Author: Wriju Ghosh Date: 01/05/2009
ADO.NET Entity Framework : Learn EntitySQL
I am pretty sure that many of you do not want to learn EntitySQL J. But for those who would may...
Author: Wriju Ghosh Date: 01/02/2009
LINQ to Entity : Supported and Unsupported Methods
There is a correction for this Post, so do I have changed the title. Thanks to Chris Love who...
Author: Wriju Ghosh Date: 01/02/2009
Visual Studio Gallery
A single place to get the the tools you might need during your development with Visual Studio....
Author: Wriju Ghosh Date: 12/31/2008
Application Architecture Guide 2.0 Released – Free E-Book Download
Happy news for all the developers around the world, we have released the Patterns and Practices...
Author: Wriju Ghosh Date: 12/16/2008
Windows Live Photo Gallery : Easily Stitch Panoramic Photos
I am visually challenged nor a good photographer. Recently I have been to the foot hills of Eastern...
Author: Wriju Ghosh Date: 12/10/2008
www.pinvoke.net a site for use
https://www.pinvoke.net/default.aspx is a must to have site if you are a frequent user of Windows API...
Author: Wriju Ghosh Date: 11/10/2008
What is Cloud Platform
Read it (why should you waste time on my BLOGJ)...
Author: Wriju Ghosh Date: 11/06/2008
CodeRush Xpress an amazing tool to work with Visual Studio 2008
Today I have came across a tool called CodeRush Xpress, a free AddIn which can be integrated with...
Author: Wriju Ghosh Date: 11/05/2008
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 >...
Author: Wriju Ghosh Date: 10/31/2008
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...
Author: Wriju Ghosh Date: 10/30/2008
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...
Author: Wriju Ghosh Date: 10/29/2008