ChadMoran

Stories submitted by ChadMoran

Less CSS with .LESS and T4!(chadmoran.com)

submitted by ChadMoranChadMoran(535) 2 years, 2 months ago

After hearing about .LESS for .NET I was ecstatic. I’ve been looking for something like this for quite some time. Recently Phil Haack blogged about a T4 template he made using Damien Guard’s helper class to generate CSS files for each LESS file. This way it would generate static CSS files you could reference. As great as this was I personally was looking to just have the CSS files appear in the location of the LESS files making it easier to reference/view the CSS files. The advantage to this is if you have CSS files in a particular directory structure they will be exactly where the LESS files are thus keeping your structure. read more...

add a comment |category: |Views: 43

tags: another

Optimizing URL generation in ASP.NET MVC – Part 2(chadmoran.com)

submitted by ChadMoranChadMoran(535) 2 years, 9 months ago

So in continuing with the series of URL generation optimization in ASP.NET MVC we’re going to take a look at the actual optimization part of things. read more...

add a comment |category: |Views: 21

tags: another

Beware of DataLoadOptions.LoadWith<>(chadmoran.com)

submitted by ChadMoranChadMoran(535) 2 years, 11 months ago

I this post I explain the dangers of using DataLoadOptions.LoadWith<> and how it can significantly impact performance. read more...

add a comment |category: |Views: 53

tags: another

ADO.NET EF v LINQ to SQL (take 4)(chadmoran.com)

submitted by ChadMoranChadMoran(535) 2 years, 11 months ago

I never thought I would write a 3th part to this saga and war against ADO.NET EF but here I am again. So after getting some real progress on my project I thought I’d try out ADO.NET EF again, give it another chance. I figured maybe the last few times I failed with it, it was just misunderstood. I’m writing this post out of pure anger and disgust I have had to go through with ADO.NET EF. read more...

add a comment |category: |Views: 24

tags: another

ADO.NET EF v LINQ to SQL (take 3)(weblogs.asp.net)

submitted by ChadMoranChadMoran(535) 3 years ago

I come in peace. This is a post to continue my series about my opinions and thoughts on the issue. If you haven’t I suggest you go back and read Part 1 and Part 2. read more...

add a comment |category: |Views: 25

tags: another

ADO.NET v LINQ to SQL(weblogs.asp.net)

submitted by ChadMoranChadMoran(535) 3 years, 3 months ago

I talk a little bit about the potential for LINQ to SQL to go DOA. read more...

add a comment |category: |Views: 20

tags: another

SubSonic 3.0 Preview 1: Linq Has Landed(blog.wekeroad.com)

submitted by ChadMoranChadMoran(535) 3 years, 3 months ago

Rob Conery explains some features of SunSonic 3.0 Preview 1 read more...

2 comments |category: |Views: 417

tags: another

Silverlight 2 Released (weblogs.asp.net)

submitted by ChadMoranChadMoran(535) 3 years, 3 months ago

Today we shipped the final release of Silverlight 2. You can download Silverlight 2, as well the Visual Studio 2008 and Expression Blend 2 tool support to target it, read more...

3 comments |category: |Views: 260

tags: another

.NET Reference Posters(chadmoran.com)

submitted by ChadMoranChadMoran(535) 3 years, 11 months ago

Printable and viewable .NET resources posters (read Cheatsheet). read more...

add a comment |category: |Views: 18

tags: another

Random number generation(chadmoran.com)

submitted by ChadMoranChadMoran(535) 3 years, 11 months ago

A helpful blog post to help creating more randomly random numbers read more...

add a comment |category: |Views: 7

tags: another

Adding row number and partitioning SQL Query results(chadmoran.com)

submitted by ChadMoranChadMoran(535) 4 years, 3 months ago

Explains how to help count, page and partition SQL data. read more...

add a comment |category: |Views: 19

tags: another

LINQ / Part 3 / Lambda Expressions(blog.chadmoran.com)

submitted by ChadMoranChadMoran(535) 4 years, 5 months ago

I explain how to use LINQ with Lambda expressions and extension methods. read more...

add a comment |category: |Views: 23

tags: another