Latest Articles
-
Encrypt And Decrypt ConnectionString In Web.Config File
In this article we are going to see how we can encrypt and secure our connection string in our web config file. As you ... -
Keyboard Query Shortcuts In SQL Server Management Studio
In this article we are going to see some shortcuts that may be useful to you when you work with SQL Server Management Studio. ... -
Working with API help page controller action description in Web API
In this article we are going to see how we can enable the API descriptions for the better understanding of how our API controller ... -
Creating Azure Mobile App With Visual Studio
[toc] Introduction In this article we are going to create a mobile application with Azure using Visual Studio. Before you start with make sure ... -
Fix To: Bundles Are Not Working After Hosting To MVC Application
In this article we are going to see how we can fix if you are getting some reference errors, or if your bundles are ... -
Visual C# Technical Guru – March 2016
Hi, I am very much pleased to say you that my two articles got selected in Microsoft Technet Blog for the category of Visual ... -
Asp Net Article Of The Day April 09 2016
My article Programmatically Extract or Unzip Zip,Rar Files And Check got selected as Article of the day for 09-04-2016 in Microsoft ASP.NET community (http://www.asp.net/community/articles) ... -
Now I am A Microsoft MVP
Everyone in this world will be remembering today as April fool day, but not for me hereafter. Do you know why? Today, I have ... -
March 2016 Month Winner In C-Sharp Corner
I am very much happy that I have received my 13th monthly winner award from C-Sharp Corner. I feel thankful to this community that ... -
Web API With HttpClient Or Consume Web API From Console Application
In this article, we are going to learn how we can call Web API using HttpClient. Normally we call a Web API either from ...