Browse by Tags
All Tags »
MVC (
RSS)
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...
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...
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...
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...
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 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 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, .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...
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...
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 »