Wriju's BLOG
.NET, Cloud and everything
LINQ to XML : Two important classes XElement and XAttribute
XElement and XAttribute are the two very important classes available in System.Xml.Linq.dll...
Author: Wriju Ghosh Date: 02/13/2008
VB.NET 9.0: XML Hole
I have discussed about the native XML support in VB.NET code editor in one of my BLOG posts. Now to...
Author: Wriju Ghosh Date: 02/07/2008
VB.NET 9.0: XML Literal
This is the one feature which can make VB.NET developers feel better than C# folks. I have seen...
Author: Wriju Ghosh Date: 02/06/2008
VB.NET 9.0: Lambda Expression Function
If you want to use Lambda Expression as reusable function, you need to use Func. By using the Func...
Author: Wriju Ghosh Date: 02/06/2008
VB.NET 9.0: Lambda Expression
In VB.NET 9.0 Lambda is one of the features we have here. Lambda expression is just another way to...
Author: Wriju Ghosh Date: 02/05/2008
VB.NET 9.0: Object and Array Initializers
Last week I was exploring VB.NET for the ISV demo delivery. Some findings I want to share with you....
Author: Wriju Ghosh Date: 02/05/2008
ADO.NET : OleDbCommand Parameterized Query Sequence Rule
While working with MS Access database with OleDbCommand you might have faced issue that your...
Author: Wriju Ghosh Date: 01/24/2008
LINQ to SQL : Understanding Mapping
In LINQ to SQL you play with pure .NET objects and write your LINQ on top of that. But question...
Author: Wriju Ghosh Date: 01/22/2008
MSDN Tech Posters
I found an article at https://blogs.msdn.com/cbowen/archive/2007/12/09/got-tech-posters.aspx for Tech...
Author: Wriju Ghosh Date: 01/22/2008
Funny but real SDLC
I was browsing...
Author: Wriju Ghosh Date: 01/02/2008
IIS 7 : First Experience
Today I created my first test ASP.NET application in IIS 7 in Windows 2008. It is amazing, now in...
Author: Wriju Ghosh Date: 12/28/2007
MS Press Free E Book on LINQ
https://csna01.libredigital.com/ Namoskar!!!
Author: Wriju Ghosh Date: 12/21/2007
Visual Basic LINQ Hands On Labs for Visual Studio 2008
Download available for Hand On Labs for Ø LINQ Ø LINQ to SQL...
Author: Wriju Ghosh Date: 12/19/2007
Sharing “var” across the method
One of the biggest limitation in “var” is that it cannot be shared across the methods. So if you are...
Author: Wriju Ghosh Date: 12/18/2007
LINQ to SQL and ADO.NET
Here I am going to compare the two technologies and point some missing areas. Let us use the...
Author: Wriju Ghosh Date: 12/18/2007
LINQ to SQL : Execution Architecture
In L2S query execution can be separated in two major areas. One is to fetching the data another is...
Author: Wriju Ghosh Date: 12/18/2007
LINQ to SQL : What is DataContext.Translate Method
DataContext’s Translate method converts existing IDataReader to an IEnumerable<T>. This is...
Author: Wriju Ghosh Date: 12/18/2007
ASP.NET 3.5 Extension Preview
What is that? Know more on https://quickstarts.asp.net/3-5-extensions/ Other related resources,...
Author: Wriju Ghosh Date: 12/18/2007
C# 3.0 : Useful keyword “var”
People complain about the keyword “var”. Especially, when we use it with the strict programming...
Author: Wriju Ghosh Date: 12/17/2007
C# 3.0 : Joining two in-memory collection through LINQ
LINQ allows us to join different collection source provided we are mapping with two properties with...
Author: Wriju Ghosh Date: 12/14/2007
C# 3.0 Feature Articles
With this exciting release of .NET Framework 3.5 I have been exploring its magic and sharing the...
Author: Wriju Ghosh Date: 12/14/2007
C# 3.0 : Partial Methods
C# 2.0 and Partial class, in one of the amazing features to work with one class separated in...
Author: Wriju Ghosh Date: 12/13/2007
Architecture Journal Reader (Beta) is available for download
Another Windows Presentation Foundation implementation for the popular Architecture Journal is now...
Author: Wriju Ghosh Date: 12/10/2007
MSDN Virtual Labs : C# 3.0, Visual Basic 9.0, ASP.NET 3.5
Learn and for installation-free mode and get started with Visual Studio 2008. MSDN Virtual Lab:...
Author: Wriju Ghosh Date: 12/10/2007
ADO.NET Entity Framework 3.5 Beta 3 Released today
Beta 3 of the ADO.NET Entity Framework, and a preview of ASP.NET 3.5 Extensions. Designed to make it...
Author: Wriju Ghosh Date: 12/06/2007
LINQ to SQL and C# 3.0 Hands on Labs
Hands on labs are available online and this is the best HOL till date for LINQ and C# 3.0. LINQ...
Author: Wriju Ghosh Date: 12/05/2007
C# 3.0 : Exploring Lambda Expression
I started playing with Lambda expression after the TechEd demo by Anders Hejlsberg. Couple of nice...
Author: Wriju Ghosh Date: 11/29/2007
LINQ to SQL : Enabling .dbml file for WCF
LINQ to SQL is object relational model and .dbml file generates the class file for all kind of...
Author: Wriju Ghosh Date: 11/26/2007
Visual Studio 2008 Training Kit Videos on LINQ
Visual Studio 2008 Training Kit videos are now available on web. Get some real exciting...
Author: Wriju Ghosh Date: 11/26/2007
Visual Studio 2008 and LINQ Case Studies
Some of the early adopters case studies are now available, Xcalia OpenNETCF Consulting Sogeti Group...
Author: Wriju Ghosh Date: 11/26/2007
Visual Studio 2008 and .NET 3.5 Namespaces Posters
Get it printed and paste in your cubicle, Visual C# 2008 Poster .NET Framework 3.5 Common Namespaces...
Author: Wriju Ghosh Date: 11/21/2007
Visual Studio 2008 Express ISO image download
As usual Express editions are free but this time you can take this and sit in a remote location and...
Author: Wriju Ghosh Date: 11/21/2007
C# 3.0 : Evaluation of Lambda Expression to Language INtegrated Query (LINQ)
From code name “cool” to C# 3.0, it’s been a long journey for this amazing language with .NET...
Author: Wriju Ghosh Date: 11/15/2007
LINQ to SQL: Working with hierarchical data
LINQ to SQL supports hierarchical data and you can easily create a query and get output from there....
Author: Wriju Ghosh Date: 11/09/2007
LINQ to SQL : New method DataContext.GetCommand()
LINQ to SQL we can read the generated T_SQL query using DataContext.Log or SQLQueryVisualizer. But...
Author: Wriju Ghosh Date: 11/09/2007
Visual Studio 2008 and .NET Framework 3.5 Release Date
Visual Studio 2008 and the .NET Framework 3.5 will be available by the end of November 2007. For...
Author: Wriju Ghosh Date: 11/07/2007
ADO.NET 2.0 : Fine tune your DataSet Performance
ADO.NET 2.0 offers us a unique feature through which we can make a real lightweight DataSet. This is...
Author: Wriju Ghosh Date: 11/06/2007
C# 3.0: Vote for the keyword “var”
You all probably know what is “var”. You might have a question why this new keyword is required in...
Author: Wriju Ghosh Date: 11/02/2007
LINQ to SQL Windows Form Binding Data Step by Step
LINQ to SQL designer in Visual Studio allows us to create mapped class using the drag and drop...
Author: Wriju Ghosh Date: 11/02/2007
LINQ to SQL : Some of the best BLOGs
Some of the best blogs on LINQ to SQL I found are available for great learning, Scott Guthrie The...
Author: Wriju Ghosh Date: 11/01/2007
Visual Studio 2008 Videos
No better place to learn VS 2008 than https://msdn2.microsoft.com/en-us/vstudio/bb655906.aspx...
Author: Wriju Ghosh Date: 10/26/2007
C# 3.0 : Anonymous Type and .NET Reflection Hand-in-Hand
Anonymous Type is nothing but the type which gets defined by CLR (not you). So that type is as rich...
Author: Wriju Ghosh Date: 10/25/2007
Pattern’s and Practices Guidance Explorer
This is one tool which will help you to find anything and everything for what you might scratch your...
Author: Wriju Ghosh Date: 10/23/2007
C# 3.0 : Anonymous Types
C# 3.0’s Anonymous Type is a cool feature and it allows us to create object and collection of no...
Author: Wriju Ghosh Date: 10/15/2007
Get 1 GB Storage at Skydrive Windows Live
Get 1 GB storage online at https://skydrive.live.com. Microsoft launched it today. For more details...
Author: Wriju Ghosh Date: 10/11/2007
Visual Studio 2008 : How to add Visualizer for LINQ
There are two very important visualizers for LINQ which are not part of default installation. The...
Author: Wriju Ghosh Date: 10/05/2007
LINQ to SQL : Change in DataContext from Beta 1 to Beta 2
During the demonstration I have noticed that two major methods of DataContext has changed from Beta...
Author: Wriju Ghosh Date: 10/03/2007
LINQ to SQL : Paging Data
When we work with relational database and especially when with larger data we generally go for...
Author: Wriju Ghosh Date: 10/03/2007
Visual Studio 2008 Automatic Property is the default snippet
Now if you type prop and hit "tab" twice, this will bring the Automatic property not the...
Author: Wriju Ghosh Date: 10/03/2007
Have you tried LINQPad (Beta)?
Experiment and learn new concept of LINQ. This is just an exe which requires no extra installation....
Author: Wriju Ghosh Date: 09/11/2007