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 […]
Read more βCategory: .NET Framework
Microsoft ASP.NET and Frameworks 2012.2 – a.ka.–ASP.NET Web Tools – final Released
Microsoft has released ASP.NET and Frameworks Update 2012.2, also known as ASP.NET Web Tools 2012.2. This will provide updates to the web frameworks that shipped with Visual Studio 2012. For more information see instructions in the release notes at http://go.microsoft.com/fwlink/?LinkID=275132. Download: AspNetWebTools2012Setup.exe
Read more βKinect for Windows SDK v1.7 released
Microsoft has released the latest version of Kinect for Windows SDK β v1.7 with cool features for developers. The key features introduced are: Kinect Interactions – Kinect Interactions are designed to let users intuitively do things like press their hand forward a few inches to push a button, or close their hands to βgrip and […]
Read more β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 […]
Read more βMicrosoft ASP.NET and Web Tools 2012.2 RC(Release Candidate)
This release updates Visual Studio 2012 with a pre-release update to ASP.NET. Features and updates: Enhanced Website publishing New ASP.NET MVC Templates for Facebook applications and Single Page Application using knockout.js and ASP.NET Web API ASP.NET Web API enhanced with new features: ASP.NET Web API OData gives you the flexibility you need to build OData […]
Read more βZip(Archive) API’s in .NET Framework 4.5 – Part 2 – ZipFile Class
In my previous post I shared some information on API’s/Classes included as part of System.IO.Compression namespace in .NET Framework 4.5, and given on overview of ZipArchive class. Once such class I would be sharing some insight with post today would be ‘ZipFile‘ class. The ZipFile class provides convenient static methods for working with zip archives: […]
Read more β