Wriju's BLOG
.NET, Cloud and everything
Design Patterns Resources
A nice site at https://www.dofactory.com/Patterns/Patterns.aspx Creational Patterns Abstract Factory...
Author: Wriju Ghosh Date: 05/04/2007
Cω Overview
Do you know there is another language called Cω? This is still is experimental stage and the future...
Author: Wriju Ghosh Date: 05/04/2007
C# 3.0 Enhancements: Expression Trees (recording)
I have discussed about the Expression Trees in my previous blog at C# 3.0 Enhancements: Expression...
Author: Wriju Ghosh Date: 04/27/2007
C# 3.0 Enhancements: Expression Trees
Expression Tree is the feature which enables us to write function which can be complied on-demand...
Author: Wriju Ghosh Date: 04/26/2007
Visual Studio Codename Orcas Beta Documentation
Find MSDN documentation for more information. Visual StudioVisual Studio Team System Thanks and...
Author: Wriju Ghosh Date: 04/26/2007
Linq to Object: Play with OS Component
Linq not only allows us to work with .NET objects but also gives us the power to play with OS...
Author: Wriju Ghosh Date: 04/26/2007
Visual Studio Code Name “Orcas” Beta 1 Released
Go ahead and download from here. Namoskar!!!
Author: Wriju Ghosh Date: 04/20/2007
C# 3.0 Enhancements: Lambda Expression (more on what)
Lambda Expression gives us the more concise way of Anonymous Method implementation through...
Author: Wriju Ghosh Date: 04/18/2007
C# 3.0 Enhancements: Collection Initializers
In C# 3.0 we can easily initialize collection. It is smarter and concise way of writing code. There...
Author: Wriju Ghosh Date: 04/13/2007
C# 3.0 Enhancements: Extension Methods
Extension Methods are different way of implementing static method. In C# 3.0 it allows us to extend...
Author: Wriju Ghosh Date: 04/12/2007
C# 3. Resources
I found a very nice link on C# 3.0 resources and sharing it for you. Query Composition using...
Author: Wriju Ghosh Date: 04/12/2007
C# 3.0 Enhancements: Object Initializers
C# 3.0 allows us to initialize object in far better way in one single line. Let’s talk with an...
Author: Wriju Ghosh Date: 04/12/2007
C# 3.0 Enhancements: Lambda Expression
After a pretty long time I am again back to the Blog business. During these days I was busy...
Author: Wriju Ghosh Date: 04/11/2007
C# 3.0 Features: Automatic Property (Part 3)
I was about to write this entry in my blog which I found. Before that I got comment in my previous...
Author: Wriju Ghosh Date: 03/27/2007
C# 3.0 Features: Automatic Property (Part 2)
Thank you everyone for showing interest on my blog entry C# 3.0 Features: Automatic Property....
Author: Wriju Ghosh Date: 03/26/2007
C# 3.0 Features: Automatic Property
I am super excited with the Orcas March 2007 CTP release. I was doing the hands on with the C# and...
Author: Wriju Ghosh Date: 03/23/2007
LINQ to SQL with real life ASP.NET Data Domain
We have talked a lot about LINQ and its power. One of the main reasons behind the LINQ design goal...
Author: Wriju Ghosh Date: 03/23/2007
LINQ to SQL: Finding T-SQL Query
LINQ to SQL (aka DLinq) generates SQL queries for us at the back. SqlMetal.exe does not contain any...
Author: Wriju Ghosh Date: 03/23/2007
IE 7: More Shortcut Keys
Few days back I have talked about the IE 7 short cut keys in one of my BLOG entries at IE 7 Shortcut...
Author: Wriju Ghosh Date: 03/23/2007
IM – An initiative from MSN
If you are Windows Live™ Messenger 8.1 user then you can be the part of this initiative. Where is...
Author: Wriju Ghosh Date: 03/19/2007
IE 7 Shortcut keys tips
We have started enjoying the IE7 and IE 7 always tries to help us by providing the possible shortcut...
Author: Wriju Ghosh Date: 03/18/2007
What’s new in Microsoft Pre-release Software Visual Studio Code Name "Orcas" - March 2007 Community Technology Preview (CTP)
There are a lot. Best place to view the enhancements is non none other than its own download...
Author: Wriju Ghosh Date: 03/18/2007
Orcas March 2007 CTP VPC and its Base Image
We have released the VPC of Orcas March 2007 CTP to avoid the conflict in production machine. Since...
Author: Wriju Ghosh Date: 03/18/2007
ASP.NET 2.0 AJAX Extensions (aka Atlas) Video Tutorials
Get Started with ASP.NET AJAX Take your first steps toward learning Microsoft ASP.NET AJAX, from...
Author: Wriju Ghosh Date: 03/12/2007
Sandcastle March 2007 CTP is Available
What is Sandcastle? Sandcastle documentation compilers enable managed class library developers...
Author: Wriju Ghosh Date: 03/08/2007
BLinq: Wow and w’s there
BLinq is Linq integration to ASP.NET Applications which is now available in official ASP.NET website...
Author: Wriju Ghosh Date: 03/08/2007
Orcas March 2007 CTP Error: Unable to find the requested .Net Framework Data Provider. It may not be installed.
If you have installed Orcas March 2007 CTP and trying to play with SQL Server 2005 Express database...
Author: Wriju Ghosh Date: 03/07/2007
Patterns and Practices: How-Tos
ASP.NET 1.1 · How To: Create a Custom Account to Run ASP.NET · How To: Create a DPAPI Library · How...
Author: Wriju Ghosh Date: 03/05/2007
Orcas March 2007 CTP is now available
Wow we have it here For the features please visit the download page. Namoskar
Author: Wriju Ghosh Date: 03/01/2007
LINQ Resources
Let us compile the resources on LINQ Project and its components. To work with LINQ there are two...
Author: Wriju Ghosh Date: 02/21/2007
XLinq: Create XML from object using LINQ
We have seen how to create the XML content from raw data initializing elements and attributes one by...
Author: Wriju Ghosh Date: 02/19/2007
XLinq: Beginners Walkthrough
Let’s play with Linq to XML (aka XLinq). XLinq is different from conventional .NET way to work with...
Author: Wriju Ghosh Date: 02/16/2007
LINQ in not only for Object Query
Hello all, Here we will explore another side of LINQ (Language-INtegrated Query). We all know that...
Author: Wriju Ghosh Date: 02/16/2007
‘System.Data.TypedTableBaseExtensions.Where(System.Data.TypedTableBase, System.Query.Func<T,bool>)' cannot be inferred from the usage. Try specifying the type arguments explicitly
This is first time I am writing a BLOG post with an error messageJ. This error message you will...
Author: Wriju Ghosh Date: 01/30/2007
LINQ Changes in January CTP (aka December CTP)
There are some changes happened with LINQ Project with the January CTP. The namespace names like...
Author: Wriju Ghosh Date: 01/26/2007
DLinq: ADO.NET vNext a lap around
Today I would like to discuss on the DLinq the natural roadmap to ADO.NET vNext. Little walkthrough,...
Author: Wriju Ghosh Date: 01/20/2007
2007 Microsoft Office Add-in: Microsoft Save as PDF or XPS
If you are Office 2007 user, I bet if you download and use this add-in your going to enjoy the...
Author: Wriju Ghosh Date: 01/15/2007
Gianpaolo's SaaS
Must read Gianpaolo’s BLOG at My 2006 SaaS Posts Hit Parade. In case if you feel that you need more...
Author: Wriju Ghosh Date: 01/15/2007
XLinq : System.Xml.XLinq vs System.Xml
System.Xml has given the communication power to dot net and XLinq has refined that. It was very nice...
Author: Wriju Ghosh Date: 01/12/2007
XLinq for RSS Feed
RSS 2.0 is popular in the world of BLOGGING. Let’s not discuss about what RSS does but how we can...
Author: Wriju Ghosh Date: 12/29/2006
LINQ A Journey through Operators [Concat]
Imagine you have two arrays and you need to join them. Using LINQ it is as simple as mentioned using...
Author: Wriju Ghosh Date: 12/11/2006
C#: Yesterday, Today, and Tomorrow: An Interview with Anders Hejlsberg, Part 2
A very interesting interview I found on the net. The discussion on C# and LINQ is in the Page 4. For...
Author: Wriju Ghosh Date: 12/11/2006
Microsoft Exchange Server 2007 Released Today
The most awaited email system Microsoft Exchange Server 2007 got released today. This email server...
Author: Wriju Ghosh Date: 12/08/2006
LINQ: Query vs Lambda Expression
LINQ is not just for the developers who used to write queries for databases but also for the...
Author: Wriju Ghosh Date: 12/06/2006
Anders and Chris McConnell on Channel9
Nice video on future on LINQ and they had a discussion on how it is possible to have api for...
Author: Wriju Ghosh Date: 12/01/2006
Going back to nature: Getting bit NOSTALGIC
A bohemian by nature from the very beginning of my life, I spent golden moments in the dense rain...
Author: Wriju Ghosh Date: 11/01/2006
Windows Media Player 11 is Ready
Why wait go ahead and download from here. It is for all the versions of Windows XP with service Pack...
Author: Wriju Ghosh Date: 10/31/2006
Software as a Service (SaaS) : Multi-Tenant Data Architecture
I could not find myself better than this paragraph “Why do we buy software? Is it so we can have the...
Author: Wriju Ghosh Date: 10/23/2006
LINQ: OfType Query Operator
LINQ comes with the OfType<T> query operator, through which we can filter the required object...
Author: Wriju Ghosh Date: 10/10/2006