Tag: mvc
-
First version of Messaging system
Realized the first version. When you logon on the system,the application sends you an email and you can see it. Lots of thing done – however,the testing is not complete. Logging was the difficult part- since I want to work with various loggers( LOG4NET,NLOG,MS TRACE,and so on). I required to a duck typing from DeftTech.…
-
Implementations GUI details
When creating a GUI you must think to give user some good feeling about what the software can do – so I started to MVC 4 website,that have mobile support integrated. More,you must demonstrate some features right away to the user – so what’s best if not a message from system admin to the user …
-
Happy new year 2011!
Some short links that I have for MVC: MVC 3 RC : http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a920ccee-1397-4feb-824a-2dfefee47d54&displaylang=en MVC 2 Source Code : http://aspnet.codeplex.com/ MVC3 Extensibility : http://bradwilson.typepad.com/blog/2010/07/service-location-pt1-introduction.html MVC helpers : http://msprogrammer.serviciipeweb.ro/2010/05/30/mvc-helper-templates/ http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-1-introduction.html Until 10 january 2011 I would not write a post,so I’m taking the liberty to say to all happy new year!
-
MVC Helper Templates
In my experiences with MVC I have some utilities to share . Some of them are : DateTime fields Numeric fields Watermark Dropdownlist more! Please see the project and give feedback MvcHelperApplication