by Johnny Nouel
14. March 2010 18:09
On March 11th Microsoft released the RTM Version of ASP.NET MVC 2. It has been almost a year since the released of version 1 last year of the now very popular alternative to writing web applications on the .NET Framework using the Model-View-Controller pattern (MVC). Please remember you can install ASP.NET MVC 2 side by side with ASP.NET MVC 1. Please follow the links below in order to dow...
[More]
by Johnny Nouel
4. October 2009 14:56
4 days ago Microsoft released ASP.NET MVC 2 Preview 2. The last update to the upcoming update to the now popular MVC Framework for ASP.NET. Please head over to this link to download it.
Remember that this preview can be installed side by side with ASP.NET MVC 1.
Happy programming
by Johnny Nouel
1. October 2009 08:45
It's been a while since my last post. Things have been kind of hectic at work and in life itself. Overall is for the best. But enough of me, today I saw that the AJAX Control Toolkit just got updated to a new version with a couple of new controls. Please head to Codeplex to download the binaries and source code from this version.
The new controls that were added to t...
[More]
by Johnny Nouel
1. September 2009 12:18
About 3 weeks ago I decided I should get my hands dirty on the new ASP.NET MVC Framework. I started with the now famous NerdDinner application by following Scott Guthrie's 1st chapter where he built NerdDinner from scratch. The NerdDinner application is hosted and available at CodePlex.
I'm about 2/3 into the chapter (I need more time!) and so far it has been a complete paradigm chang...
[More]
d3afff0b-8893-4f5b-9f6c-5103bcca4af8|0|.0
Tags:
by Johnny Nouel
22. August 2009 11:29
I will be bringing a series of posts of useful utilities and interesting links for developers and everyday use as well. Some of them become indispensable and others are task specific. Some are free and others aren't. I'll let you know which ones are for sale but most of them will be free.
Programs
Notepad++ is a powerful text editor for any kind of text file. It offers ...
[More]
by Johnny Nouel
12. August 2009 15:37
Telerik, a company that has been developing rich UI controls for the Microsoft .NET Framework released today its Telerik Extensions for ASP.NET MVC. The extensions are Open Source, a first for Telerik as it embraces this approach hosting this solution on the Microsoft Open Source site Codeplex.
This released is marked as a CTP (Community Technology Preview) and provides a nice UI extensio...
[More]
by Johnny Nouel
8. August 2009 17:04
Microsoft recently released the RC version of its now famous Web Platform Installer. The Web Platform Installer is a compilation of powerful frameworks, servers, tools, database and popular open source web applications that can be installed from a single package and prepare your Windows machine to become a powerhouse in web development.
You can download the Web Platform Installer directly h...
[More]
by Johnny Nouel
31. July 2009 13:28
I'm just starting to get my hands dirty con ASP.NET MVC and the Version 2 preview 1 is already out. This new version comes with a lot of new features and while this preview does not contain all of the features expected it provides a first glance at some of them. The best news is that you can install the preview side by side with your ASP.NET MVC 1 installation and work independently one fro...
[More]
by Johnny Nouel
25. July 2009 01:03
A new customer for one of my web applications requested to make a change. They wanted to execute a STA COM object to retrieve some values from another system in order to keep this application updated. Having done that in the past I said 'ok'.
I remember the old AspCompat attribute of the Page directive could help. All I needed was set the attribute to True and execute the page.&...
[More]
by Johnny Nouel
16. July 2009 23:28
The Microsoft AJAX Framework (formerly known as Atlas) is Microsoft's response to the ASP.NET web developers that wanted to build more responsive and dynamic web sites using AJAX technology. Since its very beginning this framework has gained a lot of popularity and many web sites nowadays built with ASP.NET have some kind of AJAX behavior in their design.
The Microsoft AJAX Framework comes ...
[More]