Welcome to Manicprogrammer Sign in | Join | Help

Browse by Tags

All Tags » .Net   (RSS)

WCF Service Extreme Make-over - Part 3

IMPORTANT: It's really important that you read part 1 and part 2 before reading Part 3. I'll assume you did, so a lot might not make any sense unless you've read it. Introduction So in the previous two posts, we've established how we wanted to use and
Posted by heynemann | 3 Comments
Filed under ,

WCF Service Extreme Make-over - Part 2

IMPORTANT: It's really important that you read this post before reading Part 2. I'll assume you did, so a lot might not make any sense unless you've read it. Introduction Ok, in last post we decided on the following desired features for our WCF Services:
Posted by heynemann | 1 Comments
Filed under ,

Asp.Net Action Filters - Can't test them? Stormwind comes to your help!

Once more my friend Claudio Figueiredo amazed me coming up with a brilliant solution to a problem that was starting to shadow an otherwise brilliant implementation of the MVC Pattern. The new ASP.Net MVC Framework allows you to specify Action Filters.
Posted by heynemann | 1 Comments
Filed under , , , ,

Expression Tree + Reflection + C# 3.5

I've been trying to do something like this since C# 1.1. Tonight I got to do it: SomeCode.DoSomethingInProperty(cust => cust.Orders); My problem has always been that I couldn't (using delegates before) get what property you want to use. I could resort
Posted by heynemann | 1 Comments
Filed under ,