Nikolaos Kantzelis ASP.Net Blog
This blog will focus on ASP.NET Framework
-
Using stored procedures with Entity Framework in an ASP.Net application
This is going to be the third post of a series of posts regarding ASP.Net and the Entity Framework and how we can use Entity Framework to access our datastore. You can find the first one here and the second one here.
-
Creating an Entity Data Model using the Model First approach
-
Building a simple ASP.Net application using the Entity Data Model
This is going to be the first post of a series of posts regarding ASP.Net and Entity Framework and how we can use Entity Framework to access(select,insert,update,delete) the database. We will start with some simple samples but then we will look into more advanced uses of Entity Framework.
-
Data caching in ASP.Net applications
In this post I will continue my series of posts on caching.
-
Using the Items collection for state management
You can have a look at this post , this post , this post and this one.My last post was on Application state management and you can read it here.
-
State management using the Application class in ASP.Net applications
I have explained some of the state mechanisms that we have in our disposal for preserving state in ASP.Net applications in various posts in this blog.
-
Membership in ASP.Net applications - part 4
This is the fourth post in a series of posts regarding ASP.Net built in membership functionality,providers,controls. You can read the first one here .You can read the second post here . You can read the third post here.
-
Membership in ASP.Net applications - part 3
This is the third post in a series of posts regarding ASP.Net built in membership functionality,providers,controls. You can read the first one post one here .
-
Membership in ASP.Net applications - part 2
This is the second post in a series of posts regarding ASP.Net built in membership functionality,providers,controls. You can read the first one post one here .
-
Membership in ASP.Net applications - part 1
So far in all my posts, I have never mentioned anything about how to implement authentication/authorisation mechanisms in a web site. In all our professional web applications we do need some sort of mechanism to verify who users are and what privileges have in our site.