lunes, 5 de mayo de 2014
.Net
- C# vNext language design - private protected - FamilyAndAssembly
Paulo Morgado - Happy 50th Birthday, BASIC!
VB Team - Introducing the Microsoft .NET Framework Repair Tool
.NET Fundamentals Team - .NET Native Performance and Internals
Sasha Goldshtein - Top 10 Mistakes that C# Programmers Make
Patrick Ryder - Awaitable Console Application
Sacha Barber - .NET Native Performance
Xy Ziemba - Getting Started on the Roslyn Journey
Erik Dietrich
Asp.net
- JSON Web Tokens, OWIN, and AngularJS
Mike Hadlow - Ignoring routes in ASP.NET Web API
Filip Woj - ASP.NET MVC – Multiple Files Upload Bug or by-design issue?
Michael Sync - Hubs.tt will save your life (Typescript+SignalR)
Gordon W Beeming - ASP .NET MVC for Beginners in Web Development
Tal Bronfer
Azure / Cloud
- A Second Look at Project Orleans
Neil Mackenzie - Azure: 99.95% SQL Database SLA, 500 GB DB Size, Improved Performance Self-Service Restore, and Business Continuity
Scott Guthrie
Conceptos/Patrones/Buenas prácticas
- 10 Golden Rules Of Good OOP
Giovanni Scerra - Lowering in language design, part one
Eric Lippert
Data access
- Domain modeling with Entity Framework scorecard
Jimmy Bogard - Calling Stored Procedures from Entity Framework
Peter Vogel - IEnumerable vs IQueryable
Shivprasad koirala
Html/Css/Javascript
- Improving UI Animation Workflow with Velocity.js
Julian Shapiro - Creating type-safe properties with ECMAScript 6 proxies
Nicholas C. Zakas - Creating Custom AngularJS Directives Part I – The Fundamentals
Dan Wahlin - CSS Shapes 101
Sara Soueidan - Why we decided to move from plain JavaScript to TypeScript for Babylon.js
David Catuhe - PopScript.js: A New Way Creating Lightboxes and Tooltips
Relfor X - Preventing default action for an element in AngularJS
Venkata Koppala - Handling required parameters in ECMAScript 6
Axel Rauschmayer
Visual Studio/Complementos/Herramientas
- Visual Studio - Why should I remove unused references?
Dean Hume - Paste smarter with SmartPaster
Matthew D. Groves - Announcing the NuGet 3 Roadmap
Jonathan Allen - Refactoring your CSS with LESS in Visual Studio Web Essentials
David Paquette - “Just My Code” for JavaScript
Pierson Lee - Chrome DevTools Features You May Have Missed
Umar Hansa
Otros
- Why does the common file save dialog create a temporary file and then delete it?
Raymond Chen - Hiper-conectividad y pérdida de derechos laborales
José Manuel Alarcón
Publicado por José M. Aguilar a las 9:10 a. m.
Hay
2 comentarios, ¡participa tú también!
Etiquetas: enlaces
lunes, 28 de abril de 2014
.Net
- Building NuGet 3.x
Jeff Handley - How can I get information about the items in the Recycle Bin from script?
Raymond Chen - Unity 3.5 RTW: Now with more Peace, Love, and Rock 'n' Roll
Grigori Melnik - Visualizing Roslyn Syntax Trees
Shyam Namboodiripad
lunes, 14 de abril de 2014
.Net
- Extension methods, explicitly implemented interfaces and collection initializers
Jon Skeet - NuGet Package of the Week- Humanizer makes .NET data types more human
Scott Hanselman - Mono and Roslyn
Miguel de Icaza - The JIT finally proposed. JIT and SIMD are getting married
Immo Landwerth
martes, 8 de abril de 2014
El registro es gratuito y debéis hacerlo cuanto antes a través del siguiente enlace: http://www.eventbrite.es/e/entradas-back-to-my-roots-10635022639.
Las charlas previstas a día de hoy son las siguientes:
Ponente | Charla |
Marc Estrada | Pague una, llévese dos (apps para múltiples dispositivos). |
Marc Rubiño | AngularJS – Poli bueno, poli malo. |
Juan María Hernández | No pierdas tiempo escribiendo tests. |
Alfredo Fernández | Todo un misterio (es secreto: probablemente algo cañero de JS). |
Juan Quijano | Coded UI, iniciación a pruebas funcionales del interfaz gráfico. |
Quique Martínez | Video OnDemand y Live Streaming. Entrega de vídeo multiplataforma. |
Luis Ruíz Pavón | CQRS – Hasta el infinito y más allá |
Alberto Díaz & Adrián Díaz | Porque no veo otra cosa nada más que SharePoint |
Pedro J. Molina | Backends y arquitecturas para servicios con Radarc |
Alex Casquete | Programación funcional reactiva |
Eduard Tomás | Videojuegos web en tiempo real con Katana, SignalR y NancyFx |
Roberto Luis Bisbé | Firefox OS: Javascript vuela en primera clase |
Enrique Catalá | Nuevo motor relacional In-memory OLTP en SQL Server 2014 |
Bruno Capuano | Coding 4 Fun, Kinect V2, Leap Motion, Unity3D, etc … |
Josue Yeray & Santiago Porras | Charla secreta |
Isabel Cabezas & Toni Recio | Javascript y por qué no comparar la velocidad con el tocino |
Carlos Carrillo | Windows Azure Mobile Services ahora con .NET |
Juan Manuel Servera | Introducción a Roslyn |
Miguel Egea | Diseñando bases de datos relacionales para mantener históricos |
Eladio Rincón | Índices compuestos para desarrolladores |
Fernando G. Guerrero | Reflexiones sobre el futuro, de alguien que ha peleado ya algunas recesiones |
Fernando Escolar | Load Tests: ¿sobrevivirías al efecto menéame? |
Pedro Hurtado, LLuis Franco y Sergio León | Dos tontos muy tontos y un tío con futuro |
Y como los organizadores son gente importante, hasta les hacen entrevistas ;-) Podéis leer y oír algo más sobre el evento siguiendo este link: GUSENET nos habla de su mega-evento en Torrevieja el proximo 26 de Abril…
Publicado en Variable not found.
lunes, 7 de abril de 2014
.Net
- Taking a tour of Roslyn
C# team - Welcome to the .NET Compiler Platform ("Roslyn")
Microsoft Open Technologies - The .NET Foundation and .NET Platform Innovation
S. Somasegar - C# and VB are open sourced
Eric Lippert
martes, 1 de abril de 2014
En esta ocasión vamos a ver cómo podemos incluir restricciones o constraints en dichas rutas, algo que podíamos conseguir también utilizando el rutado por convenciones pero de forma más farragosa y que ahora con attribute routing y otras mejoras incluidas en las últimas versiones de MVC y Web API se convierte en trivial.
Y ya de paso, repasaremos lo que son las restricciones de ruta y cómo podíamos usarlas en versiones anteriores de MVC y Web API, para que aquellos que aún no hayáis tenido oportunidad de trabajar con ellas.