Description: ASP.NET MVC codes
mvc (311) c# tutorial (14) asp net (12) useful code (1)
In many cases you may need to show special characters, white spaces in your ComboBox when it is binded to enum. (Please see here my ‘binding to enums‘ post) Basically enums cannot have white spaces neither special characters like ‘ö’ …
When you create any application using OOP, you create your own custom objects, classes, etc. In the same framework that custom object is readable, so every client (and/or server) application will understand its structure. Let’s say there’s a server-client application …
In the past few weeks I was asked to create a simple login form by several developers. In this short useful code you’ll see a login form with logoff and remember me function on the main form. Some of the …