VisualStudio

Everything related to Visual Studio

Disable Client Side validation on a button click – ASP.NET MVC

ASP.NET MVC we use client side validation using jQuery.validate plugin, which will be based on Model – Data Annotation validation attributes. In some cases we might want to disable such validation on a button click wherever it is not needed….
Read more

Visual Studio 2012.4 RC 3 Available

Microsoft has released the Visual Studio 2012.4 RC3 Update for Visual studio 2012.  This update includes lots of bug fixes and improvements. Here are some informative links for you: Download – Visual Studio 2012.4 RC3 Update Visual Studio 2012.4 RC3…
Read more

Windows 8.1 RTM and Windows Server 2012 R2 RTM are available for MSDN/TechNet subscribers

Today, Microsoft has released the Windows 8 RTM and Windows Server 2012 R2 RTM bits for MSDN/TechNet Subscribers. As rumoured earlier final build version is  6.3.9600.16384. If you are an MSDN/TechNet Subscriber you can download the latest build from: MSDN:…
Read more

Visual Studio 2013 RC (Release Candidate) now available

Microsoft has released Release Candidate version of Visual studio 2013 which is now available for public download through Microsoft Download Center  and MSDN/TechNet. For more details read Somasekhar’s blog: http://blogs.msdn.com/b/somasegar/archive/2013/09/09/announcing-the-visual-studio-2013-release-candidate.aspx Related links: http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-2013-Release-Candidate  http://blogs.msdn.com/b/lightswitch/archive/2013/09/09/announcing-lightswitch-in-visual-studio-2013-rc.aspx Download from below links: Microsoft Visual…
Read more

WP8Dev– How to identify the sensors supported on your Windows Phone

This post will give you an  overview on how to identify the sensors supported on your Windows Phone. As a developer when you are developing for Windows Phone – and your application would need to interact with certain sensors in…
Read more

Sending Mobile Push notification using C#/.NET (iOS, Android, Windows Phone 8, Windows 8 and Blackberry)

This is an update blog to my earlier blog about Sending Apple iOS Push notifications using C#. With that blog – I  introduced you to  how to send push notification using Open Source library APNSharp, by the developer John Redth. …
Read more