Wriju's BLOG
.NET, Cloud and everything
EF4 : How to enable Model without code
When we need to work with an Entity Framework model and use POCO. We need to get rid of the designer...
Author: Wriju Ghosh Date: 07/29/2010
SQL Server 2008 R2 Management Studio designer was not allowing me to add primary key to a column of an empty table
What the heck!!! Then finally Amar did help me to get it done. Simple “option”. Life has too many...
Author: Wriju Ghosh Date: 07/26/2010
Every Developer needs to be Social
This is exactly Scott Hanselman communicated on which we live our everyday life. How were those days...
Author: Wriju Ghosh Date: 07/14/2010
EF4: What’s in it there in Foreign Key
There are a lot of buzz around the Foreign Key support in ADO.NET Entity Framework v4. Question...
Author: Wriju Ghosh Date: 07/12/2010
EF4 : Use MergeOption.NoTracking for better query performance
If you are just trying to fetch the data and has no intention to update it. Then you should be using...
Author: Wriju Ghosh Date: 07/09/2010
ADO.NET Entity Framework 4.0: Making it fast through Compiled Query
If we are using similar query frequently, we can increase it’s performance by Compiling it through...
Author: Wriju Ghosh Date: 07/08/2010
ADO.NET Entity Framework 4.0: Simple N-Tier with Self-Tracking Entities and WCF
ADO.NET Entity Framework 4.0 allows us to easily create N-Tier Application with the help of...
Author: Wriju Ghosh Date: 07/06/2010
ADO.NET Entity Framework 4.0 : Case Studies
Check out who all using at https://msdn.microsoft.com/en-us/data/ff625830.aspx Namoskar!!!
Author: Wriju Ghosh Date: 06/10/2010
ADO.NET Entity Framework 4.0 : Model First Channel 9
I have published one video at Channel 9 on Model First approach....
Author: Wriju Ghosh Date: 06/10/2010
ADO.NET Entity Framework 4.0 : Loading Data in 4 ways
We are working with Relational Database and using ADO.NET Entity Framework 4.0, it is inevitable...
Author: Wriju Ghosh Date: 06/09/2010
ADO.NET Entity Framework 4.0 : DataBinding with Windows Presentation Foundation (WPF)
This post is to give an idea on how easily we can bind and create master details display in WPF....
Author: Wriju Ghosh Date: 06/03/2010
ADO.NET Entity Framework 4.0 : DataBinding with Windows Forms
This post is to give an idea on how easily we can bind and create master details display in Windows...
Author: Wriju Ghosh Date: 06/02/2010
ADO.NET Entity Framework 4.0 : DataBinding with ASP.NET
This post is to give an idea on how easily we can bind and create master details display in ASP.NET....
Author: Wriju Ghosh Date: 06/02/2010
ADO.NET Entity Framework 4.0 : POCO – The Code Only Approach
POCO in ADO.NET Entity Framework 4.0 has been discussed in many places. Here I am not going to talk...
Author: Wriju Ghosh Date: 05/28/2010
LINQ to SQL : Windows Forms Dynamic Where Clause
While I was reading the book LINQ in Action, I found this chapter. Below is how we can do in LINQ to...
Author: Wriju Ghosh Date: 05/25/2010
Visual Studio 2010 : Dependency Graph, Sequence Diagram and Architecture Explorer
I generally avoid meta blogging, but while going through my MSDN RSS feed I found one very detailed...
Author: Wriju Ghosh Date: 05/11/2010
Silverlight 4 Training Kit is available
Just released a new free Silverlight 4 Training Kit that walks you through building business...
Author: Wriju Ghosh Date: 04/20/2010
Visual Studio 2010 Express for Free
Visual Studio 2010 Express if free to everyone and here you go...
Author: Wriju Ghosh Date: 04/12/2010
.NET Framework 4.0 Newbie : File.ReadLines
In .NET Framework 4.0 instead of you using File.ReadAllLines() use ReadLines() to get a better...
Author: Wriju Ghosh Date: 03/10/2010
.NET Framework 4.0 Newbie : Stopwatch.Restart()
In .NET Framework 4.0 Stopwatch.Restart() is new addition. Stopwatch sw = new Stopwatch();...
Author: Wriju Ghosh Date: 03/09/2010
.NET Framework 4.0 Newbie : System.Device.Location
In .NET Framework 4.0 using the System.Device.Location namespace one can easily access user’s...
Author: Wriju Ghosh Date: 03/08/2010
Free Guide Books from Microsoft
Over the years Microsoft is releasing Patterns and Practices books and distributing them for free. I...
Author: Wriju Ghosh Date: 03/06/2010
Microsoft’s Official Blog – Read to know what’s next?
Read and subscribe https://blogs.technet.com/microsoft_blog/ Namoskar!!!
Author: Wriju Ghosh Date: 03/06/2010
Steve Ballmer talking about Cloud
Watch it out here https://www.microsoft.com/presspass/presskits/cloud/VideoGallery.aspx ...
Author: Wriju Ghosh Date: 03/04/2010
.NET Framework 4.0 Newbie : String.IsNullOrWhiteSpace
In .NET Framework 4.0 we have String.IsNullOrWhiteSpace. String sData = " "; if...
Author: Wriju Ghosh Date: 03/04/2010
.NET Framework 4.0 Newbie : Addition to Environment.SpecialFolder enum
In .NET Framework 4.0 we have few new useful Environment variables, AdminTools CDBurning...
Author: Wriju Ghosh Date: 03/03/2010
Installing Visual Studio 2010 RC in Windows XP SP3
Very helpful article...
Author: Wriju Ghosh Date: 03/03/2010
.NET Framework 4.0 Newbie : SortedSet
In .NET Framework 4.0 we have a new class called SortedSet<T>. This helps us to sort the...
Author: Wriju Ghosh Date: 03/02/2010
.NET Framework 4.0 Newbie : StringBuilder.New
In .NET Framework 4.0 we have an option to clear StringBuilder class. Unlike previous versions where...
Author: Wriju Ghosh Date: 03/01/2010
.NET Framework 4.0 : Obsolete Types and Members
There are a few obsolete types and members in .NET Framework 4.0. This is an extensive reference for...
Author: Wriju Ghosh Date: 02/27/2010
Channel 9 : Code Analysis using Visual Studio 2010
My 3rd Channel 9 video on Code Analysis in Visual Studio 2010 at...
Author: Wriju Ghosh Date: 02/22/2010
Channel 9 Video : Performance Analyzer Tool of Visual Studio 2010
My 4th Channel 9 video on Performance Analyzer Tool at...
Author: Wriju Ghosh Date: 02/22/2010
My Second Channel 9 Video on Parallel Computing with Visual Studio 2010
Watch it our...
Author: Wriju Ghosh Date: 02/19/2010
Visual Studio 2010 Tip #8: Editor now supports clickable URL
In Visual Studio 2010 you can have URLs which you may click just like MS Word. This ULR clicking...
Author: Wriju Ghosh Date: 02/16/2010
My First Channel 9 Video on Visual Studio 2010 IDE Tips
I am super excited to share with you my First video at Channel 9. Today I have successfully...
Author: Wriju Ghosh Date: 02/15/2010
Visual Studio 2010 Tips #7 : Dependency Graph
In Visual Studio 2010 you can now create the dependency graph to view the complex structure of your...
Author: Wriju Ghosh Date: 02/12/2010
VS 2010 Tips#6 : Architecture Explorer
In Visual Studio 2010 we have a great tool called Architecture Explorer to view the structure of our...
Author: Wriju Ghosh Date: 02/02/2010
VS 2010 Tips #5 : New Extension Manager
In Visual Studio 2010 we can now get all the available extensions from...
Author: Wriju Ghosh Date: 02/01/2010
VS 2010 Tips #4 : Enhanced DataTips for Debugging
In Visual Studio 2010 when you debug you may add your comments to the DataTips and comeback with the...
Author: Wriju Ghosh Date: 01/26/2010
How to blog using MS Word with Picture
File New Document > Choose Blog Template > add metablog URL as...
Author: Wriju Ghosh Date: 01/24/2010
VS 2010 Tips #3 : Create New Project
In Visual Studio 2010 we have enhanced Create New Project window. This not only helps us to find the...
Author: Wriju Ghosh Date: 01/24/2010
VS 2010 Tip #2 : Close Start Page after Project Load
Now in Visual Studio 2010 you can close the start page after it loads the project you select from...
Author: Wriju Ghosh Date: 01/24/2010
VS 2010 Tip #1 : Recent Projects > Start Page
As Visual Studio 2010 is built using WPF, the new enhanced start page also has some additional...
Author: Wriju Ghosh Date: 01/24/2010
Bing Box : How to add Bing Search box in you website
It’s so easy. Wizards with 3 steps and you are ready with the HTML code to paste in your site. So...
Author: Wriju Ghosh Date: 01/23/2010
MSDN Magazine : Cloud Computing
https://msdn.microsoft.com/en-us/magazine/ee291594.aspx January 2010 Namoskar!!!
Author: Wriju Ghosh Date: 01/20/2010
Podcast : Visual Basic .NET 2010 - Parallel.ForEach
Namoskar!!!
Author: Wriju Ghosh Date: 01/20/2010
SharePoint 2010: Developer Platform White Paper
Available here. Namoskar!!!
Author: Wriju Ghosh Date: 01/20/2010
Silverlight 4 WCF RIA Services LOB Application Hands-On Lab
There is another super cool Hand-On Lab for RIA available here. Namoskar!!!
Author: Wriju Ghosh Date: 01/20/2010
VB.NET 10 : PLINQ
LINQ can be more faster with the availability of multi-core desktops. This can be implemented with...
Author: Wriju Ghosh Date: 01/16/2010