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 to become an MCSD in Windows Store Apps, I have introduced you to the MCSD – Windows Store Apps Developer certification exams and requirements.… Continue reading
Category: Web
Getting 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 Professional Developer). Earlier Microsoft certification titles been called as MCAD(Microsoft Certified Application Developer) and MCSD(Microsoft Certified Solution Developer), and Since .NET Framework 2.0 to 4.0 certifications – Microsoft renamed the titles as MCTS… Continue reading
Download 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 for Visual Studio 2012 from here: http://www.microsoft.com/en-us/download/details.aspx?id=34790
HTML5 – 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 elements to be styled without JavaScript. Means your CSS classes and attributes will not be applied to the particular HTML5 specific display element, until and… Continue reading
Introduction 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 dynamic web applications and it provided lots of flexibility web developers in building robust, dynamic web applications. ASP.NET was and is the… Continue reading
HTML5 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 standards, these specifications are now feature complete, meaning businesses and developers have a stable target for implementation and planning. HTML5 is the cornerstone… Continue reading
HTML5 – 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 spec will receive no new updates and browser vendors aren’t encouraged to support this technology. The new alternative is IndexedDB which is already available… Continue reading
Free HTML5 Certification and Training Offer from Microsoft–Prove your HTML5 Programming Skills for free
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 also available through http://www.microsoftvirtualacademy.com. Lets go through in detail How you can utilize this exam. When you pass Exam 70-480: Programming in… Continue reading
Write and Publish your blogs in Word 2013 – Office 2013
Word 2013 in Office 2013 having a nice feature which will help us to write blog posts and publish to any blog provider such as wordpress, blogger etc. Using the blog post template in Word 2013 ,you can easily write blog posts in your word and publish them to your blog. Here is some screen… Continue reading
Lazy Request Validation in ASPDotNET 4.5 and AntiXSS
Lazy Request Validation is an interesting feature included as part of .NET Framework 4.5 and ASP.NET 4.5. By default all request data is subject to request validation. However, you can configure the application to defer request validation until you actually access request data. You can configure the application to use deferred validation in the Web.config… Continue reading