Sanjeetosphere

Sanjeet's technical outbursts.

Coherence With .Net

In one of my recent projects I was implementing Enterprise level caching using Coherence. As you...

Author: MSDN Archive Date: 07/09/2008

A walk in the park

I have written some Domain specific blogs. You can find them here:https://sanjeetsahay.blogspot.comI...

Author: MSDN Archive Date: 05/22/2008

Creational - Factory Pattern

In continuation to my previous post, I am presenting you a sample code that implements Factory...

Author: MSDN Archive Date: 09/02/2007

Software Design Patterns - Creational Patterns

This happens to be the first of my articles on Software Design Patterns. I will present some basics...

Author: MSDN Archive Date: 09/02/2007

Creational - Abstract factory Pattern

In continuation to my previous post, I am presenting you a sample code that implements Abstract...

Author: MSDN Archive Date: 09/02/2007

How To: Use SqlMetal.exe to Create a Class from XML and Database

If you don't have Visual C# Codename Orcas Express Edition installed on your development machine,...

Author: MSDN Archive Date: 06/07/2007

How To: Seemlessly Export Data From Database to XML using LINQ

While exploring a number of neat features available in the Visual C# Orcas Express Edition, you will...

Author: MSDN Archive Date: 06/06/2007

LINQ Lists - Anonymous Methods and Lambda Expressions

Year: 2005 A.D.The C# 2.0 specification is released in the month of September. It talks about "new"...

Author: MSDN Archive Date: 06/06/2007

The Var Of The Worlds

Hello folks, This time we will explore LINQ over a series of Posts. As you must be knowing the age...

Author: MSDN Archive Date: 06/06/2007

How To: Create an efficient data driven page with Business Objects, GridView, Custom paging, and AJAX

Preface: I have seen a large number of cases where the customer complaint of performance and...

Author: MSDN Archive Date: 06/02/2007

Calling a ASP.Net 2.0 Webservice from an XBAP

Today, I was trying out a couple of things with WPF. Here is the scenario: I created a simple XML...

Author: MSDN Archive Date: 05/02/2007

There is something about Delegates

Whenever you might have started reading about Delegates, the first line you read is : "Delegates are...

Author: MSDN Archive Date: 04/23/2007

AJAX in a nutshell : It can't get any simpler folks

  1. Ajax basics - "Asynchronous JavaScript and XML," is a web development technique for creating...

Author: MSDN Archive Date: 04/18/2007

There's something about Async - 1

An overview of Asynchronous-ness: Getting started You must have read in a number of blogs/articles...

Author: MSDN Archive Date: 04/13/2007

XMLHttp : Step 2

How to call Webserver methods using Javascript If you are planning to call your own ASP.Net...

Author: MSDN Archive Date: 04/13/2007