10 days ago Microsoft has release Visual Studio 2013 update 2. This update includes bug fixes as well as new features and customer feedbacks. Following are some new capabilities included in this updates.
Universal Apps:
With this release you now build Universal Apps that can run on Windows 8.1 and Windows phone 8.1 while sharing code and assets through shared projects.
There are two types...
Friday, May 23, 2014
Thursday, May 22, 2014
.NET Framework 4.5.2 released by Microsoft
Microsoft has released .NET Framework 4.5.2 before some time see the announcement from It’s .NET Framework team blog. It’s a compatible, in-place update for Microsoft.NET Framework 4.0,4.5 and 4.5.1. This framework also run side by side with earlier version of .NET framework.
From where I can download .NET Framework 4.5.2?
Following are link from where you can download .NET framework 4.5.2.
.NET...
One Million page views for my blog–dotnetjalps.com
I have putted blogger statistics from its announcement(July 2010). Today my statistics are showing that I have completed One million page views from July 2010. I feel honoured I have never assumed my blog will come this way. Earlier I had started this blog just for fun and to reserve my name with blogger subdomain. I was not aware that what is blogging and why we should do it. After some time...
Wednesday, May 21, 2014
Fun with Angela Smith library by James Chambers for C#
AngelaSmith is an awesome library created by James Chambers. This library is used to generate realistic test data. You can find more information about it from the following link.
https://github.com/MisterJames/AngelaSmith
As per documentation on the github, it is.
AngelaSmith is a library you can use to generate realistic test data. It is composed of several property fillers that can populate...
Tuesday, May 20, 2014
Learning resources for ASP.NET MVC
I am getting lots of question regarding where to learn ASP.NET MVC. So I thought it will beneficial to write a blog post so that everyone get advantages of it. Today there are multiple resources available to learn ASP.NET MVC here I have listed some of the my favorite resources to learn ASP.NET MVC.
Videos:
Videos are great way to learn any technology and there are many video resources are available.
1)...
Sunday, May 18, 2014
Important Milestone achieved- 650th blog post
I am not super crazy about achieving mile stones but I just notice that I have completed 649 posts on blog. So I thought it will be good idea to write about few mile stones.
On April 2014, my blog completed 8 years. The first post I have ever written was at April 26,2006.
Today I have completed another important milestone this is 650th post I am writing and still going on. My passion for blogging...
What’s new in ASP.NET MVC 5 Part-1 : Attribute Routing
ASP.NET MVC is a new buzz word in Microsoft.NET stack most of people have started learning into it. So recently before some time Microsoft has released a Major new version of ASP.NET MVC with ASP.NET MVC 5.x. There are lots of new features given with ASP.NET MVC 5.x versions and I’m going to write a few series of blog post to explain all the features in details. So stay tuned with that!!
In this...
Tuesday, May 13, 2014
Free Get Involved Video from Scott Hanselman and Rob Conery
I have posted Why developer should blog? earlier where I have given various reasons why every developer should have a blog because it’s a great way to give back some thing to community and you can also market your self as a developer across community. Scott Hanselman and Rob Conery has created one of best video regarding same topic call Get Involved. Here they have explained how you can get out there...
Thursday, May 8, 2014
Visual Studio 2013, Team Explorer and GitHub
CodeProject
Recently Git version controlling system has gained lots of popularity and more and more developers are using it for software development and version controlling. Microsoft also tied with Git with Visual Studio 2013. So if you use Visual Studio as your primary IDE and then its high time to learn about it. With Visual Studio 2013 team explorer you can easily tied code in your git repository...
Tuesday, May 6, 2014
Visual Studio Command Window- A useful but unknown feature
All the Microsoft developers love visual studio as Integrated Development Environment(IDE) because it has build with lots and lots of features and developers are more productive then ever. But still there are lots of feature which are not popular among the developers. Visual studio command window is one of the best feature but still lots of developers are not aware about it. In this post we are going...