Few weeks back one of my colleague asked for some help on setting up an IIS Smooth Streaming capability for an iOS application. Users will be uploading the videos to Servers. We wanted to stream videos on demand to iOS Devices such as iPhone, iPod, iPad. Inorder to stream we have to convert the video […]
Read more →Category: .NET
All .NET Related Stuffs goes here.
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 →Zip(Archive) API’s in .NET Framework 4.5 – ZipArchive Class
With release of .NET Framework 4.5, Microsoft has introduced new classes in to System.IO.Compression namespace. These classes will add the necessary programming support for Zipping(Achiving), and Extracting support for Zip Files in your .NET Source Code. Below are the newly introduced classes as part of .NET Framework 4.5: ZipArchive – Represents a package of compressed […]
Read more →Download – Microsoft Web Deploy v3.0 for IIS
The Web Deployment Tool simplifies the migration, management and deployment of IIS Web servers, Web applications and Web sites. Administrators can use command-line scripting with the Web Deployment Tool to synchronize IIS 6.0, IIS 7.0 and IIS 8.0 servers or to migrate an IIS 6.0 and IIS 7.0 servers to IIS 8.0. The Web Deployment […]
Read more →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 […]
Read more →ASP.NET MVC 4.0 Roadmap
Phil Haack has nicely documented next version of ASP.NET MVC said to be ASP.NET MVC 4.0 road map. Interesting we will have a new ASP.NET MVC Application template called Mobile Application Template using jQuery Mobile. Come on read through the below links for more information.. ASP.NET MVC 4 Roadmap – Blog post by Phil Haack […]
Read more →