Balaji Profile
Software Engineer., MCA.
Tuesday, April 17, 2012
New Features in Dotnet 4.0
›
C# 4.0 : 1.Named and optional parameter 2.Dynamic support. 3.Variance(Invariant,Covariant,Contravariant). Asp.net :4.0: 1.Search Engi...
24 comments:
Wednesday, July 14, 2010
New Features in ASP.Net 4.0 - PART 1
›
Search Engine Optimization: 1.Meta data Keyword and Descrption : Adding MetaKeyword and MetaDescription Using Page object.Meta k...
Tuesday, June 15, 2010
Reset the identity on Table
›
dbcc checkident (table_1, reseed, 0)
Monday, May 3, 2010
How Web service create Proxy and dll Using WSDL?
›
In this post we are going to understand how create web service proxy and consume service into console application(Client). Buildi...
1 comment:
Thursday, April 29, 2010
Difference Between URI and URL
›
URI- Uniform resource Identifier is a superset of URL and URN e.g.- products/books/detail.html It is not a URL because it does not s...
IN vs Exists
›
IN: Returns true if a specified value matches any value in a subquery or a list. Exists: Returns true if a subquery contains any rows.
1 comment:
What is INDEX ?
›
Index is created on existing table to retrieve row quickly. For e.g. There are thousands of records in a table, retrieving information w...
›
Home
View web version