29.6.10
26.6.10
Interfaces in C#
http://www.codeguru.com/csharp/csharp/cs_syntax/interfaces/article.php/c7563/Interfaces-in-C.htm
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
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)
--------------------------------------------------------------------------------
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
15.6.10
Advantages and disadvantages of state management
http://msdn.microsoft.com/en-us/library/z1hkazw7.aspx
14.6.10
12.6.10
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
http://odetocode.com/articles/313.aspx
http://odetocode.com/Articles/314.aspx
10.6.10
Generic Types in C# 2.0 with Sample
http://www.c-sharpcorner.com/UploadFile/abhishekbhatore/GenericTypeWithSample07292005092634AM/GenericTypeWithSample.aspx
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
6.6.10
4.6.10
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
Subscribe to:
Posts (Atom)