Some time ago I asked at StackOverflow if someone knew any Visual Studio 2010 add-in for Razor, where I can select a string and send it directly to a Resource file. I did not get any useful answer. So I download the last version I found of the Resource Refactoring Tool, here or here. And I touch a few lines of code so that it supports .cshtml files (Razor). Below you can download the source or/and the installer.
How it works:
Just in your cshtml file, select a string that is inside quotes marks "" or @"", and then click on Refactor -> Extract to resource.
Hope it helps.
Installer Source
Mostrando las entradas con la etiqueta MVC3. Mostrar todas las entradas
Mostrando las entradas con la etiqueta MVC3. Mostrar todas las entradas
martes, julio 05, 2011
miércoles, junio 22, 2011
http://www.srtbox.com/ - Nice home page project
StartBox (http://www.srtbox.com/ or http://www.srtbox.me) is a small project I developed to test an architecture. Startbox is a home page of bookmarks, inspired on Windows 8 or Windows Phone layout. For the moment bookmarks are random, or can be customize if you log in with your twitter or facebook account. Soon I will add more features, like to read your twitter timeline, read your facebook feeds, read rss, see the weather, see stocks, etc.
The architecture that I’m testing has the following parts:
Software:
NoRM gave me some headache. Linq with decimal does not work. I had to fix some errors on the BSON Deserialize class. It’s a pitty .Net does not have a good stable driver for Mongo yet. Of course there is the official driver of MongoDB. But does not support Linq, and I could not found any example with POCO objects.
The architecture that I’m testing has the following parts:
Software:
- ASP.Net MVC 3 with Razor
- MongoDB
NoRMMongoDB official driver- elmah
- Twitterizer
- Facebook C# SDK
- Ninject
- jQuery
- SimpleModal
- Amazon EC2 - micro Instance
- MongoLab
NoRM gave me some headache. Linq with decimal does not work. I had to fix some errors on the BSON Deserialize class. It’s a pitty .Net does not have a good stable driver for Mongo yet. Of course there is the official driver of MongoDB. But does not support Linq, and I could not found any example with POCO objects.
lunes, mayo 16, 2011
Videos de ASP.NET y ASP.NET MVC
Videos para aprender ASP.NET y MVC aqui:
http://goo.gl/pQinB
Realmente muy buenos, al menos los de MVC3. Es una clase de todos los nuevos features de ASP.NET MVC3 más muchos de los viejos. Ideal para aprender u conocer funcionamientos y tips.
http://goo.gl/pQinB
Realmente muy buenos, al menos los de MVC3. Es una clase de todos los nuevos features de ASP.NET MVC3 más muchos de los viejos. Ideal para aprender u conocer funcionamientos y tips.
lunes, diciembre 27, 2010
martes, octubre 26, 2010
MVC 3 ejemplo con Razor
En este link un buen ejemplo completo de MVC 3 con el nuevo Razor View Engine. Y también con un WYSIWYG llamado TinyMCE.
jueves, octubre 14, 2010
5 razones de por que quiero ASP.net MVC3
El nuevo asp.net MVC 3 viene con varias cosas nuevas. Estas son las 5 cosas mas importantes:
1. The Razor View Engine
2.Nuevos Helpers: Helpers de todo tipo para gráficos (Chart), grillas (Webgrid), creación y modificación de imágenes(WebImage), WebMail, Video, Twitter, ReCaptcha, Gravatar y Analytics.
3. Nuevos metodos Ajax con el uso no intrusivo de jQuery
4. Mejor extensibilidad con mejor soporte de inyección de dependencias
5. Integración con NuPack
Para bajar MVC 3 Beta, en: Microsoft
Fuente: http://www.ironshay.com/

2.Nuevos Helpers: Helpers de todo tipo para gráficos (Chart), grillas (Webgrid), creación y modificación de imágenes(WebImage), WebMail, Video, Twitter, ReCaptcha, Gravatar y Analytics.
3. Nuevos metodos Ajax con el uso no intrusivo de jQuery
4. Mejor extensibilidad con mejor soporte de inyección de dependencias
5. Integración con NuPack
Para bajar MVC 3 Beta, en: Microsoft
Fuente: http://www.ironshay.com/
Suscribirse a:
Entradas (Atom)