Browse by Tags

All Tags » .NET 3.5 (RSS)

LINQ to XML : My Version of LINQ Extension Method for IEnumerable to return Random Single Selection by REA_ANDREW

I was in the middle of making so nice templates in order to generate some test data.  I wanted to create Firstnames, Lastnames and Titles but also have them specialize by sex.  So I have methods including GetMaleFirstName , GetFemaleFirstName...
Filed under: , ,

.NET, Adobe Flash and Cross Domain Communication -How To AND How Not to LOL! by REA_ANDREW

  "Is SilverLight going to use Cross Domain Poilicies?"   I hope no one is thinking, "FLASH?!?! why not Silverlight!!"    If so I apologise lol, but a project I am working on, the client has clearly specified...

ASP.NET MVC "Pager" HTML Helper by REA_ANDREW

So I am building my own custom blog using the ASP.NET MVC Framework, and I have been working on the paging aspect.  I will be going into more detail how i achieved this but for now, I am publishing a HtmlHelper I have made which has helped me, believe...

A Simple MVC Preview 3 Contact Form, Custom HtmlHelper and Model Example by REA_ANDREW

I have just recently designed a site for a client and decided to use MVC for it.  I think above all the best thing I enjoy about it, is the clean markup that is outputted.  Of course I also have great administration for the work and effort that...

Quick Effect : Calendar Current Date using CSS and .NET 3.5 Anonymous Types by REA_ANDREW

This example simply gets a background image form the link provided below, applies some css, some anonymous types and outputs the current day and month in this fashion .  First of all the site which I got this very cool graphic from is here, http...
Filed under: , ,

Extension Methods inside .NET 3.5 by REA_ANDREW

I have just come across Extension Methods inside the new .NET framework and I have to say that they are very cool.  They allow you to extend most if not any type with custom functions which you specify.  The rule is that you must make the class...
Filed under:
More Posts