DotNetStories


This blog will focus on ASP.NET Framework
I am going to write a new series of articles regarding LINQ to XML and how to use it in ASP.Net web sites.
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.
In this post I would like to talk about cross-page postbacks in ASP.Net.
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.
This is a second post in a series regarding ASP.Net and manipulation of files & folders. You can find the other one here .
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.
Scott Gu in his latest post, announces a very serious security threat-vulnerability regarding ASP.Net sites.
I wanted to write a few thoughts of mine regarding the new lightweight development tool available from Microsoft called WebMatrix.
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
In this post we are going to see a step by step example on how to read,write,delete cookies in asp.net websites.