Blog

Some important attributes in EFCodeFirst

In today’s post I am going to explain some of the important attributes in EFCodeFirst. Whey you do scaffolding with ASP.NET MVC this all attributes are where much important. So Let’s explore all the attributes. When you put this attribute in the class it tell that this property is part of the primary key and

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