JOELROXOR

Stories kicked by JOELROXOR

Are you a Control Freak?(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 2 months ago

Since the very early ASP.NET MVC previews, the most common argument I've heard against using the framework is the lack of user controls. In my opinion, this is a mixed blessing, however, for some, this is a show stopper. What can you do to provide a rich user interface with the MVC framework, while not reinventing the wheel? read more...

add a comment |category: |Views: 482

tags: another

ASP.NET MVC Release Candidate shipping in January(weblogs.asp.net)

submitted by simonechsimonech(10.1k) 3 years, 5 months ago

ScottGu talks about the upcoming Release Candidate of ASP.NET MVC V1 and the features it brings to the table read more...

1 comment |category: |Views: 521

tags: another

BlogEngine.NET Christmas update(blog.madskristensen.dk)

submitted by MarwanMarwan(850) 3 years, 5 months ago

Some exiting things have been going on with BlogEngine.NET lately... read more...

add a comment |category: |Views: 344

tags: another

When Should I Write Tests?(stevenharman.net)

submitted by usshermussherm(5285) 3 years, 5 months ago

The definitive answer to a question that comes up all the time... read more...

2 comments |category: |Views: 494

tags: another

jQuery for Absolute Beginners: Video Series(nettuts.com)

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

This is a 9 parts video series for beginners to learn jQuery. read more...

add a comment |category: |Views: 435

tags: another

Programming Asp.Net MVC by O'Reilly (devlicio.us)

submitted by daveschinkeldaveschinkel(1720) 3 years, 6 months ago

Well, it is about time we (Tim, Chris and myself) actually made this announcement. We will be doing a MVC book with O'Reilly titled 'Programming MVC'. We are super excited and super pumped to get this out the door. All three of us are huge fans of the MVC framework and know that this is framework going to be smashing success. read more...

add a comment |category: |Views: 399

tags: another

How to Call Controllers in External Assemblies in ASP.NET MVC(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 6 months ago

In this post Simone shows you how to call ASP.NET MVC controllers that are embedded in external assemblies. read more...

1 comment |category: |Views: 217

tags: another

Cloud Computing (and Azure) - Right for your site?(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 6 months ago

A quick overview of cloud computing options and benefits from a web hosting standpoint. read more...

1 comment |category: |Views: 452

tags: another

Gravatar with ASP.NET MVC(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 6 months ago

Ryan Lanciaux discusses a class for retrieving Gravatar images -- this class was mainly written to facilitate using Gravatar with ASP.NET MVC. read more...

2 comments |category: |Views: 328

tags: another

jQuery Intellisense Updates from Microsoft(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 6 months ago

With Microsoft's recent releases of the jQuery Intellisense file plus the hotfix released this week using jQuery in Visual Studio has become a lot easier and more convenient. Here is a little more detail on what you need and how it works. read more...

1 comment |category: |Views: 364

tags: another

ScottGu:Nov 6th Links: ASP.NET, AJAX, jQuery, ASP.NET MVC, Silverlight(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 6 months ago

Great collection of links. Again. read more...

add a comment |category: |Views: 399

tags: another

Donut Caching in ASP.Net MVC - Revisited by Phil Haack(haacked.com)

submitted by parsa.aminiparsa.amini(329) 3 years, 6 months ago

In this article Phil makes an improvement to the Maarten Balliauw's MVC OutputCache substitution ActionFilter Attribute read more...

add a comment |category: |Views: 291

tags: another

C# Structs(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 6 months ago

What are the benefit of structs in C#? When can they improve performance and memory use? See examples and benchmarks as well as screens from CLRProfiler and the Visual Studio debugger. Is this is the best struct article in the world? Maybe! read more...

11 comments |category: |Views: 951

tags: another

Exploring System.Web.Routing(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 months ago

An overview of the new System.Web.Routing namespace that was included in .net 3.5 SP1. read more...

add a comment |category: |Views: 785

tags: another

jQuery and the ASP.NET MVC Framework (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 9 months ago

With WebForms, integrating with Ajax libraries other than ASP.NET AJAX was slightly painful. With the new ASP.NET MVC Framework, however, you can use jQuery without these additional headaches. read more...

1 comment |category: |Views: 293

tags: another

7 principles of clean and optimized CSS code(smashingmagazine.com)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 9 months ago

With the popularity of CSS layouts and JavaScript-enriched web page experiences, it’s not uncommon, particularly for large sites, for the CSS files alone to grow in size, but there are some principles to consider during and after you write your CSS to help keep it tight and optimized. Optimization isn’t just minimizing file size — it’s also about being organized, clutter-free, and efficient. You’ll find that the more knowledge you have about optimal CSS practices, smaller file size will inevitably come as an direct result of their implementation. You may already be familiar with some of the principles mentioned in this article, but they are worth a review. Being familiar with this concepts will help you write optimized CSS code and make you a better all-around web designer. read more...

add a comment |category: |Views: 428

tags: another