Brush up with some performance improvement tips for ASP.NET Web applications you can utilize with Visual Studio 2015 Profiler while in the code development phase.

Brush up with some performance improvement tips for ASP.NET Web applications you can utilize with Visual Studio 2015 Profiler while in the code development phase.
Check-in policies help enforce your organization's development methodology and ensure that the code being checked in passes the necessary quality requirements. In addition to using the pre-defined check-in policies, you can create custom ones.
Apply the advanced trace log features of ADO.NET and improve your data access code.
Build a Windows Event Log Watcher Service Process to Export Event Log Entries as an RSS feed using System.Diagnostics.EventLog, EntryWritten, and EnableRaisingEvents.
Tracing down errors in web applications and services is no easy task. To make it simpler, learn how to add trace statements to your code. They appear only when tracing is enabled on the web page or the web site.
The Whammy debugging tool permits you to use the .NET Framework to add detailed tracing information to your application in a very unobtrusive way.
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
Fear not, Tuple lovers. This much-maligned data type is still in use today.
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.