Top 10 reads of August 2014
These are the top 10 reads of August 2014. How to combine multiple Uri in C# and VB.NET How to get the BuildDate of a Assembly in C# and VB.NET…
All the Code Snippets and Samples you need
These are the top 10 reads of August 2014. How to combine multiple Uri in C# and VB.NET How to get the BuildDate of a Assembly in C# and VB.NET…
To Split a String at newline in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To measure execution time of a Action in C# and VB.NET you can use the following Extension Method snippet. Sample C# Sample VB.NET
To list all Databases in MSSQL you can use the following snippet. Sample MSSQL SQL Server Version newer than MS SQL 2000 also support these StoredProcedures. or
To TRIM a string in MSSQL you can use the following Userdefinedfunction Snippet. Sample MSSQL
To get free Drive Space in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To get Enum by Descritption Attribute in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To check if a column exists in MSSQL you can use the following snippet. Sample MSSQL