Recently nullable reference types have become trendy. Meanwhile, the good old nullable value types are still here and actively used.

asp.net,c#.net, MVC, WPF, WCF, JavaScript, JQuery, SQL Server, Interview Q&A
Interview Q&A
Recently nullable reference types have become trendy. Meanwhile, the good old nullable value types are still here and actively used.
Difference between Abstract class and Interface in C# Hello folks, today we will discuss regarding Top 6 Differences of Abstract class and
Hello Folks, today we will explore regarding Top 5 Static code Analysis Tools for Visual Studio, which also includes other
Returns the number of active transactions for the current connection. PRINT @@TRANCOUNT — The BEGIN TRAN statement will increment the
We can use FOR XML statement at the end of the query to return xml data from the SQL Server.
Triggers allows us to execute a batch of SQL code when either an insert, update or delete command is executed
Top 10 examples of SubString in C# Hello folks, after long time I am back with simple but so important
Top 9 differences between Array and ArrayList Array ArrayList Array is strongly typed. This means that an array can store
Difference between temporary table and table variable in sql server Table variable Temporary table You can use it in User
Evaluate code execution time in C# Hello folks, sometime we as a developer wants to check exact execution time to