October 2006 - Posts

All the DML statement and declare statement are generated by this SP - StrAll
Published Fri, Oct 20 2006 13:49 | abu
StrAll - Helps to construct SQL Statement... Ultimately save the times StrAll <TableName> CREATE Procedure StrAll (@obj varchar(255)) as declare @fldname varchar(255), @len int, @datatype varchar(50), @nullable bit declare @sqlUpdate varchar(4000...
Filed under:
Ron Jacobs & Software Architecture - Listen
Published Fri, Oct 13 2006 15:26 | abu
Good resources on the latest trends in architecture with new products and technologies. http://channel9.msdn.com/shows/ARCast_with_Ron_Jacobs
Filed under:
Some of my interesting Links
Published Mon, Oct 9 2006 7:49 | abu
 Virual Labs from Microsoft http://msdn.microsoft.com/virtuallabs/sql/ • Improving .NET Application Performance and Scalability http://msdn.microsoft.com/practices/guidetype/Guides/default.aspx?pull=/library/en-us/dnpag/html/scalenet.asp •...
SharePoint Products and Technologies
Published Mon, Oct 9 2006 7:47 | abu
• SharePoint Custom Search Results Page http://www.codeproject.com/aspnet/SPCustomSearchResults.asp • Henk Hooiveld's blog on SharePoint and Office http://www.sharepointblogs.com/henkhooiveld/ • Using Microsoft Windows SharePoint Services...
Windows Mobile Development
Published Mon, Oct 9 2006 7:44 | abu
• MSDN - Channel9 - Welcome to the Windows Mobile Developers Wiki! http://channel9.msdn.com/wiki/default.aspx/MobileDeveloper.HomePage • Mobile and Embedded Developers Conference, Las Vegas 2006 http://channel9.msdn.com/wiki/default.aspx/MobileDeveloper...
LINQ, DLINQ, XLINQ - .net 3.0
Published Mon, Oct 9 2006 7:41 | abu
• DLINQ - Sahil Malik http://blah.winsmarts.com//2006/06/02/demystifying-dlinq-part1--an-introduction-to-dlinq.aspx • Understanding LINQ to SQL Query Translations - ScottGu's Blog http://weblogs.asp.net/scottgu/archive/2006/09/01/Understanding...
Filed under:
System.XML - Enhancement in 2.0 The System.Xml namespace
Published Sat, Oct 7 2006 19:46 | abu
The System.Xml namespace is to read, write, manipulate, validate, and transform XML – all types possible XML processing are done by this namespace. These are the following goals to enhance the System.Xml 2.0: Standards compliance: Support for the...
Filed under: