Error!
Success!

By tag: ASPNET

showing:  of
0
kicks

Knockout.js Added to the F#/C# MVC 4 Single Page Application Template  (Unpublished)

This post describes some of the new features provided in the latest version of the F#/C# ASP.NET MVC 4 project templates.


Kicked By:
Drop Kicked By:
0
kicks

Free Continuous Integration Toolkit  (Unpublished)

continuous integration (CI) implements continuous processes of applying quality control - small pieces of effort, applied frequently. Continuous integration aims to improve the quality of software, and to reduce the time taken to deliver it, by replacing the traditional practice of applying quality ...


Kicked By:
Drop Kicked By:
0
kicks

DotTrace 4.0 Performance Profiler Released  (Unpublished)

I have been using DotTrace for a while now and have always found it invaluable when digging into an application to find performance bottlenecks and memory leaks. Before DotTrace it was a real pain trying to lock down these problems (often so obscure that the Hubble space telescope could find it diff...


Kicked By:
Drop Kicked By:
0
kicks

How to use Google Data API in ASP.NET MVC. Part 2 - YouTube  (Unpublished)

In this second part of my GData series I tried to explain how to use YouTube API for .NET to store/retrieve videos on/from YouTube.


Kicked By:
Drop Kicked By:
0
kicks

Ordering fields in ASP.NET MVC 2 templated helpers  (Unpublished)

Ever worked with the templated helpers provided by ASP.NET MVC 2? Templated helpers provide a way to automatically build UI based on a data model that is marked with attributes defined in the System.ComponentModel.DataAnnotations namespace. For example, a property in the model can be decorated with ...


Kicked By:
Drop Kicked By:
0
kicks

Supporting multiple submit buttons on an ASP.NET MVC view  (Unpublished)

A while ago, I was asked for advice on how to support multiple submit buttons in an ASP.NET MVC application, preferably without using any JavaScript. The idea was that a form could contain more than one submit button issuing a form post to a different controller action. The above situation can be...


Kicked By:
Drop Kicked By:
0
kicks

Leveraging ASP.NET MVC 2 futures ViewState  (Unpublished)

In my previous blog post, I called something “ViewState in MVC” while it is not really ViewState. To be honest, I did this on purpose, wanting to see people discuss this possibly new feature in MVC 2. Discussion started quite fast: most people do not like the word ViewState, especially when it is li...


Kicked By:
Drop Kicked By:
0
kicks

Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project  (Unpublished)

Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to...


Kicked By:
Drop Kicked By:
0
kicks

More ASP.NET MVC Best Practices  (Unpublished)

In this post, I’ll share some of the best practices and guidelines which I have come across while developing ASP.NET MVC web applications. I will not cover all best practices that are available, instead add some specific things that have not been mentioned in any blog post out there. Existing bes...


Kicked By:
Drop Kicked By:
0
kicks

ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)  (Unpublished)

ELMAH has been one of the most useful tools for ASP.NET developers to log errors on their web applications. Now Scott has a nice talk on how to use it even in your ASP.NET MVC applications. Cool!


Kicked By:
Drop Kicked By:
0
kicks

MSDN session on ASP.NET MVC  (Unpublished)

As promised to all people attending my online session on ASP.NET MVC this afternoon, here is the slide deck I’ve used. I must say, doing a presentation using Live Meeting and a Microsoft Roundtable device seemed a bit strange at first. However, the setup that is used to do this kind of sessions is r...


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET MVC and the Managed Extensibility Framework (MEF)  (Unpublished)

Microsoft’s Managed Extensibility Framework (MEF) is a .NET library (released on CodePlex) that enables greater re-use of application components. You can do this by dynamically composing your application based on a set of classes and methods that can be combined at runtime. Think of it like building...


Kicked By:
Drop Kicked By:
0
kicks

Using the ASP.NET MVC Futures AsyncController  (Unpublished)

Last week, I blogged about all stuff that is included in the ASP.NET MVC Futures assembly, which is an assembly available on CodePlex and contains possible future features (tonguetwister!) for the ASP.NET MVC framework. One of the comments asked for more information on the AsyncController that is in...


Kicked By:
Drop Kicked By:
0
kicks

Sample chapter from ASP.NET MVC 1.0 Quickly  (Unpublished)

When downloading and installing the ASP.NET MVC framework SDK, a new project template is installed in Visual Studio. This chapter describes how to use the ASP.NET MVC project template that is installed in Visual Studio. All ASP.NET MVC aspects are touched briefly by creating a new ASP.NET MVC web ap...


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET MVC 1.0 has been released!  (Unpublished)

To keep up with a good tradition (see here and here), I’m being one of the earliest bloggers having great news on ASP.NET MVC: we are at version 1.0! This means production ready, supported, stable, …! Grab the download at Microsoft.com.


Kicked By:
Drop Kicked By: