domingo, 23 de mayo de 2010
Estos son los enlaces publicados en Variable not found en Facebook desde el domingo, 18 de abril de 2010 hasta el domingo, 23 de mayo de 2010. Espero que os resulten interesantes :-)
Publicado en: Variable not found
- Hanselman explora distintas estrategias de acceso a datos en Nerdinner (EF, L2Sql, ADO, NHibernate).
Fecha: 22/05/2010 - Cómo alertar al usuario antes de que la sesión expire en asp.net Fecha: 22/05/2010
- Ejemplo de uso de formatos de fecha localizados a través de un custom ModelBinder.
One of the great things about the way in which the Microsoft ASP.NET MVC Framework is being developed is the fact that the team are publishing the source code as they go along. This makes it very simple ...
Fuente: weblogs.asp.net | Fecha: 22/05/2010 - RAMMap, una nueva herramienta de MS-SysInternals.
Have you ever wondered exactly how Windows is assigning physical memory, how much file data is cached in RAM, or how much RAM is used by the kernel and device drivers? RAMMap makes answering those questions easy. ...
Fuente: technet.microsoft.com | Fecha: 21/05/2010 - Utilización de Reflexil, paso a paso. Muy interesante.
Una de las ventajas de los compiladores que generan código intermedio es que las aplicaciones resultantes (ejecutables y librerías dinámicas) pueden desensamblarse con facilidad, reconstruyendo el código en su lenguaje original. ...
Fuente: http://www.lobosoft.es/ | Fecha: 21/05/2010 - Solución del error "'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine" en ASP.NET corriendo en máquinas de 64 bits.
In my latest ASP.NET project, I refresh the sample data using an Excel spreadsheet from the client. After upgrading to Windows Server 2008 R2, I suddenly discovered this error:
Fuente: weblogs.asp.net | Fecha: 21/05/2010 - Utilización de MEF como mecanismo de enlace de plugins en aplicaciones ASP.NET MVC.
Scott Hanselman on Programming, User Experience, The Zen of Computers and Life in General
Fuente: http://www.hanselman.com/ | Fecha: 20/05/2010 - Ayende anuncia el lanzamiento de RavenDb
I have been talking about this for what seems like forever (over two years, if you really care to know), but it is finally out.
Fuente: ayende.com | Fecha: 20/05/2010 - Buenas prácticas para el tratamiento de excepciones en aplicaciones ASP.NET.
Helps you create functional user interfaces
Fuente: http://www.jankoatwarpspeed.com/ | Fecha: 20/05/2010 - Inicio de una serie con muy buena pinta sobre Code Contracts.
This blog post is part of a series concerning Microsoft Code Contracts. For a complete series directory, please refer to the following list. Articles without a link will be published soon. Part 01 - Introduction Part 02 - Preconditions & Postconditions
Fuente: devjourney.com | Fecha: 20/05/2010 - Los problemas con ASP.NET más frecuentemente consultados al equipo de soporte de Microsoft.
Scott Hanselman on Programming, User Experience, The Zen of Computers and Life in General.
Fuente: http://www.hanselman.com/ | Fecha: 20/05/2010 - Atributos en ASP.NET MVC 2.
Fuente: dotnetslackers.com | Fecha: 19/05/2010 - VSNewFile, un curioso plugin para VS2k8 y 2k10 para añadir rápidamente archivos a un proyecto.
Fuente: weblogs.asp.net | Fecha: 19/05/2010 - ¡Ya lo tenemos! ¡Visual Studio 2010 en castellano!
Visual Studio 2010 incorpora nuevas características mejoradas que hacen que todo el proceso de desarrollo sea más sencillo, desde el diseño a la implementación.
Fuente: http://www.microsoft.com/ | Fecha: 18/05/2010 - Lanzadas las herramientas Silverlight para VS2010.
Dan Wahlin's WebLog
Fuente: weblogs.asp.net | Fecha: 18/05/2010 - Ayende analiza el acceso a datos de MVC Music Store con EF Profiler.
I thought that it would be a good idea to take EF Prof for a spin one the sample MVC Music Store. It can illustrate some things about EF Prof and about the sample app.
Fuente: ayende.com | Fecha: 18/05/2010 - Creación de un ViewEngine personalizado con soporte para temas.
All good blogging platforms have theme support. So while working on WeBlog I initially implemented theme support by using a base controller class. The base controller class was responsible for dynamically setting the master page at runtime. ...
Fuente: http://www.codecapers.com/ | Fecha: 18/05/2010 - Cómo abrir los enlaces externos en una nueva ventana utilizando jQuery.
The site covers technical articles on Microsoft.NET, ASP.NET, MVC, C#, VB.NET, jQuery, AJAX, JavaScript, Silverlight, LINQ, VSTS, .NET Interview Questions, Windows Forms, Expression Web, Office 2007, Vista and related technologies
Fuente: http://www.dotnetcurry.com/ | Fecha: 18/05/2010 - Tres puntos de extensibilidad de ASP.NET 4 poco conocidos.
ASP.NET 4 introduces a few new extensibility APIs that live the hermit lifestyle away from the public eye. They’re not exactly hidden - they are well documented on MSDN - but they aren’t well publicized. It’s about time we shine a spotlight on them.
Fuente: haacked.com | Fecha: 17/05/2010 - Método extensor para conocer el área, controlador y acción actual, por ejemplo, para maquetar menús sensibles a la ubicación actual del usuario.
Have you ever needed to detect what part of the application is currently being viewed? This might be a bigger issue if you write a lot of shared/partial views or custom display or editor templates. Another ...
Fuente: geekswithblogs.net | Fecha: 15/05/2010 - Music Store: Tutorial y aplicación de ejemplo de ASP.NET MVC 2
All posted code is published under Public Domain license unless otherwise stated. All content is published under a Creative Commons Attribution License
Fuente: weblogs.asp.net | Fecha: 14/05/2010 - Estensión a T4MVC para renderizar vistas parciales.
T4MVC is a helpful template for your MVC projects. You can follow the directions on David’s blog to get started; that should give you a quick understanding of what T4MVC is capable of. If you’ve yet to ...
Fuente: http://www.weirdlover.com/ | Fecha: 13/05/2010 - Utilización de FCKEditor con ASP.NET MVC.
Stefan Kamphuis of Giraffe IT on DotNetNuke, asp.net, Microsoft, C#, VB.Net, and more...
Fuente: msmvps.com | Fecha: 13/05/2010 - ASP.NET MVC y Webforms en el mismo proyecto, o cómo mezclar churras con merinas.
One of the nice things about ASP.NET MVC and its older brother ASP.NET WebForms is that they are both built on top of the ASP.NET runtime environment. The advantage of this is that, you can still run them side by side even though MVC and WebForms are different frameworks.
Fuente: weblogs.asp.net | Fecha: 11/05/2010 - Interesante serie de posts sobre ASP.NET MVC y jQuery.
This is me blogging the development of a project, codenamed 'Raven' for the company which gainfully employs me. I program on the .NET stack, am lovin' Windows 7 and Visual Studio 2010. Truth be told, the only ones that call me 'Mister James' are the three- and four-year-olds at Sunday school. ...
Fuente: theycallmemrjames.blogspot.com | Fecha: 11/05/2010 - Fijación de proyectos y soluciones a la lista de elementos abiertos recientemente en Visual Studio 2010..
ASP.NET, Visual Studio, ASP.NET 2.0, .NET
Fuente: weblogs.asp.net | Fecha: 11/05/2010 - Grid con paginación, ordenación y filtro utilizando componentes de MVC Contrib.
This post walks you through creating a UI for paging, sorting and filtering a list of data items. It makes use of the excellent MVCContrib Grid and Pager Html UI helpers. A sample project is attached at the bottom.
Fuente: weblogs.asp.net | Fecha: 10/05/2010
Publicado en: Variable not found
Aún no hay comentarios, ¡sé el primero!
Enviar un nuevo comentario