DotNetStories


This blog will focus on ASP.NET Framework
This is going to be the sixth post in a series of posts regarding HTML 5. You can find the other posts here , here, here , here and here.
This is going to be the fifth post in a series of posts regarding HTML 5. You can find the other posts here, here , here and here.
This is going to be the fourth post in a series of posts regarding HTML 5. You can find the other posts here , here and here.
I know it has been a while since I blogged about HTML 5. I have two posts in this blog about HTML 5. You can find them here and here.
In this post I will be looking into a new feature that has been added to theVS 2012 IDE. I am talking about Page Inspector that gives developers a very good/handy way to identify layout issues and to find out which part of server side code is responsible for that HTML snippet of code.
In this post I will be demonstrating a brand new feature which available in ASP.Net 4.5.I will be demonstrating the numerous features added in .Net 4.5 in future posts. Have a a look if you want in my last post that investigates enhancements added to EF 5.0 Designer.
I have downloaded .Net framework 4.5 and Visual Studio 2012 since it was released to MSDN subscribers on the 15th of August.For people that do not know about that yet please have a look at Jason Zander's excellent blog post .
I have been looking into ASP.Net MVC 4.0 lately and I thought it would be a nice idea to create a small ASP.Net MVC 4.0 application and write a post about it.
In this post I would like to show you a fairly simple example on how to use Log4Net logging service to log information in a text file.You can log information to a text file,a database table or Windows event viewer using the Log4Net logging assembly.This can be done through the various appenders.Have a look here to see a list and configurations for built-in appenders.
I have been involved with an ASP.Net project recently and I have implemented it using the awesome DevExpress ASP.Net controls.