Browse by Tags

All Tags » C# » .NET 3.5 (RSS)

Creating an Extended Content Result for ASP.NET MVC by REA_ANDREW

I had a requirement on a small home project I am working on, where I need to add some more information to a content result than was there.  More specifically I had to add the status code and also have access to the response header collection. ...
Filed under: , ,

Programmatic Drawing with Silverlight 2.0/3.0 – An Analogue Clock by REA_ANDREW

Download the source project Image Working in Silverlight     I have seen a lot of comparisons made between ActionScript and Silverlight with specific focus on the difference in lines of code, and more specifically when referring to the drawing...
Filed under: , ,

Programmatic WebControls – Variations of design by REA_ANDREW

I thought I would compose a short how to on programmatic web controls.  Often I have looked at the core set of controls within ASP.NET and wonder what design is required in order to get the design time mark up similar to that of the various controls...

Idea for a Helper Utility Class Generator for a WCF Rest Service by REA_ANDREW

This morning I followed an Adobe Flex tutorial, well 3, about consuming Twitters restful API inside Flex.  After this it got me thinking about WCF and their Rest Starter Kit.  I looked and they are now up to Preview 2, so I downloaded it and...
Filed under: , ,

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...
More Posts