natn’s WebLog: “RFID and BI I visited the new Seattle Central Library this weekend – if you have not heard about it, it is a…
Auto Increment Column In DataTable
DataColumn objDataColumn = new DataColumn(); objDataColumn.ColumnName = “AutoColumn”; objDataColumn.AutoIncrement = true; objDataColumn.AutoIncrementSeed = 1; objDataColumn.AutoIncrementStep = 1; objDataTable.Columns.Add(objDataColumn);
Microsoft to digitize Indian maps :: AO
Microsoft to digitize Indian maps :: AO: “The Indian government on Wednesday asked software giant Microsoft Corp. to put its vast collection of satellite images,…
Research on ITs Impact in Rural Areas Is Among Top Priorities for New India Lab
Research on IT�s Impact in Rural Areas Is Among Top Priorities for New India Lab: “Research on IT�s Impact in Rural Areas Is Among Top…
BBC NEWS | Programmes | Click Online | Bill Gates plots a Windows future
BBC NEWS | Programmes | Click Online | Bill Gates plots a Windows future: “Bill Gates plots a Windows future “
Role Of Remoting in "INDIGO" { __TransparentProxy is the KING}
INGO RAMMER tells about “Role of Remoting in INDIGO”:- In case you havent seen him, here is his pic. He is considered to be the…
C ω ( Pronounced as C Omega )
After C #, there was every possibility that we will get to see more programming languages with “C” followed by some alphabet. We dint have…
Not enough storage is available to complete this operation
Not enough storage is available to complete this operation This is one error that we keep on encountering every now and then. My initial guess…
Main Page – FreeMind – free mind mapping software
Main Page – FreeMind – free mind mapping software: “FreeMind – free mind mapping software FreeMind is a premier free mind-mapping software written in Java.…
ASP.NET Common Performance Myths
Rob Howard dispells Common Performance Myths: One of the most common myths is that C# code is faster than Visual Basic code. There is a…