FTP Upload File Using Only .NET Framework 2013-01-10 19:18 UTC .NET C# FTP Here an example of how to upload a file to a FTP-server, using the class FtpWebRequest, which is included in the .NET Framework. All you need to do is...
ASP.NET MVC 4 Razor v2 - New Features 2012-05-21 17:55 UTC .NET ASP.NET Razor With the imminent release of ASP.NET MVC 4 my previous post ASP.NET MVC 3 Razor - The Ultimate Quick Reference needed a follow-up on what's new in the...
Making MVC 3 Razor IntelliSense work after installing MVC 4 Beta 2012-04-18 08:05 UTC .NET ASP.NET Razor Visual Studio After installing the MVC 4 Beta the IntelliSense breaks for Razor-views in MVC 3-applications in Visual Studio 2010. This is stated in the release-notes, but...
ASP.NET MVC 3 Razor - The Ultimate Quick Reference 2012-03-21 09:03 UTC .NET ASP.NET Razor With the transition to the Razor view-engine in ASP.NET MVC 3 a need occurred for a quick-reference. Where you the old WebForms view-engine used to use the...
ASP.NET WebForms SEO: Compressing View State 2010-03-31 12:50 UTC .NET ASP.NET C# SEO WebForms In my previous post about Moving View State to Bottom of the Form I touched on one way to do some Search Engine Optimization in ASP.NET WebForms. Another thing...