.NET

C# from 1.0 to 4.0 talk

On June 10th I had the chance to talk about the evolution the C# language had since its first RTM version.
This talk was in the context of the Microsoft academic program, here at Argentina, and took place at the UAI of Lomas de Zamora.
Although the talk lasted a couple of hours I think the slides [...]

RUN09: Jugando dentro del browser: AJAX Client Templates y jQuery en ASP.NET

Martín Salías and I participated at RUN09. The talk was named “Jugando dentro del browser: AJAX Client Templates y jQuery en ASP.NET”. We had the chance to show how Microsoft Ajax Client Templates works with JsonResult of ASP.NET MVC and jQuery datepicker plugin.
You can download the source code of the demo: run09-b1-sourcecode
Here are the resources we suggest [...]

ASP.NET MVC Guidelines: Notifications

While developing a web application a developer should build some infrastructure for the whole system. ASP.NET MVC is not the exception. The fact that ASP.NET MVC is a framework, it doesn’t mean that covers 100% of the necessity a developer will have during the development, but it should let you fill the gap. This gap [...]

Latam Windows Day - El futuro de la plataforma de desarrollo Web hoy

Today is the Windows Day event. With Sergio we are presenting some new features that will be part of ASP.NET 4.0 and other stuff:

ASP.NET MVC
Dynamic Data
Client Templates
IE Developers Tools
jQuery

First of  all a disclaimer is mandatory, the session was recorded during January, and as expected some improvements happened since that day:

ASP.NET MVC move from Beta to [...]

(Re)improved argument matchers in Moq

In the past I wrote about MatcherAttibute in Moq allows developers to create quite easy argument matchers. Due to a suggestion, community opinions and Kzu’s implementation, the matchers were improved again.
In an scenario with a Customer class and a IFooService:

1: public class Customer
2: {
3: [...]

Internationalization in ASP.NET MVC

Anyone who is starting almost any kind of software nowadays should be thinking on internationalization, even more if it is web-based. The effort required to prepare a system for localization (the difference between internationalization and localization is subtle, you can find it on Wikipedia) from the very beginning is minimum and the payoff is huge.
In [...]

Declarative jQuery (with Microsoft Ajax)

Almost everybody likes jQuery, I’m one of them. Recently Microsoft publish Client Templates preview 3 which is a awesome client side template engine. One of the best aspects of Client Templates is it’s declarative syntax for attaching behaviors (Sys.UI.Behavior) to a DOM element.
Following I expose the plugin jquery.declarative which allows you to use in a [...]

Adding e-mail verification on ASP.NET MVC using Membership Framework.

Since last week I have been learning and working with ASP.NET MVC Beta. I found a lot of interesting and easy-to-use things which convinced me that it is a good choice for web development. The Membership Framework is one of those.
Unfortunately a more-than-common feature like user e-mail verification is not built-in so I had to [...]

PDC2008 at Buenos Aires

in

Last Tuesday we had a resume of the PDC2008 here in Buenos Aires. I had the opportunity to present, together with my friend and coworker Brian Cardiff, the roadmap for ASP.NET 4.0. All the downloadable stuff is already available (mostly in Spanish) here: http://blogs.msdn.com/gardel/archive/2008/11/20/pdc-buenos-aires-materia.... My friends Kzu and Vga were also presenting a nice preview [...]

PDC Essentials @ Buenos Aires

On Tuesday 18th, Juan and I will be presenting ASP.NET 4.0 Roadmap. Check which other talks are available and register here.
This is the event information:

Horario: martes, 18 de noviembre de 2008 16:00 - 22:00 p.m.
Lugar: ITTC. Sarmiento 1113 Piso 5. Buenos Aires Argentina.
Registración
Descripción:
Durante los días del 27 al 30 de Octubre se lleva a cabo [...]

Syndicate content