RadioButtonList(For) is a custom extension of the Microsoft MVC Framework's HtmlHelper class which creates a postable model-based li... Read more »
Radio Button List for MVC 4 RadioButtonList(For)
As an experienced leader with a software engineering background - I work with numerous technologies. My goal is to make it easier for those who are starting out, for those who are facing a challenge, or for whomever wants to save time and just get the job done. Follow me...
RadioButtonList(For) is a custom extension of the Microsoft MVC Framework's HtmlHelper class which creates a postable model-based li... Read more »
CheckBoxList(For) is a custom extension of the Microsoft MVC Framework's HtmlHelper class which creates a postable model-based list ... Read more »
If you are working with your Web.config files and setting up build transformations - there is a little utility which is free and quite ... Read more »
In October of 2013 Scott Hanselman provided a cool video outlining some of the features of Page Inspector. It used to be easy to swi... Read more »
This error happens when trying to LINQ for retrieving an item from a table but there are no items. For example: PrimaryContext myConte... Read more »
There are situations where you need to add an error to the state of the model. Add Error To Model In these situations it is as easy ... Read more »
Developer Fusion has a very developer friendly online tool that you can use to convert from C# to VB.NET, C#, Python, or Ruby - and back... Read more »
If you are attempting to create an MVC Controller and you receive the following error: "The provider did not return a ProviderManifes... Read more »
Overview An exception is an event which occurs during the execution of code which disrupts the normal flow due to the event. When an erro... Read more »
Overview In Part I we talked about exceptions and how they happen and how to catch them. This tutorial will talk about throwing exceptions... Read more »
After years of working with formatting data, here is a quick lookup table of the basic C# formatting nomenclature. Not all-inclusive...but ... Read more »
Sometimes you have the need to generate a physical .WSDL file from a web service. If you have the Microsoft Visual Studio (2005 or 2008 or ... Read more »
Writing to a text file is as easy as delcaring the using System;using System.IO; and using a little code such as: TextWriter tw = new Str... Read more »
Using a Timer in C# is quite easy and at time very handy. After you add a using System. Timers statement you can create a timer: System.T... Read more »
If you ever needed to debug a service that you built in C# and you couldn't attach to the process because it did not remain started (the... Read more »
If you run into the issue that System.Configuration.ConfigurationManager Does Not Exist you may find this article handy. You just need to ... Read more »
Many times there comes a design in which you have a single numeric database column for which you need to store multiple values. Using ... Read more »
Overview There are some manual ways for checking the Microsoft .NET version. The following Microsoft KB Article 318785 describes the detai... Read more »