ASP.NET MVC 4 Developer Preview & new Mobile Application Project Templates...
Newly released Developer Preview of so called ASP.NET MVC 4 is having some interesting additions. ASP.NET MVC 4 Developer Preview introduces also new template for mobile web applications. These...
View ArticleBeginning HTML5 Development with Visual Studio 2010
Recently I was doing some research works on HTML5 development using ASP.NET on Visual Studio 2010. Really liked the cool features HTML5, CSS3 and Javascript API’s. Major part of my research was...
View ArticleMobile Application Development
Mobile Applications are rapidly developing segment in the global mobile sector. Developing mobile applications targeting different mobile platforms such as Windows Phone, iOS, Android, Blackberry and...
View ArticlejQuery Mobile 1.1.0 Final Released!
Jquery team has released final version of Jquery Mobile 1.1.0. jQuery Mobile is a touch-optimized web framework (additionally known as a JavaScript library or a mobile framework) currently being...
View ArticleMust Read – Unleash the power of HTML 5 Canvas for gaming
An excellent article discusses about using HTML5 canvas for building browser based games using only HTML and Javascript. The <canvas> element is used to draw graphics, on the fly, on a web page....
View ArticleWindows 8 Camp in a Box–a set of Hands-on-labs, presentations, samples
Windows 8 Camp in a Box is a set of hands-on-labs, presentations, samples and resources from the Windows 8 camps. The Windows 8 camps are free training events for developers ramping up on Windows...
View ArticleFree HTML5 Certification and Training Offer from Microsoft–Prove your HTML5...
Microsoft few month back launched a free HTML5 Certification program for exam – 070-480 – Programming in HTML5, CSS3 and JavaScript. To prepare for this exam you have set of nice Training materials...
View ArticleHTML5 – Bye Bye ‘WebSQL’/’SQLite’– Welcome ‘IndexedDB’
Since November 18, 2010, the W3C announced that Web SQL database(Sqlite) is a deprecated specification. This is a recommendation for web developers to no longer use the technology as effectively, the...
View ArticleHTML5 Definition Complete, W3C Moves to Interoperability Testing and Performance
The World Wide Web Consortium (W3C) has published — the complete definition of the HTML5 and Canvas 2D specifications on 17 December 2012. Quoting from the announcement here Though not yet W3C...
View ArticleIntroduction to The One ASP.NET Platform/Ecosystem
Introduction ASP.NET has travelled a long way through evolutions. Earlier when ASP.NET 1.0 was released as part of .NET Framework 1.0 in Jan 2002, there was only ASP.NET – a framework for building...
View ArticleHTML5 – Introduction to HTML5Shiv for Internet Explorer 6/7/8
HTML5Shiv is a JavaScript workaround, discovered by Sjoerd Visscher, to enable support styling of HTML5 elements in versions of Internet Explorer prior to version 9.0, which do not allow unknown...
View ArticleDownload TypeScript 0.8.2 for Visual Studio 2012
Microsoft has announced the availability of latest preview release for TypeScript as Version 0.8.2. Read more about the release from MSDN Typescript Team blog here You can download the TypeScript 0.8.2...
View ArticleGetting Started to become an MCSD in Windows Store Apps
Last few years Microsoft Developer Certification Exams progressed forward through two certification tracks or titles MCTS(Microsoft Certified Technology Specialist) and MCPD(Microsoft Certified...
View ArticleGetting Started to become MCSD–Web Application Solutions Developer
In this article I will introduce you to the necessary requirements for preparing and earning MCSD – Web Apps Solutions Developer certification. In my previous article Permanent Link to Getting Started...
View ArticleTypeScript for Visual Studio 2012–v0.8.3.1
Microsoft has released an Incremental update to TypeScript for Visual Studio 2012 – the version 0.8.3.1, which is the first update to the v0.8.3 released in Feb 2013. You can download the latest bits...
View ArticleDisable 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...
View ArticleIntroducing Visual Studio Code
As part of Microsoft’s focused approach to bring in more value to Cross platform & Open Source based initiatives Microsoft has released Visual Studio Code IDE along with .NET Core runtime for Mac,...
View ArticleVisual Studio Tools for Apache Cordova in Visual Studio 2015 RC
Microsoft has announced that with Visual Studio 2015 – Apache Cordova tools will be integrated within the main install bundle. Using Apache Cordova Tools for Visual Studio you will be able to develop...
View ArticleSetting up Local NPM repository to Speedup Dev/CI Builds
As a modern day JavaScript developer working with Node.js and NPM, it has been always any developer’s case to clean up local node modules sometimes when local build is broken. It is a tedious tasks to...
View Article