Dejo unas notas interesantes que estuve leyendo:
Top-10 Application-Design Mistakes: una muy linda nota que explica los 10 errores típicos a la hora de diseñar una aplicación. Esta pone en claro que un usuario nunca te va a especificar bien y completo un requerimiento.
Digitally Signing an XML Document and Verifying the Signature: como firmar un XML con certificados X509Certificate.
Unity: es el nuevo aplicaction block, de codeplex, este es un inyector de Dependencias, desarrollado por la gente de P&P de Microsoft.
lunes, febrero 25, 2008
viernes, febrero 08, 2008
Mejorando la performance de ASP.NET
A continuación dejo el link de una muy buena nota que da 7 tips de como mejorar la performance de tu portal en ASP.Net 3.5:
TIPS:
Performance Improvement #1: Make it AJAX
Performance Improvement #2: Remove burden from client side
Performance Improvement #3: Initialize Workflow Runtime Engine Once and then Reuse It
Performance Improvement #4: Server-side Multithreading.
Performance Improvement #5: Cache the result
Performance Improvement #6: Client side validation
Performance Improvement #7: Cache on the client side
NOTA: 7 ways to do Performance Optimization of an ASP.NET 3.5 Web 2.0 portal
TIPS:
Performance Improvement #1: Make it AJAX
Performance Improvement #2: Remove burden from client side
Performance Improvement #3: Initialize Workflow Runtime Engine Once and then Reuse It
Performance Improvement #4: Server-side Multithreading.
Performance Improvement #5: Cache the result
Performance Improvement #6: Client side validation
Performance Improvement #7: Cache on the client side
NOTA: 7 ways to do Performance Optimization of an ASP.NET 3.5 Web 2.0 portal
Haciendo tu propio Lenguaje
Esta nota que cuenta de herramientas, un ejemplito y demas para poder hacer tus propios lenguajes de programación:
The .Net DLR makes building a new language implementation ridiculously easy
The .Net DLR makes building a new language implementation ridiculously easy
Suscribirse a:
Entradas (Atom)