i have a framework...
Freedom Dumlao's Blog
Sign in
|
Join
Home
RSS
Atom
Search
Tags
.NET
Akamai
ASP.NET
ASP.NET MVC
C#
CDN
IIS
LINQ
LINQ to SQL
Orcas
Silverlight
Streaming
Video
WCF
Web Services
Sponsors
advertise here
Navigation
Home
Blogs
Archives
February 2009 (2)
November 2008 (1)
October 2008 (1)
September 2008 (1)
August 2008 (2)
Recent Posts
1
Comments
Building Functions vs. Building Expressions: Performance Comparison
by
fdumlao
Yesterday I posted an entry describing a method for building functions as opposed to building expressions to get a more succinct syntax, and in general a more functional approach. There was a touch of reflection in there though, so I wasn’t too sure what...
Filed under:
Web Services
,
WCF
,
ASP.NET
,
ASP.NET MVC
,
.NET
,
LINQ
,
C#
,
LINQ to SQL
,
Silverlight
10
Comments
C# Dynamic Function Factory
by
fdumlao
Building functions instead of expression trees. The functional programming features of the latest versions of C# allow developers to harness a very expressive programming paradigm to solve challenges in new, elegant ways. Two of the very interesting new...
Filed under:
Web Services
,
WCF
,
ASP.NET
,
Orcas
,
ASP.NET MVC
,
.NET
,
LINQ
,
C#
,
LINQ to SQL
,
Silverlight
3
Comments
Silverlight Adaptive Streaming: How it works
by
fdumlao
Recently an announcement was made by Akamai that it was partnering with Microsoft to provide an Adaptive Streaming solution for Silverlight and IIS 7.0. Since I work in the online video industry I found the announcement very interesting, especially considering...
Filed under:
Web Services
,
ASP.NET
,
.NET
,
Video
,
Streaming
,
Akamai
,
CDN
,
IIS
,
Silverlight
3
Comments
LINQ to Concurrency Problems
by
fdumlao
LINQ to SQL is fascinating - the more I work with it, the more I hate it, and then love it again all at the same time. Recently we had an issue while using it in a slightly older version of our N-Tier WCF application which uses LINQ to SQL as it's primary...
Filed under:
WCF
,
ASP.NET
,
.NET
,
LINQ
,
C#
,
LINQ to SQL
7
Comments
Troubleshooting ASP.NET MVC Routing
by
fdumlao
One thing I absolutely love about the ASP.NET MVC framework is that there isn't too much "magic". Magic can be nice if you are able to adhere to a framework's "Golden Path", but as soon as some customization becomes necessary you find that the magic can...
Filed under:
ASP.NET
,
Orcas
,
ASP.NET MVC
,
.NET
1
Comments
Thinking In Rest - Part 2
by
fdumlao
So last time I covered the concept of resources (if you haven't read it yet, you should check that out here first) and the idea that when browsing the web you aren't looking at "pages" but instead you are looking at resources that happen to...
Filed under:
Web Services
,
WCF
,
ASP.NET
8
Comments
Thinking in REST
by
fdumlao
I've been reading blogs around the .NET community lately and there seems to be some serious confusion about what exactly REST is. Is it a SOAP replacement? Is it a definition of how to prepare data for consumption by AJAX clients? And what does it have...
Filed under:
Web Services
,
WCF
,
ASP.NET
More Posts