|
|
-
|
|
Impressed by awesome sessions at SQLBangalore user group meeting today (15th of June, 2013), I decided to write a blog post about it. It’s a monthly event that takes place at Microsoft campus in Bangalore. Today’s UG meeting named “Relive TechEd 2013 a...
|
|
-
|
|
Can first argument of REPLACE string function be empty string?...
|
|
-
|
|
Software world is changing very fast these days. It’s been only 14 months since Microsoft released SQL Server 2012. And yesterday (June 3, 2013) at TechEd North America Microsoft announced a wave of new products and services that will help customers em...
|
|
-
|
|
Sometimes we face with a problem to convert (parse) string to some enum type. For that we can use Enum.Parse(Type, String) method. But we should take into account that Enum.Parse(Type, String) is case-sensitive. To prove this lets check this code exampl...
|
|
-
|
|
Converting Base64 values to varbinary and vice versa can be realized with the help of XQuery functionality available from SQL Server 2005 onwards...
|
|
-
|
|
Long time passed since I wrote my previous post. Lots of changes happened in my life as well. And now I have some time for writing new post and I hope it will be useful for you.Not so long ago I remembered a problem we faced before (later we started to ...
|
|
-
|
|
In my previous post I wrote about C# interview question about implementing binary tree data structure using structs. Today I’m going to share with you another interview question about classes and structs.Lets imagine this code snippet is given to you:
n...
|
|
-
|
|
Some C# interview questions about classes and structs...
|
|
-
|
|
Using ThreadLocal class for thread-local storage implementation in C#...
|
|
-
|
|
Using of ThreadStatic attribute for static fields...
|
|