lazycoder

Stories kicked by lazycoder

ASP.NET MVC Application Building: Forums #1 – Create the Perfect App(weblogs.asp.net)

submitted by alleyalley(2840) 3 years, 8 months ago

n this series of blog entries, I build an entire ASP.NET MVC Forums application from start to finish. The goal is to discover and promote best-practices for building applications with the ASP.NET MVC framework. In this first entry, I discuss the overall goals for the forums application. I discuss the importance of avoiding code smells and how software design principles and patterns can help you write code that is resilient to future change. I also justify my choice to use test-driven development while building the Forums application. read more...

add a comment |category: |Views: 358

tags: another

Lutz Reflector now owned by Red Gate(simple-talk.com)

submitted by JudahGabrielJudahGabriel(814) 3 years, 9 months ago

Lutz Reflector, the free .NET disassembler every developer developer should have, has been purchased by Red Gate software. Red Gate has stated they will continue to provide the tool for free. read more...

4 comments |category: |Views: 451

tags: another

10 reasons why SQL Server 2008 is going to rock(angryhacker.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

Just like its predecessor, SQL Server 2008 is taking its sweet time to actually ship. However, unlike its predecessor, it won't just be a "worthwhile upgrade". It will kick ass. Here are the top 10 reasons why. read more...

add a comment |category: |Views: 976

tags: another

The 5 types of poor software architects(buunguyen.net)

submitted by qn111qn111(575) 3 years, 11 months ago

The types of software architects you never want to meet in your career read more...

add a comment |category: |Views: 1228

tags: another

How to create web application user interface that looks like Outlook (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

How many times have you heard form a client that they want "outlook-like" web user interface for their application? Me, probably a hundred of times. In this article I'll explain how to create a web application user interface that looks like Outlook. You can see the live demo and download source code with images. read more...

add a comment |category: |Views: 890

tags: another

CSS Message Boxes for different message types (jankoatwarpspeed.com)

submitted by jankojanko(2555) 4 years ago

Can you believe this: Few days ago I went to my bank to check my credit score with the Credit Bureau. The bank official typed in my personal data and sent a request. Web application responded by displaying a yellow message box with an exclamation icon saying that data processing is still in progress. He checked several more times, but he didn't notice that at one moment the message changed to "Account available". But the message box hasn't changed. He continued to check a few more times and eventually he realized that the request was successful. I don't know what was in the minds of developers and designers who created this application, but it certainly wasn't the user. This poor bank official was really frustrated. I can't imagine what the rest of the application looks like. read more...

add a comment |category: |Views: 576

tags: another

Over 250 High Quality Royalty Free icons set(freeiconsdownload.com)

submitted by freeiconsdownloadfreeiconsdownload(230) 4 years, 2 months ago

Free Icon Download Offers High Quality Royalty Free icons for Windows, Mac and Linux. read more...

12 comments |category: |Views: 387

tags: another

Retaining Good Developers - 10 Things To Keep Them Happy(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

This is a great article. I just wish some of my previous employers would have done just a few of these things. I probably would have stuck around longer. read more...

6 comments |category: |Views: 161

tags: another

Disabling Visual Studio's Ctrl+Tab dialog(codebeater.com)

submitted by lazycoderlazycoder(30) 4 years, 2 months ago

Disabling the IDE Navigator (Ctrl-Tab Dialog) read more...

1 comment |category: |Views: 3

tags: another

Generating markup to display a scaled image(codebeater.com)

submitted by lazycoderlazycoder(30) 4 years, 2 months ago

An easy way to fit images within a specified area. read more...

add a comment |category: |Views: 3

tags: another

Improve ASP.NET performance by optimizing the request pipeline(codebeater.com)

submitted by lazycoderlazycoder(30) 4 years, 2 months ago

How to remove unecessary HttpModules from the request pipeline to improve performance read more...

add a comment |category: |Views: 25

tags: another

C# HTML Helper Class(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

This utility class comes in VERY handy when you have to generate HTML in code. Also a big help when using Ajax with .NET outside of AJAX.NET or Ajax enabled controls. read more...

19 comments |category: |Views: 952

tags: another

ASP.NET MVC CAPTCHA(coderjournal.com)

submitted by zigamorphzigamorph(3319) 4 years, 2 months ago

This post provides the source code to implement your own CAPTCHA using the MVC Framework. This was done using Attributes to validate the CAPTCHA so the implementation is hidden. read more...

add a comment |category: |Views: 1016

tags: another

Creating markup to display a scaled image (jeffsdotnet.blogspot.com)

submitted by lazycoderlazycoder(30) 4 years, 3 months ago

A simple method to generate an img tag that scales to a specified boundary area. read more...

add a comment |category: |Views: 1

tags: another

ASP.NET MVC Framework Road-Map Update(weblogs.asp.net)

submitted by jwhitehornjwhitehorn(340) 4 years, 3 months ago

Scott gives an update to where ASP.NET MVC is going read more...

3 comments |category: |Views: 27

tags: another