Nikolaos Kantzelis ASP.Net Blog
This blog will focus on ASP.NET Framework
-
Linq to XML & ASP.Net - part 1
I am going to write a new series of articles regarding LINQ to XML and how to use it in ASP.Net web sites.
-
How to create an Ajax enabled Web Service in ASP.Net
In this post I will try to show you with a detailed example how to create an Ajax enabled Web Service and consume it from client scripts running in a different Web site. It will be a simple example but the principles apply to the most complicated ones.
-
Implementing cross-page postbacks in ASP.Net
In this post I would like to talk about cross-page postbacks in ASP.Net.
-
ASP.Net and JQuery - How to create a slideshow
This is the third post in a new series of posts regarding ASP.Net and JQuery. You can see the first post here. and the second one here.
-
Working with files & folders in ASP.Net applications - Iterate through local file system drives
This is a second post in a series regarding ASP.Net and manipulation of files & folders. You can find the other one here .
-
Working with files & folders in ASP.Net applications - Get local drive information
I am going to start a new series of posts regarding files and how we can manipulate them in our ASP.Net applications. I will also present samples of .Net code that will exhibit how to get information on drives and folders.
-
IMPORTANT : ASP.Net Security Vulnerability
Scott Gu in his latest post, announces a very serious security threat-vulnerability regarding ASP.Net sites.
-
A short introduction to ASP.Net Web Pages,Webmatrix and Razor
I wanted to write a few thoughts of mine regarding the new lightweight development tool available from Microsoft called WebMatrix.
-
Using email in ASP.Net applications
I know that this topic is also well documented in the web. But I decided to have a go, after so many people ask me the same question
-
Cookies in asp.net applications
In this post we are going to see a step by step example on how to read,write,delete cookies in asp.net websites.