Author: admin

  • Blog
  • Author: admin

Delete all cookies and session in asp.net

Cookies are one of most important features of web application. From where we store little information on client side in one of my project we need to delete all cookies and as you can not delete cookies from server side so we have to expire them manually. Here is the code for that. string[] myCookies

Thank You For Visiting My Blog

Thank You Very Much for visiting my blog,There are 155 visitors in last month who visit my blog. It is such a over whelming experience that you work is recognized in such big way. I want your valuable comments on my post to make it better. So please putyour comments for the post directly.You can

Building Node.js CRUD Rest APIs with Express and Visual studio code

In this blog post, we are going to learn how we can create a basic Rest API with Node.js and Express using Visual Studio code editor.  Our API will contain four operations CREATE, READ, EDIT and DELETE. The first thing we need to create an empty folder called NodeJSRestPI folder and then right click and

HTTP Module in details

I know this post may sound like very beginner level. But I have already posted two topics regarding HTTP Handler and HTTP module and this will explain how http module works in the system. I have already posted What is the difference between HttpModule and HTTPHandler here. Same way I have posted about an HTTP