hgarcia

Stories submitted by hgarcia

Books and bits » Blog Archive » CSS parser class in .NET(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

A class that loads a bunch of css files and parse them to be able to get a value from an attribute of a given key. The class is "inteligent" enough to apply some precedence rules so the latest css file will override or augment the previous ones. read more...

add a comment |category: |Views: 410

tags: another

SmartBag for MVC(codebetter.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

A nice replacement for the ViewData proposed by Jeffrey Palermo. read more...

1 comment |category: |Views: 6

tags: another

Part Cover a code coverage tool that works with Static methods(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

I just found this great free tool, open source, that produces xml, that has a command line interface and a nice GUI. Simple to install and start usint (less that five minutes). Why you should considered it and how it compares with Ncover. read more...

add a comment |category: |Views: 169

tags: another

Doing away with an Assembly Dependency(west-wind.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

Go and help Richard to solve this problem! read more...

add a comment |category: |Views: 0

tags: another

Extending the string object in c#(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

Four methods to extend your string, ToCamel(), Capitalize(), CapitalizeAll() and ToPascal(). read more...

add a comment |category: |Views: 310

tags: another

Editors and other free tools.(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

A short list of editors and other tools that may help you to develop your apps. read more...

add a comment |category: |Views: 8

tags: another

Nant supports .NET 3.5(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

The beta of the new version of Nant is available. It supports 3.5, Mono, Silverlight and Moonlight. read more...

add a comment |category: |Views: 47

tags: another

Implementing the Each method in C# collections.(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

Ruby has it, Prototype add it to JavaScript array. I find myself using it a lot, why not to implement it in C#? Take a look at a quiet take on this one. read more...

add a comment |category: |Views: 7

tags: another

A nice little Ruby book(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

With IronRuby around the corner and the DLR coming strong, you better learn Ruby. An elegant object oriented dynamic language that is no more the domain of Linux/Unix programmers. read more...

add a comment |category: |Views: 4

tags: another

Microsoft Volta - AIR.NET?(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

My first take on this technology. I didn't like it but I want to give a try anyway. read more...

add a comment |category: |Views: 4

tags: another

Using an existing Model with the ASP.MVC framework(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

Using the free doodads architecture with the new asp.net MVC read more...

add a comment |category: |Views: 19

tags: another

.Net simple Templating system (2)(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

A very simple templating engine for .Net that can make use of the same templates used by prototype in the client side. read more...

add a comment |category: |Views: 3

tags: another