Browse by Tags

All Tags » Conversion (RSS)

Filter IQueryable by String for ASP.NET MVC

In ASP.NET web applications, mostly seen in MVC, it is really nice to have a standard way to filter a query based on a pre-defined set of combinators. It is often annoying to have to test for different Request parameters in a controller action for MVC...

Source Code conversion as part of a Build Process

If you're like me, you want a particular piece of code in your particular language. For example, a lot of people want the Club Starter Kit 2.0, 3.0 in C# since it has been written in VB. Me being the lazy open source developer that doesn't get paid :...

Converting to and from VB and C#

The easiest way to convert from VB to C# or C# to VB is this: learn the language . I am a BIG VB fan. I've been using VB for nearly 6 years, both VB6 and VB as a part of the .NET framework, and I get arround when it comes to VB. But I recently came across...
Posted by zowens | 9 comment(s)
Filed under: , , , ,
More Posts