Gunnar Peipman's ASP.NET blog

ASP.NET, C#, SharePoint, SQL Server and general software development topics.

Sponsors

News

 
 
 
 
 
Programming Blogs - Blog Catalog Blog Directory
 
 
 

Links

Social

Browse by Tags

All Tags » MVC (RSS)
ASP.NET MVC 2 Preview 1 is released!
ASP.NET MVC 2 first preview is released to public now and you can download it from Microsoft download site. Here is short overview of technical requirements and main new features of ASP.NET MVC 2 Preview 1. System requirements Windows 7, Windows Vista...
Posted: Jul 31 2009, 11:59 AM by DigiMortal | with 12 comment(s)
Filed under: ,
ASP.NET MVC Calendar component
I am writing simple ASP.NET MVC system that I plan to publish with source code pretty soon. I needed some simple calendar component that doesn’t require ASP.NET server-side form to work. I found different JavaScript based calendars and only one pretty...
OpenForum – new ASP.NET MVC based forum
There is new project in CodePlex called OpenForum . With source code you get also some samples you can run on your machine. OpenForum is pretty new and simple. There are no advanced forum features and currently it is suitable for smaller forums. You can...
Reordering invoice lines using jqGrid and TableDND extension
In one of my ASP.NET MVC applications I needed flexible interface for inserting invoice lines. Sometimes invoice lines are inserted in incorrect order and it saves accountants some time if they are able to change the order of invoice lines quickly. In...
What do you think of my ASP.NET MVC gallery layouts?
To try out Visual Studio 2010 and .Net Framework 4.0 I decided to write simple gallery application based on ASP.NET MVC Framework . In this posting I show you my very first layouts I created for gallery. These layouts are modifications of ASP.NET MVC...
ASP.NET MVC: How to combine scripts and other resources
ASP.NET pages that use AJAX components make usually many requests to server per one page to load all required JavaScript and CSS files. Connections, like all other real time resources, are most expensive to create and keep. If we can somehow decrease...
Visual Studio 2010: Web application packaging and publishing
Visual Studio 2010 has very powerful web application packaging and deployment system. When deploying your web application you create the deployment package and then publish it to web server. After configuring it is one-click action to get current version...
Visual Studio 2010 and .Net Framework 4.0 downloads
Visual Studio 2010, .Net Framework 4.0 and Team Foundation Server 2010 Visual Studio Team System 2010 Team Suite Beta 1 – ISO Visual Studio Team System 2010 Team Suite Beta 1 – Web Installer Microsoft .NET Framework 4 Beta 1 (if you don’t want Visual...
ASP.NET MVC installer for Visual Studio 2010 Beta 1
Phil Haack announced Tuesday availability of ASP.NET MVC installer for Visual Studio 2010 Beta 1 . Referenced blog entry contains also some bits of information about ASP.NET MVC roadmap that is also interesting reading. Installer is available in CodePlex...
Visual Studio 2008: No ASP.NET MVC items shown in Add New Item dialog
Today I found something weird. I tried to add some new views to my ASP.NET MVC solution but there were no ASP.NET MVC items in new items dialog. All the other ASP.NET MVC projects had no problem like this. Solution is simple. Close the problematic solution...
More Posts Next page »