-
New Thursday, June 05, 2008 by
This is how to Dynamicly build the a links of characters from A-Z , somthing like this A | B | C...("Name") Dim c As Char = "A" Do While Asc(c) = Asc("Z") dt.Rows.Add
http://wiki.asp.net/page.aspx/400/dynamically-create-hyperlinks-for-english-characters-from-a-z/
-
Revised Friday, June 27, 2008 by
takes 2 or 3 generic arguments as parameters. In C#, alias> => denotes a lamdba expression... The Lambda Expression feature of C # 3.0 Predicate and Projection in Lambda Expressions Lambda Expressions
http://wiki.asp.net/page.aspx/113/lambda-expressions/
-
New Wednesday, May 27, 2009 by
XML namepace has XmlWriter class to write to XML file. Code in C#: using System.XML; //Add... xwrite = XmlWriter.Create("c:\\sample.xml");// here you can provide the path for the xml file
http://wiki.asp.net/page.aspx/802/systemxml-namespace/
-
Revised Saturday, October 11, 2008 by
that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic... of C#, describes the next release of Visual Studio, code-named Orcas. The video explores functional
http://wiki.asp.net/page.aspx/52/linq/
-
Revised Sunday, September 07, 2008 by
the domain name - in C# and VB.Net Testing your directory access codeGetting code which accesses Active... projects in Visual Basic.NET and C# using Microsoft Visual Studio® 2005 SP1 and 2008.How to create
http://wiki.asp.net/page.aspx/463/active-directory-amp-ldap/
-
Revised Monday, September 22, 2008 by
(int a, int b) public int AddNumbers(int a, int b, int c) public decimal AddNumbers(decimal... a, int b, int c) { return a+b+c; } [WebMethod] public decimal AddNumbers(decimal a, decimal b
http://wiki.asp.net/page.aspx/484/method-overloading-in-webservices/
-
Revised Sunday, June 07, 2009 by
Static IDs for ASP.NET Controls The Chart control for ASP.NET Dynamic Typesin C# Optional parametersin C# Optional parameters in C# Using MVC? See Here: http://haacked.com
http://wiki.asp.net/page.aspx/807/visual-studio-2010-beta-1/
-
Revised Thursday, November 13, 2008 by
'other instance members '... End Class A C# example of a Singleton public class... = SingletonSample.Instance C# - SingletonSample mySingleton = SingletonSample.Instance(); Keywords
http://wiki.asp.net/page.aspx/288/singleton/
-
Revised Tuesday, January 20, 2009 by
var two = "2"; // infers a string var three = from c in Customers select c; //infers
http://wiki.asp.net/page.aspx/421/new-quotvarquot-keyword/
-
New Monday, February 04, 2008 by
with the ObjectDataSource- An excellent tutorial by Scott Mitchell and includes both VB and C# sample code. Caching data
http://wiki.asp.net/page.aspx/68/objectdatasource/