Mariano@Blog!
.NET and other interesting stuff.
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET
ASP.NET MVC 4
ASP.NET MVC3
C#
Entity Framework
Eventos
Security
WCF
WF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
March 2012 (2)
February 2012 (2)
October 2011 (1)
September 2010 (1)
February 2008 (1)
January 2008 (1)
November 2007 (3)
Recent Posts
0
Comments
RUN 2012 Buenos Aires - Desarrollando para dispositivos móviles con HTML5 y ASP.NET
by
MarianoS
El próximo Viernes 23 de Marzo a las 8:30 hs en la Universidad Católica Argentina se realizará una nueva edición del Run en Buenos Aires, el evento Microsoft más importante del año. Particularmente, voy a estar junto con Rodolfo Finochietti e Ignacio...
Filed under:
C#
,
ASP.NET MVC 4
,
Eventos
0
Comments
Extendiendo ASP.NET MVC 3 – Model Binders
by
MarianoS
Como vimos en el post anterior Model Binding es el proceso de transformar los datos que se obtienen al momento del Request (como por ejemplo valores de Forms, Query Strings, etc.) en Modelos. Por cada valor que se quiera obtener para crear un Modelo,...
Filed under:
C#
,
.NET
,
ASP.NET MVC3
0
Comments
Extendiendo ASP.NET MVC 3
by
MarianoS
Buenas! En esta serie de post vamos a estar revisando con ejemplos los principales puntos de extensibilidad de ASP.NET MVC 3. La lista a revisar es la siguiente: •Model: –Value Providers –Model Binders •View: –View Engines –Html Helpers –Razor Helpers...
Filed under:
C#
,
.NET
,
ASP.NET MVC3
1
Comments
Extendiendo MVC 3 - Charla MUG
by
MarianoS
Les acerco el código fuente de la demo de la charla Extendiendo MVC 3 que presentamos en el MUG junto con RodoF . Gracias a los que vinieron y espero que les sea útil. Saludos!
Filed under:
C#
,
.NET
,
ASP.NET
,
ASP.NET MVC3
0
Comments
Code Camp 2011 - Entity Framework 4.1 - Code First desde las trincheras
by
MarianoS
Mañana voy a estar presentando la charla Entity Framework 4.1 - Code First desde las trincheras en el CodeCamp 2011 de Buenos Aires. A partir de el Lunes van a estar disponible en este Blog todos los recursos de la charla. Nos vemos allá!!! Update: PPT...
Filed under:
Entity Framework
,
C#
,
.NET
0
Comments
Enamorandose de Entity Framework 4 - CodeCamp 2010
by
MarianoS
Mañana, con mi colega Leandro Boffi , vamos a estar presentando la charla Enamorandose de Entity Framework 4 donde repasaremos los nuevos features de Entity Framework 4 en el CodeCamp 2010 de Buenos Aires. A partir de el Lunes va a estar disponible en...
Filed under:
Entity Framework
,
C#
,
.NET
0
Comments
Me at the 'Level Extreme' .NET online magazine
by
MarianoS
I wrote an article about Workflow Foundation Custom Activities for the .NET online magazine 'Level Extreme' . I hope you enjoy it! Thanks to MVP Martín Salías for the opportunity!
3
Comments
Send mails from .NET
by
MarianoS
.NET offers a simple way to send mails from our applications. We only need to create a instance of the class MailMessage, that will represent the email, and another instance of the class Smtp that will act like a Smtp Client to send the email. Both of...
1
Comments
Creating a Workflow Foundation Custom Activity with Activity Derivation
by
MarianoS
Activity derivation is one of the two methods to create Custom Activities. Unlike the composition (the another method), where with several basic activities we can create a new large and complex activity, on this method we focus on creating one single...
Filed under:
WF
1
Comments
Certificate Access Error in a IIS hosted WCF Service
by
MarianoS
The problem appears when a WCF Service hosted in an IIS tries to load a certificate from the Windows Certificates Store with the account of the Application Pool where the service runs, and the account’s profile is not previously loaded. When a...
Filed under:
WCF
,
Security
More Posts
Next page »