dkjariwala

Stories kicked by dkjariwala

More ASP.NET MVC Best Practices(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years ago

In this post, I’ll share some of the best practices and guidelines which I have come across while developing ASP.NET MVC web applications. I will not cover all best practices that are available, instead add some specific things that have not been mentioned in any blog post out there. Existing best practices can be found on Kazi Manzur Rashid’s blog and Simone Chiaretta’s blog. read more...

add a comment |category: |Views: 1837

tags: another

ASP.Net – Never again fear publishing your website with debug=true(blog.aggregatedintelligence.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

What makes the deployment element special is that it is a machine level configuration element. When its retail attribute is set to true, it will disable the <compilation debug=”true”> for ALL ASP.Net applications running on that machine. In addition, it turns of detailed errors messages being sent to remote machines and disables the ability to trace output. read more...

add a comment |category: |Views: 407

tags: another

Separate Assemblies != Loose Coupling(codebetter.com)

submitted by scottcreynoldsscottcreynolds(195) 3 years, 7 months ago

read and learn read more...

add a comment |category: |Views: 403

tags: another

UK Software Consultant Nightmare: The IT Recruiting Agents(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 7 months ago

The definite guide to the tricks and tactics employed by some IT recruting agents that made the UK software consultant's recruting process a nightmare. read more...

add a comment |category: |Views: 427

tags: another

Getting rid of strings (3): take your app settings to the next level(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 8 months ago

In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings read more...

2 comments |category: |Views: 769

tags: another

Dear Alt.Net Developers: Stop blaming Microsoft and WebForms for crea(blog.theaccidentalgeek.com)

submitted by mjeatonmjeaton(724) 3 years, 8 months ago

I am responsible for every website I create. If I create a site or application that is unmaintainable or that has poorly formed HTML or doesn’t render well in all browsers, that is my fault. I chose my development tools/framework, or my employer, who I choose to work for, chose the development tools/framework. Either way, it is my responsibility, as a professional, to do my utmost to create the best possible application that is within my capability to create. read more...

add a comment |category: |Views: 353

tags: another

Bad advice on exceptions from Joel(littletutorials.com)

submitted by contourcontour(490) 3 years, 9 months ago

Starting from some comments on my exception handling series of articles I run into a couple of blogs pointing to this post on joelonsoftware.com. I think this is the worst advice on exception handling I have ever read, sorry Joel. I know this is an old post, I know Joel is entitled to his own opinion and I know he has the right to write his code as he sees fit. But as an opinion leader he influences others. read more...

add a comment |category: |Views: 606

tags: another

ASP.NET gets no Respect(west-wind.com)

submitted by pstathopstatho(670) 3 years, 9 months ago

Poor ASP.NET! Is it really that bad? I say No! read more...

10 comments |category: |Views: 837

tags: another

Visual Studio Theme Generator(frickinsweet.com)

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

A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

2 comments |category: |Views: 548

tags: another

Log4PostSharp - logging with AOP(herrmic-coding.blogspot.com)

submitted by digitalizdigitaliz(110) 3 years, 9 months ago

How to inject log4net logging code using PostSharp and Log4PostSharp. Shows you how to add logging to an application with a minimum of effort! read more...

add a comment |category: |Views: 335

tags: another

Matt'sFeedback on ASP.NET AJAX Roadmap(mattberseth.com)

submitted by mosessaurmosessaur(5424) 3 years, 10 months ago

Matt Berseth sharing his ideas and feedback about ASP.NET AJAX Future. read more...

1 comment |category: |Views: 157

tags: another

Project anti-pattern: Many projects in a Visual Studio Solution File(lostechies.com)

submitted by terrbleterrble(1665) 3 years, 10 months ago

I've been hearing from several colleagues about how their Visual Studio solution files have many (i.e. more than 10, and usually more than 30 -- in one case, more than 100!). So far, none of them have been able to give me any good explanation for why this is and most of them hate it but they can't change it because their architect/lead/whatever won't let them. I'm hoping that by getting the discussion going on this in the greater community, we can try to discourage everyone from having lots of projects in a solution. read more...

add a comment |category: |Views: 477

tags: another

ASPNET MVC P4 is on codeplex(codeplex.com)

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

The ASP.NET MVC pre-preview 4 source code + installer is available on Codeplex. Enjoy!! read more...

add a comment |category: |Views: 122

tags: another

55 Free High Quality Icon Sets(smashingmagazine.com)

submitted by drugarcedrugarce(610) 3 years, 10 months ago

A lot of freebie icons. Another great article from Smashing Magazine read more...

add a comment |category: |Views: 800

tags: another

Which .NET Blogger Do Girls Like Better?(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 10 months ago

Find out which .NET blogger is more popular with the ladies. Scott Hanselman, Phil Haack, Jeff Atwood, or Joel Spolsky I received an invite to Google Ad Planner. As I was playing around with this new tool, I was really blown away by how much information Google has collected on specific websites. So much so that I wanted to share this tool with my readers, but I couldn’t come up with an interesting way to demonstrate the capabilities. Until I started looking up some of my favorite bloggers and saw the almost embarrassing balance between females and males. read more...

1 comment |category: |Views: 548

tags: another

Full text: An epic Bill Gates e-mail rant(blog.seattlepi.nwsource.com)

submitted by jwkratzjwkratz(170) 3 years, 11 months ago

Internal email from Bill Gates detailing his difficulties with Microsoft.com, Windows Update, and more. read more...

add a comment |category: |Views: 534

tags: another