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.
-
Looking into Entity Framework Code First Migrations
In this post I will introduce you to Code First Migrations, an Entity Framework feature introduced in version 4.3 back in February of 2012.
-
Looking into ASP.Net MVC 4.0 Mobile Development - part 2
In this post I will be continuing my discussion on ASP.Net MVC 4.0 mobile development.
-
Looking into ASP.Net MVC 4.0 Mobile Development - part 1
In this post I will be looking how ASP.Net MVC 4.0 helps us to create web solutions that target mobile devices.
-
What's new in ASP.Net 4.5 and VS 2012 - part 2
This is the second post in a series of posts titled "What's new in ASP.Net 4.5 and VS 2012".You can have a look at the first post in this series, here.
-
What's new in ASP.Net 4.5 and VS 2012 - part 1
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 .
-
Using JQuery tabs in an HTML 5 page
In this post I will show you how to create a simple tabbed interface using JQuery,HTML 5 and CSS.
-
Scrolling an HTML 5 page using JQuery
In this post I will show you how to use JQuery to scroll through an HTML 5 page.I had to help a friend of mine to implement this functionality and I thought it would be a good idea to write a post.
-
Disabling the right-click sub menu using JQuery
Recently I needed to disable the right-click contextual menu in an HTML page for a very simple HTML application I was creating for a friend.
-
Resizing text in an HTML 5 page using JQuery
This is going to be the ninth post in a series of posts regarding HTML 5. You can find the other posts here, here , here , here, here , here , here and here.
-
Building an ASP.Net 4.5 Web forms application - part 5
Τhis is the fifth post in a series of posts on how to design and implement an ASP.Net 4.5 Web Forms store that sells posters on line.
-
Building an ASP.Net 4.5 Web forms application - part 4
Τhis is the fourth post in a series of posts on how to design and implement an ASP.Net 4.5 Web Forms store that sells posters on line.
-
Building an ASP.Net 4.5 Web forms application - part 3
Τhis is the third post in a series of posts on how to design and implement an ASP.Net 4.5 Web Forms store that sells posters on line.
-
Enum Support in Entity Framework 5.0 using Model First and the EF Designer
In this post I will show you with a hands-on demo the enum support that is available in Visual Studio 2012, .Net Framework 4.5 and Entity Framework 5.0.
-
Looking into Code First Data Annotations in Entity Framework
In this post I would like to talk about Data Annotations and how to use them in our Code First Entity framework applications.Developers use extensively EF to build their data access layer. We have 3 development paradigms in EF. We have Database First,Model First and Code First. The last one (Code First) gains increasing popularity amongst developers.
-
Looking into Enum Support in Entity Framework 5.0 Code First
In this post I will show you with a hands-on demo the enum support that is available in Visual Studio 2012, .Net Framework 4.5 and Entity Framework 5.0.
-
Building an ASP.Net 4.5 Web forms application - part 2
Τhis is the second post in a series of posts on how to design and implement an ASP.Net 4.5 Web Forms store that sells posters on line.
-
Building an ASP.Net 4.5 Web forms application - part 1
I am going to start a new series of posts on how to build an application using ASP.Net 4.5 Web forms.A few days back I have been asked to present a number of presentations on ASP.Net 4.5.
-
Sorting the columns of an HTML table using JQuery
In this post I will show you how easy is to sort the columns of an HTML table. I will use an external library,called Tablesorter which makes life so much easier for developers.
-
Highlighting rows and columns in an HTML table using JQuery
A friend of mine was seeking some help regarding HTML tables and JQuery. I have decided to write a few posts demonstrating the various techniques I used with JQuery to achieve the desired functionality.
-
Using Native Drag and Drop in HTML 5 pages
This is going to be the eighth post in a series of posts regarding HTML 5. You can find the other posts here, here , here , here, here , here and here.
-
Using CSS3 media queries in HTML 5 pages
This is going to be the seventh post in a series of posts regarding HTML 5. You can find the other posts here , here , here, here , here and here.
-
Using rounded corners in modern websites with CSS3
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.
-
Using real fonts in HTML 5 & CSS 3 pages
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.
-
Using multiple column layout with HTML 5 and CSS 3
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.
-
Creating a multi-column rollover image gallery with HTML 5
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.
-
Page Inspector and Visual Studio 2012
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.
-
Looking into Strongly Typed Data Controls in ASP.Net 4.5 and Visual Studio 2012
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.
-
Using multiple diagrams per model in Entity Framework 5.0
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 .
-
An introduction to ASP.Net MVC 4.0
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.
-
Using Log4Net in an ASP.Net application
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.
-
How to bind a XPO Data Source to an ASPxGridView control
I have been involved with an ASP.Net project recently and I have implemented it using the awesome DevExpress ASP.Net controls.
-
Adding Client-Side events to DevExpress ASP.Net controls
I have been involved in a ASP.Net project recently and I have implemented it using the awesome DevExpress ASP.Net controls. In this post I would like to show you how to use the client-side events that can make the user experience of your web application for the end user much better.We do avoid unnecessary page flickering and postbacks.All this functionality is possible through the magic of Ajax and Javascript.I am not going to cover Ajax and Javascript on this post.
-
How to bind ArrayList Object to an ASPxGridView control
I have been involved with a ASP.Net project recently and I have implemented it using the awesome DevExpress ASP.Net controls.
-
Implementing Master-Detail functionality with the ASPxGridView control
I have been involved with a ASP.Net project recently and I have implemented using the awesome DevExpress ASP.Net controls.
-
Using the ASPxGridView DevExpress control
Recently I had to implement a web application for a client of mine using ASP.Net.I used the DevExpress ASP.Net controls and I would like to present you with some hands-on examples on how to use these ASP.Net controls.
-
Using Entity Framework Entity splitting customisations in an ASP.Net application
I have been teaching in the past few weeks many people on how to use Entity Framework. I have decided to provide some of the samples I am using in my classes.
-
Using Entity Framework Table splitting customisations in an ASP.Net application
I have been teaching in the past few weeks many people on how to use Entity Framework. I have decided to provide some of the samples I am using in my classes.