Blog

Starting Point of auto number fields in Microsoft Access

Auto Number Field handy things in Microsoft access.It willautomatically increase the filed value as records are inserted. Developer don’t have to care for it. By default auto number field start with the zero but sometimes we required to start auto number with rather than zero.We can do it by creating the append query. Followingare the

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