Back to All Articles

Articles tagged aspnet:


Convert string to Enum c#

Converting a string to enum is quite easy one, but it needs some attention when converting from string to enum

Updated: December 3, 2023
Created: April 20, 2015

Read more

ANCM InProcess Start Failure Shenanigans

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

Read more

SQL Server Reporting Services (SSRS)–How to open SSRS Project

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

Read more

Attaching to .NET Debugger w/Visual Studio ASP.NET Core

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

Read more

dotnet new–install Error

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

Read more

jQuery / MVC and TextArea Length Validation

Surprised about a jQuery issue.

Updated: May 29, 2017
Created: May 29, 2017

Read more

.NET Releases & Versions in 2015

Updated: June 16, 2015
Created: June 16, 2015

Read more

Bootstrap with LESS (Part 2)

CSS has become complex, lets figure it out

Updated: June 5, 2015
Created: June 5, 2015

Read more

Bootstrap with LESS (Part 1)

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

Read more

Asp.net 2.0 Compilation Models

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

Read more

Web Site (to do and not todos)

Updated: April 20, 2015
Created: April 20, 2015

Read more

Testing Web Service(ASMX) Remotely (yes, you can!)

Updated: April 20, 2015
Created: April 20, 2015

Read more

CSS Lost, Missing, Absent, Gone after Postback in Asp.NET

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

Read more

Escape Sequences and Verbatim Strings in C#

Lots of escape sequences in c#

Updated: April 20, 2015
Created: April 20, 2015

Read more

Select2 and Knockout Binding

Updated: April 20, 2015
Created: April 20, 2015

Read more

ASPNET 2 Compilation Again

few ways of deploying a .NET 2.0 ASP.NET application.

Updated: April 20, 2015
Created: April 20, 2015

Read more

Microsoft AJAX Features and Implementation Samples

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

Read more

Output text to log file

Updated: April 20, 2015
Created: April 20, 2015

Read more

.NET 4 New GAC Locations/GacUtil

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

Read more

Json–know more

Updated: April 20, 2015
Created: April 20, 2015

Read more

Diagnosing 404 errors on IIS 7 and ASP.NET MVC

Updated: April 20, 2015
Created: April 20, 2015

Read more

IIS 6 MVC CSS Troubles - Styles not recognized

I deployed my mvc 3 application to IIS 6 (with NTLM authentication)....

Updated: April 20, 2015
Created: April 20, 2015

Read more

Pattern Singleton c#

Singleton pattern is a design

Updated: April 20, 2015
Created: April 20, 2015

Read more

Upgrading to MVC 4 (from prior versions)

Updated: April 20, 2015
Created: April 20, 2015

Read more

Intellisense and JavaScript in Visual Studio 2012

How to enable intellisense with Visual Studio and JavaScript

Updated: April 20, 2015
Created: April 20, 2015

Read more