CSV filesC# CSV filesThis NuGet package called CSVHelper lets you create an object representation of a CSV file, to read…Alexandru PuiuSeptember 16, 2012 1 min
Create an RSS FeedCreate an XML SitemapRSS is something quite standard, and as such, is easy to read and create. We start off with a…Alexandru PuiuSeptember 16, 2012 1 min
Active DirectoryC# Active DirectoryC# has very good integration with Active Directory, and you can query all the objects you need…Alexandru PuiuSeptember 16, 2012 1 min
String Description from EnumGet a string description from an enumEnums can be very powerful when used appropriately, such as for populating fixed drop-down lists…Alexandru PuiuSeptember 16, 2012 1 min
Execute on each Controller MethodMVC Execute code on each controller methodThe OnActionExecuting method is fired before every Action in a MVC controller. You can use this…Alexandru PuiuSeptember 16, 2012 1 min
Create an XML SitemapCreate an XML SitemapXML sitemaps are accepted by search engines such as Google. Although it will not tell them to crawl…Alexandru PuiuSeptember 16, 2012 1 min