Wriju's BLOG
.NET, Cloud and everything
LINQ to SQL : Using Transaction
LINQ to SQL uses optimistic concurrency be default. LINQ to SQL is pure in memory operation, because...
Author: Wriju Ghosh Date: 08/06/2007
S. Somasegar (Soma) and Scott Guthrie on Orcas Beta 2
Channel 9 video at https://channel9.msdn.com/showpost.aspx?postid=329443 Namoskar!!!
Author: Wriju Ghosh Date: 08/01/2007
I love Visual Studio 2008
I am using Visual Studio 2008 Beta 2 Namoskar!!!
Author: Wriju Ghosh Date: 07/31/2007
C# 3.0 Specification is available
The 507 page specification is available at MSDN. Download from...
Author: Wriju Ghosh Date: 07/31/2007
MSDN Magazine : Data Point Articles
Data Points: ADO.NET Entity Framework Overview Data Points: Contrasting the ADO.NET DataReader and...
Author: Wriju Ghosh Date: 07/27/2007
Visual Studio 2008 Beta 2 is here
Choose the one you want Visual Studio 2008 Standard Edition Beta 2 Visual Studio 2008 Professional...
Author: Wriju Ghosh Date: 07/27/2007
LINQ and C# 3.0 Articles and Samples
LINQ: .NET Language Integrated Query By Don Box, Anders Hejlsberg LINQ to SQL: .NET...
Author: Wriju Ghosh Date: 07/20/2007
LINQ to SQL : Object Relational (O/R) Model
LINQ to SQL is pure Object Relational Model introduced by Microsoft. It used mapping mechanism to...
Author: Wriju Ghosh Date: 07/17/2007
LINQ to SQL : Caching the query execution
LINQ to SQL executes or generated SQL statement only when you run a foreach statement or you perform...
Author: Wriju Ghosh Date: 07/16/2007
LINQ to SQL : Deferred and Immediate Loading
LINQ to SQL has support for both deferred and immediate loading. By default it supports deferred...
Author: Wriju Ghosh Date: 07/16/2007
Celebrating my 100 posts!!!
Thanks to everyone who supported me in this BLOGGING journey. I started blogging back in May 2006,...
Author: Wriju Ghosh Date: 07/16/2007
LINQ to SQL : Writing DML query to perform quick operation
In LINQ to SQL you also can send the DML query to perform the quick database modification....
Author: Wriju Ghosh Date: 07/16/2007
LINQ to SQL : Delete data through Object Model
LINQ to SQL support deleting data through object. Continuing with my previous blog on INSERT, let me...
Author: Wriju Ghosh Date: 07/16/2007
LINQ to SQL : Update data through Object Model
LINQ to SQL support updating data through object. Continuing with my previous blog on INSERT, let me...
Author: Wriju Ghosh Date: 07/16/2007
LINQ to SQL support inserting data through object.
LINQ to SQL support inserting data through object. using System; using System.Collections.Generic;...
Author: Wriju Ghosh Date: 07/13/2007
LINQ to SQL : Executing DML SQL Query
INSERT/DELETE/UPDATE can be performed in LINQ to SQL through normal T-SQL DML queries, static void...
Author: Wriju Ghosh Date: 07/13/2007
LINQ to SQL : Executing SQL Query
Yes, you can run normal SQL queries in LINQ to SQL. Sample looks like (but not recommended as you do...
Author: Wriju Ghosh Date: 07/13/2007
LINQ to SQL (aka DLinq) 34 minutes overview demo
I have recorded a small 34 minutes session on LINQ to SQL. Covering the topics on > Object Model...
Author: Wriju Ghosh Date: 07/09/2007
Visual Studio Team System Chat – July 3rd
Join members of the Visual Studio Team System product group to discuss features available in Visual...
Author: Wriju Ghosh Date: 07/03/2007
ADO.NET Entity Framework June 2007 CTP is available
Overview This CTP contains updates to the ADO.NET Entity Framework since the Visual Studio Codename...
Author: Wriju Ghosh Date: 07/02/2007
LINQ: Query to SQL, XML and Object and JOIN them
Getting data from SQL, XML and Object and joining them using Language Integrated Query is something...
Author: Wriju Ghosh Date: 07/02/2007
30 years of wait and Bill kept the promise he made to his dad
I’ve been waiting more than 30 years to say this: “Dad, I always told you I’d come back and get my...
Author: Wriju Ghosh Date: 06/27/2007
MIX 2008 : Las Vegas at Hotel Casino
MIX 2008 is happening at Las Vegas on March 5-7, 2008, so be ready and start packing...
Author: Wriju Ghosh Date: 06/26/2007
Enterprise Architecture at MSDN
Want to be an Architecture? Do not miss the resources at MSDN. Find the resources at...
Author: Wriju Ghosh Date: 06/26/2007
Mike Woodring's .NET Sample Page
C# Samples are here Mike Woodring's .NET Sample Page Namoskar!!!
Author: Wriju Ghosh Date: 06/24/2007
2008: Microsoft will rule
Be ready from 2008. Set of products from Microsoft are releasing then. Windows Server 2008 SQL...
Author: Wriju Ghosh Date: 06/24/2007
C# 3.0 is 100% backward compatible with C# 2.0
It’s a statement that C# 3.0 supports each and everything of C# 2.0. It was required to maintain the...
Author: Wriju Ghosh Date: 06/24/2007
Visual C# 2005 Default Shortcut Keys
This is one of the articles I wanted to write long back. May be it is not too late. These shortcut...
Author: Wriju Ghosh Date: 06/16/2007
Surface Computing
Use your restaurant table to give order. Put your credit card in the table for payment. Once you are...
Author: Wriju Ghosh Date: 06/16/2007
Moving from Orcas CTP to Orcas Beta 1
If you have Orcas March 2007 CTP and you want to upgrade it to Orcas Beta 1, there are couple of...
Author: Wriju Ghosh Date: 06/12/2007
C# 3.0 and its major design changes for LINQ
C# 3.0 PM Anson Horton discussed about the LINQ and its impact on C# 3.0 covering Lambda Expressions...
Author: Wriju Ghosh Date: 06/12/2007
MSDN has got a new look and Live.com search integration
For more please visit https://msdn2.microsoft.com/en-us/bb457197.aspx Namoskar!!!
Author: Wriju Ghosh Date: 06/12/2007
.NET Framework: Understanding Green Bits and red Bits
In lots of articles about .NET Framework 3.0/3.5 you might find the term called Green bits or Red...
Author: Wriju Ghosh Date: 06/11/2007
ADO.NET Features and Future (SqlDataSourceEnumerator)
I have planned to dedicate some of my posts on ADO.NET and its future. I planned on the writing...
Author: Wriju Ghosh Date: 06/11/2007
ADO.NET Samples for Visual Studio Code Name "Orcas" - October CTP
Samples are available...
Author: Wriju Ghosh Date: 06/11/2007
Linq Performance
LINQ is powerful, the internal algorithm has got the power for fine tuning and PLinq is in the...
Author: Wriju Ghosh Date: 06/08/2007
SQL Server 2008 (Katmai) I am proud user
Yes, I have installed SQL Server 2008 (aka Katmai) Dev Edn. Few things for successful installation,...
Author: Wriju Ghosh Date: 06/07/2007
SQL Server 2008 (Katmai) June CTP Released
Related resources, Read the SQL Server 2008 Datasheet SQL Server 2008 Product Overview Watch the...
Author: Wriju Ghosh Date: 06/04/2007
Visual Studio Orcas Samples
C# LINQ Samples and content for Beta 1 VB LINQ Samples for Beta 1 Namoskar!!!
Author: Wriju Ghosh Date: 05/22/2007
ASP.NET 2.0 Membership, Roles, and Profile
From 4GuysFromRolla This article is one in a series of articles on ASP.NET 2.0's membership, roles,...
Author: Wriju Ghosh Date: 05/22/2007
Linq to SQL: Writing clean code
As you know with Orcas Beta 1 we have Linq to SQL template available. There we can drag and drop any...
Author: Wriju Ghosh Date: 05/18/2007
Linq: Why and Its Contemporary
Why LINQ (or other components of Linq). One of the major reasons is that to address the mismatch...
Author: Wriju Ghosh Date: 05/16/2007
Performance in C#
When we consider managed code in our application we also have to think about the performance. .NET...
Author: Wriju Ghosh Date: 05/16/2007
Astoria Next Generation of Data Access for Web
Project codename "Astoria" is to enable enable applications to expose data as a data service that...
Author: Wriju Ghosh Date: 05/11/2007
Silverlight
Formally known as WPF/E, Silverlight is a cross-browser, cross-platform plug-in for delivering the...
Author: Wriju Ghosh Date: 05/11/2007
ADO.NET Entity Framework Update
Microsoft decided to launch ADO.NET Entity Framework and Tools during the first half of 2008 as an...
Author: Wriju Ghosh Date: 05/11/2007
MIX 2007 Session
MIX07 sessions are now available for offline viewing. This download is available in both wmv and for...
Author: Wriju Ghosh Date: 05/10/2007
Orcas Beta 1 ADO.NET vNext First Look
What is ADO.NET vNext or Entity Framework? It has been a long journey for the application...
Author: Wriju Ghosh Date: 05/09/2007
Windows Live Writer (Beta) : Using Amazing Tool for blogging
I though that I must dedicate my first blog entry which I have used for this blog. You can get this...
Author: Wriju Ghosh Date: 05/07/2007
Orcas Beta 1: When ADO.NET EDM Wizard is not working
You might face the same issue as I faced today. I was trying to generate an Entity Data Model using...
Author: Wriju Ghosh Date: 05/04/2007