Back to All Articles
Converting a string to enum is quite easy one, but it needs some attention when converting from string to enum
Updated: February 9, 2025
Created: April 20, 2015
Updated: June 11, 2020
Created: June 11, 2020
Common issue with .net core solutions when you deploy to a server and get ANCM In-Process failures
Updated: January 30, 2020
Created: January 30, 2020
Ever try to open an older SQL Server Reporting Services (SSRS) project and do not know what product it opens with? SSRS and how to add/manage reports always seems to be a problem. Well, Visual Studio 2017 has an extension that you can use to open the older rptproj files. Give it a go.
Updated: March 3, 2019
Created: March 3, 2019
You have a website up and running, and now you want to connect the Visual Studio Debugger. This is often the case if you do not start with F5 - Debug to start the browser and automatically attach to the .net debugger. In reality, I almost never push F5. Instead, I attach to the debugger on the fly with the approach below. Take a moment to check it out.
Updated: December 3, 2018
Created: December 3, 2018
When building a new solution template for ASP.NET Core solution, I received the above error. I had not seen this with prior template build efforts. This was new with .NET Core.
Updated: October 1, 2018
Created: October 1, 2018
Surprised about a jQuery issue.
Updated: May 29, 2017
Created: May 29, 2017
CSS has become complex, lets figure it out
Updated: June 5, 2015
Created: June 5, 2015
Customize and extend Bootstrap with LESS, a CSS preprocessor, to take advantage of the variables, mixins, and more used to build Bootstrap's CSS
Updated: June 5, 2015
Created: June 5, 2015
Compliation of asp.net, c#, vb.net applications can depend on different aspects. Keep in mind the following factors.
Updated: April 20, 2015
Created: April 20, 2015
Updated: April 20, 2015
Created: April 20, 2015
I have a generic function in one of my helper libraries that allows me to open a new browser window when a button is selected.
Updated: April 20, 2015
Created: April 20, 2015
Lots of escape sequences in c#
Updated: April 20, 2015
Created: April 20, 2015
Updated: April 20, 2015
Created: April 20, 2015
few ways of deploying a .NET 2.0 ASP.NET application.
Updated: April 20, 2015
Created: April 20, 2015
There are many options within the Microsoft stack of products for AJAX type functionality. The following article covers the primary mechanisms that utilize the Microsoft out of the box Ajax functionality. Ajax must be one of the technologies used in all current web applications. The primary benefit is the improved user experience by providing quick, responsive feedback. Core features include Ajax Client Libraries and Ajax Server Controls.
Updated: April 20, 2015
Created: April 20, 2015
Updated: April 20, 2015
Created: April 20, 2015
Updated: April 20, 2015
Created: April 20, 2015
There are now 2 distinct GAC locations that you have to manage as of the .NET 4 Framework release...
Updated: April 20, 2015
Created: April 20, 2015
Updated: April 20, 2015
Created: April 20, 2015
I deployed my mvc 3 application to IIS 6 (with NTLM authentication)....
Updated: April 20, 2015
Created: April 20, 2015
Singleton pattern is a design
Updated: April 20, 2015
Created: April 20, 2015
How to enable intellisense with Visual Studio and JavaScript
Updated: April 20, 2015
Created: April 20, 2015