Posts in : C#
Using the Random class in .NET, generating random numbers, producing unique values, uniques within a range, high precision random values
Code links for implementing IComparer interface in .Net
Links to help you create/troubleshoot COM Interop projects.
Tweaking the DataGrid control through a linked DataSet's XMLSchema
Some interesting tips found in this link.. like resizing borders for form and disabling titlebar, loading combobox with available fonts, deploying database while installing applicaiton, etc.,
C# does not support optional parameters like in VB or VB.NET ...
Instead method overloading is used to achieve same effect.
|