29.6.10

MVC Central

http://www.mvccentral.net/

26.6.10

Interfaces in C#

http://www.codeguru.com/csharp/csharp/cs_syntax/interfaces/article.php/c7563/Interfaces-in-C.htm

Diamond problem

http://en.wikipedia.org/wiki/Diamond_problem

Why multiple Inheritance is not possible in C#?

http://www.geekinterview.com/question_details/27160

25.6.10

Explaining C# Abstraction, Inheritence and Polymorphism

http://www.csharphelp.com/2007/08/explaining-c-abstraction-inheritence-and-polymorphism/

OOPS Concepts and .NET Part 2:

http://www.c-sharpcorner.com/uploadfile/eecabral/oopsand.net211102005075520am/oopsand.net2.aspx

http://www.c-sharpcorner.com/UploadFile/ecabral/OOPSandDotNET106252005024236AM/OOPSandDotNET1.aspx

20.6.10

Forums of Different Languages

http://forums.asp.net/p/1337412/2699239.aspx#2699239 and my blog at http://geekswithblogs.net/TATWORTH/Default.aspx

18.6.10

select only date/time part of a datetime

How can I select only date/time part of a datetime value?
--------------------------------------------------------------------------------

Answer:

--to select date part only
SELECT CONVERT(char(10),GetDate(),101)

--to select time part only
SELECT right(GetDate(),7)

17.6.10

Business Logic Layer importance

http://www.dotnetfunda.com/forums/thread482-business-logic-layer-importance.aspx

Understanding three tier architecture

http://www.c-sharpcorner.com/UploadFile/rishiraveendran/806/Default.aspx

16.6.10

Master Page change at runtime

http://www.codeproject.com/KB/aspnet/Changing_Master_Page.aspx

15.6.10

ASP.NET Validation in Depth

http://msdn.microsoft.com/en-us/library/aa479045.aspx

Advantages and disadvantages of state management

http://msdn.microsoft.com/en-us/library/z1hkazw7.aspx

14.6.10

ASP.NET Page Life Cycle Overview

http://msdn.microsoft.com/en-us/library/ms178472.aspx

METHOD = GET post

http://www.htmlcodetutorial.com/forms/_FORM_METHOD_GET.html

Introducing Serialization in .NET

http://aspalliance.com/983_Introducing_Serialization_in_NET.all

12.6.10

const, static and readonly

http://en.csharp-online.net/const,_static_and_readonly

What's the advantage of disadvantage of using static method for data access

http://forums.asp.net/t/1343290.aspx?PageIndex=2

http://odetocode.com/articles/313.aspx
http://odetocode.com/Articles/314.aspx

Static Methods in C# .NET

http://www.homeandlearn.co.uk/csharp/csharp_s10p10.html

Delegates and Events in C# / .NET

http://www.akadia.com/services/dotnet_delegates_and_events.html

10.6.10

Generic Types in C# 2.0 with Sample

http://www.c-sharpcorner.com/UploadFile/abhishekbhatore/GenericTypeWithSample07292005092634AM/GenericTypeWithSample.aspx

Another Way to Access an Element

http://www.pageresource.com/dhtml/ryan/part4-2.html

Different Types of Serialization

http://www.informit.com/articles/article.aspx?p=29457&seqNum=3

Cryptography in .NET

http://www.c-sharpcorner.com/UploadFile/Suprotim/CryptographyInDotNET11282005053700AM/CryptographyInDotNET.aspx

Explain about Protected and protected internal, ?internal? access-specifier?

http://www.allinterview.com/showanswers/4903.html

Table Variables In T-SQL

http://odetocode.com/code/365.aspx

Use ADODB.RecordSet in C#

http://homeofcox-cs.blogspot.com/2009/07/use-adodbrecordset-in-c.html

6.6.10

Letter Writing

http://www.letterwritingguide.com/

4.6.10

How updatepanel work?

http://author.aspalliance.com/1315_AJAXenable_an_Existing_ASPNET_Web_Page.all

How Ajax Works??

http://www.interaktonline.com/Support/Articles/Details/AJAX:+Asynchronously+Moving+Forward-How+does+AJAX+work%3F.html?id_art=36&id_asc=308