Shared project is new feature that was added in Visual Studio 2013 update 2 but in visual studio 2015 it is coming by default. In this post we are going to learn about Shared Project and how it is different from class library.
Shared project in Visual Studio 2015:
Shared project is a new feature...
Thursday, February 5, 2015
Wednesday, February 4, 2015
Why coding standards are important?
Yesterday, I had a discussion with friend about coding standard are important and why you need it? So I thought it will be a good idea to write a blog post about it. Followings are some reasons why coding standard are so important.
Readability: coding standard will increase overall code readability means if you follow you coding standard defined other people also know that what you...
What is MongoDB and Why MongoDB?
Recently I have playing a lot with MongoDB and it’s one of the favourite document database. In this blog post we are going to learn about MongoDB in details.
What is MongoDB?
Those who don’t know MongoDB here is what documentation on MongoDB says about it.
MongoDB is a document database that provides high performance, high availability, and easy scalability. Document Database. Documents...
Sunday, February 1, 2015
Grid view row span in ASP.NET
I know for some one it will sound like a very basic code for the row span of grid view but still there are lots of people that does not about that. So I thought it will be a good idea to write a blog post about it. So in this blog post we are going to learn How we can use row span in ASP.NET Grid Views.
So...
Project.json file in ASP.NET 5(vNext)
Recently Microsoft has released the preview version of ASP.NET 5(vNext) as a Part of Visual Studio 2015 CTP. As this whole .NET framework is rewritten from the scratch so there are lots of change there. One of most exciting changes in ASP.NET 5(vNext) is moving all changes in Project.json file instead...