ChadMoran

Stories kicked by ChadMoran

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

submitted by ChadMoranChadMoran(535) 2 years, 5 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: 46

tags: another

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

submitted by ChadMoranChadMoran(535) 3 years, 1 month 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: 23

tags: another

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

submitted by ChadMoranChadMoran(535) 3 years, 2 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: 55

tags: another

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

submitted by ChadMoranChadMoran(535) 3 years, 2 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

.Net Membership Profile Administration Tool(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 3 years, 4 months ago

While looking for a simpler way to manage membership in an application, I decided I'd first have a look at CodePlex as see what it turned up. I was pleasently surprised and encouraged by what I found. I came accross an application called WSAT Membership Administration, which does exactly what I ... read more...

add a comment |category: |Views: 98

tags: another

An Illustrated Guide to Git on Windows(nathanj.github.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools." read more...

3 comments |category: |Views: 580

tags: another

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

submitted by ChadMoranChadMoran(535) 3 years, 4 months 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

A new breed of magic strings in ASP.NET MVC(lostechies.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

One of the common patterns in Ruby on Rails is the use of hashes in place of large parameter lists. Instead of hashes, which don’t exist in C#, ASP.NET MVC uses anonymous types for quite a few HTML generators on the view side. This is a trick used by the MVC team to simulate hashes. Since the dictionary initializer syntax is quite verbose, with lots of angly-bracket cruft, anonymous types provide a similar effect to hashes. However, don’t let the magic fool you. Anonymous types used to create dictionaries are still dictionaries. read more...

2 comments |category: |Views: 373

tags: another

jQuery 1.3 Released(blog.jquery.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. " read more...

add a comment |category: |Views: 480

tags: another

Kigg – A great example of ASP.NET MVC(weblogs.asp.net)

submitted by sharplifesharplife(4570) 3 years, 4 months ago

Kigg which is a clone of Digg has been one the best starter kits for ASP.NET. Now Kigg guys udated it using ASP.NET MVC and of course it can be a good example for ASP.NET MVC learners. read more...

add a comment |category: |Views: 588

tags: another

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

submitted by ChadMoranChadMoran(535) 3 years, 6 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, 6 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, 7 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) 4 years, 2 months ago

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

add a comment |category: |Views: 20

tags: another

SQL Server 2008 for Developers(channel9.msdn.com)

submitted by wisemxwisemx(8074) 4 years, 2 months ago

If you work with SQL Server on a regular basis, either writing custom queries, designing databases, or optimizing queries, this is a must see video as it covers a number of the enhancements to SQL Server 2008 including... read more...

2 comments |category: |Views: 1

tags: another