Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Wednesday, November 28, 2012
Cursor SQL Server
›
SQL Server > Data Types > Cursor SQL Server statements produce a complete result set, but there are times when the results are bes...
Find Last Day of Previous Month SQL Server
›
SQL Server > Built-in Functions > DATEADD > Find Last Day of Previous Month SELECT DATEADD ( s ,- 1 , DATEADD ( mm , DAT...
Google’s Romanian Domain Gets Taken Down By Algerian Hacker MCA-CRB
›
That’s not an empty threat, it seems. MCA-DRB, according to Zone-h’s registry of hacked sites, has been responsible for 5,530 site hacks a...
Handle events for dynamic run-time controls - VB.NET
›
VB.NET > Statements > AddHandler > A dd event to dynamic control Use AddHandler and AddressOf to add event to dynamic cont...
Tuesday, November 27, 2012
readonly c#
›
C# > Modifiers > readonly Readonly prevents a field to be changed. When a field declaration includes a readonly modifier, as...
Monday, November 26, 2012
Math.Round
›
C# > System > Math class > Round Rounds a double-precision floating-point value to a specified number of fractional digits. ...
Friday, November 23, 2012
sysobjects table SQL Server
›
SQL Server > System Tables > sysobjects sysobjects table SQL Server Contains one row for each database object (constraint...
‹
›
Home
View web version