Menu
Using the string value of a C# enum value in a case statement

Using the string value of a C# enum value in a case statement

Enums much better way compared to hard coding the string. Collection of code snippets using Enums with c# switch statment

SQL Server delete / drop all tables under special schema

SQL Server delete / drop all tables under special schema

The project I am working on had migrations issues – it simply didn’t do the database UPDATE automatically. I have fixed the issue but had to make sure the automatic migrations are working as expected. Needed to test many times, to see if it create it automatically was run and creates tables, SPs, Views, etc. In […]