• Login

Snippets

Entries for January 2013

28
/// <summary>  /// Returns the first day of the next month. /// </summary> /// <example> /// i.e. If start date is 9/27/2009 ...

[Read the rest of this article...]

Posted in: C Sharp - C#
21
Your SQL stored procedure: INSERT INTO Invoices (InvoiceNumber, InvoiceDate, SupplierID, ModuleID, CreatedOnDate, CreatedByUserID, PortalID) VALUES (...

[Read the rest of this article...]

10
switch(myNumber)       {          case "1":   // DO SOMETHING ...

[Read the rest of this article...]

Posted in: C Sharp - C#