Author: admin

  • Blog
  • Author: admin

Insert NUll in value datatype like int,float in C#

Some times we need to make some data type to null. Likein some cases like stored procedure in database.We can do it in C# very easily. by just putting ?sign in’ the definition like below: int? a; that’s it! you have created a value data type with null database. If you don’t supply a value

Get a Blog on WindowsClient.NET.

If you are serious windows developer and intersted in blogging then windowsclient.net is a plateform to share your knowledge. You can create your blogs there. Microsoft has opened now for new bloggers. here is the link to signup blogs there.. http://windowsclient.net/community/blog-with-us.aspx Happy blogging…

Solution: gulp is not recognized as internal or external command- Visual Studio

Recently, After Upgrading to the newer version of Gulp, I was getting this error.  After doing lots of  finding online and in my system I was able to figure out that Modules like Gulp does not installed to the path. So when you try to run it from the command line it was showing below

Difference between generic handler and http handler- ASP.NET

As per MSDN Generic Handler is a default handler which will have @webhandler directive and has .ashx extension this generic handler is not having UI but it provides response when ever any request made to this handler. HTTP Handler is a process which runs and continue to server request and give response based on the