(My Bones) String Enumeration in VB.NET would be ideal answer, but Enumeration in dot.net is limited to numbers.
Tag: Development
Types of Constructor in .Net
(Nakul.Lande) In this article, we shall learn about different types of constructors in C#.NET.
Working with Asynchronous Operations in ASP.NET 4.5 Web Forms
(Bipin Joshi) Asynchronously running code can improve the overall performance and responsiveness of your web application. In ASP.NET 4.5 web forms applications you can register asynchronous methods with the page framework. The ASP.NET page framework and .NET 4.5 asynchronous programming support then
Using ProudMonkey ConfirmBox Control in GridView
(Vincent Maverick Durano) There are times that we need to prompt the users when doing certain actions on the page. One practical example is to confirm the user when deleting a certain record just like what I have demonstrated awhile back about Displaying a Confirmation Message on GridView Deleting.
Rapid Prototyping, the MVC Working Model
(Edward Charbeneau) In just about every industry, rapid prototyping is described as “A group of techniques used to quickly produce a working model”, and web development should be no different.
ASP.NET MVC Controllers and Conventions
(Dino Esposito) Why is it that ASP.NET MVC has such strongly-enforced naming conventions? Can conventions for the default behaviour of code actually help to reduce the complexity of applications, and at what point is it wise to break conventions in application architecture.
ASP.NET Web Forms Extensibility: Handler Factories
(Ricardo Peres) An handler factory is the class that implements IHttpHandlerFactory and is responsible for instantiating an handler (IHttpHandler) that will process the current request. This is true for all kinds of web requests, whether they are for ASPX pages, ASMX/SVC web services, ASHX/AXD handl
ASP.Net View State: EnableViewState vs ViewStateMode
(Ashish Goyal) With ASP.Net 4.0, a new property for View State was introduced, it was called ViewStateMode. Prior to ASP.Net 4.0, we used to use EnableViewState property. Now for an ASP.Net 4.0 application, both of these properties are available. So the question comes in which one we should use? And
Print GridView Data In Asp.Net Using C# VB JavaScript
(Vijay Meghwal) To Print GridView Data In Asp.Net Using C# And VB.NET, I have placed GridView inside a Div and this Div will be called for printing using javascript.
A guide to asynchronous file uploads in ASP.NET Web API RTM
(Filip W.) It’s been 2 weeks since Web API has been released, and in a post highlighting the changes, I mentioned I will write an updated tutorial on file upload.
