Archives
-
Creating a complete ASP.Net MVC 4.0 application with Visual Studio 2012, C# , EF 5.0 (Code First) - part 4
I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this application step by step and I will explain everything that you need to know in order to develop ASP.Net MVC 4.0 applications. This is the fourth post in this series. You can find the first one here , the second one here and the third one here. Make sure you read and understand those posts.
-
Creating a complete ASP.Net MVC 4.0 application with Visual Studio 2012, C# , EF 5.0 (Code First) - part 3
I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this application step by step and I will explain everything that you need to know in order to develop ASP.Net MVC 4.0 applications. This is the third post in this series. You can find the first one here and the second one here. Make sure you read and understand the first post and the second post.
-
Creating a complete ASP.Net MVC 4.0 application with Visual Studio 2012, C# , EF 5.0 (Code First) - part 2
I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this application step by step and I will explain everything that you need to know in order to develop ASP.Net MVC 4.0 applications. This is the second post in this series. You can find the first one here. Make sure you read and understand the first post.
-
Creating a complete ASP.Net MVC 4.0 application with Visual Studio 2012, C# , EF 5.0 (Code First) - part 1
I have been using ASP.Net MVC, Visual Studio, C# , Entity Framework, JQuery, CSS to build web sites and applications. I have been teaching ASP.Net MVC to people from all walks of life with different experience in Web development. I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this application step by step and I will explain everything that you need to know in order to develop ASP.Net MVC 4.0 applications.
-
Looking into CSS3 Multiple backgrounds
In this post I will be looking into a great feature in CSS3 called multiple backgrounds.With CSS3 ourselves as web designers we can specify multiple background images for box elements, using nothing more than a simple comma-separated list.
-
Looking into the jQuery LazyLoad Plugin
I have been using JQuery for a couple of years now and it has helped me to solve many problems on the client side of web development.
-
Looking into the JQuery Overlays Plugin
I have been using JQuery for a couple of years now and it has helped me to solve many problems on the client side of web development.
-
Looking into the JQuery Image Zoom Plugin
I have been using JQuery for a couple of years now and it has helped me to solve many problems on the client side of web development.
-
Looking into the JQuery Carousel Lite Plugin
I have been using JQuery for a couple of years now and it has helped me to solve many problems on the client side of web development.
-
Looking into the JQuery Cycle Plugin
I have been using JQuery for a couple of years now and it has helped me to solve many problems on the client.