chimplo

Stories kicked by chimplo

My favorite interview questions(blog.dotnetclr.com)

submitted by rawsoftrawsoft(430) 4 years, 6 months ago

These are some of the questions that I ask when I'm interviewing a new applicant for a developer position. read more...

8 comments |category: |Views: 123

tags: another

ScottGu VS.net performance tips for machine(weblogs.asp.net)

submitted by dovedove(735) 4 years, 6 months ago

Specifically - "what type of machine do you recommend I get for doing development with Visual Studio?" read more...

5 comments |category: |Views: 22

tags: another

Strategy Pattern In .NET 2.0(vadmyst.blogspot.com)

submitted by VadmystVadmyst(395) 4 years, 7 months ago

Strategy pattern can very handy when a system designer or architect wants to separate algorithms from the system implementation. Also with strategy pattern approach it is very easy to select between different algorithms on the fly. With the introduction of generics in .NET 2.0 implementing strategy pattern is even more easy. read more...

1 comment |category: |Views: 72

tags: another

Remove generated JavaScript from your pages(blog.madskristensen.dk)

submitted by tiernanotiernano(1674) 4 years, 7 months ago

One of the things that have always seemed a little weird to me is that ASP.NET auto-generates JavaScript and injects it in the rendered HTML. The JavaScript is needed to handle validation, postbacks, callbacks etc. but why does it have to write the same static functions when it could just as well be placed in a referenced .js file? If all the static functions where placed in an external .js file, it would be downloaded once instead of every time a page loads. read more...

add a comment |category: |Views: 16

tags: another

Software Development Essential Practices(chrisbrandsma.com)

submitted by cwbrandsmacwbrandsma(1711) 4 years, 7 months ago

A list of (essential) practices for software development, and tools to help you implement those practices. read more...

add a comment |category: |Views: 12

tags: another

Have We ASP.NET Geeks Lost Something?(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years, 7 months ago

Rob wonders if using asp.net has made us lose touch with the core of what being a web developer is all about... you know, the XHTML, CSS, JavaScript, and all that fun stuff. read more...

1 comment |category: |Views: 1

tags: another

Another Vibrant Ink Theme for Visual Studio(blog.wekeroad.com)

submitted by kevnzkevnz(858) 4 years, 7 months ago

Rob shows off his new version of the version of the Vibrant Ink theme for Visual Studio. read more...

2 comments |category: |Views: 899

tags: another

ORM (object-relational mapping) in .NET 3.5(dotnetslackers.com)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

What this article covers is a general introduction to ORM concepts, the approach that .NET 3.5 takes, and how it compares to these other packages. read more...

1 comment |category: |Views: 272

tags: another

Layered Architecture, Dependency Injection, and Dependency Inversion(code-magazine.com)

submitted by simonebsimoneb(5450) 4 years, 7 months ago

Building loosely coupled application architectures requires more than just separating your application into different layers. In this article, I’ll take a project that was built using techniques that result in fragile, hard-to-test code and introduce some principles, techniques, and refactorings that will help you realize flexibility and testability in your applications. read more...

1 comment |category: |Views: 44

tags: another

43 Exceptionally Useful AJAX Applications(designvitality.com)

submitted by KickworthyKickworthy(300) 4 years, 7 months ago

Usability on websites is exploding right now. AJAX has enabled web developers everywhere to add functionality to their sites like never before. They’ve gathered 43 extremely useful AJAX applications for use on any website. read more...

1 comment |category: |Views: 12

tags: another

Scott Guthrie announces ASP.NET MVC framework at Alt.Net Conf(codebetter.com)

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

Some more information from ALT.NET on the new ASP.NET MVC framework. read more...

add a comment |category: |Views: 3

tags: another

Revisiting Programming Fonts(codinghorror.com)

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

Jeff Atwood discusses programming fonts including the new one on the block, Inconsolata. read more...

1 comment |category: |Views: 9

tags: another

Easy incremental status updates for long requests(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 7 months ago

An example of using an iframe to easily provide incremental status updates for long-running web requests. read more...

add a comment |category: |Views: 18

tags: another

Delegates and Visitors in C#(mullr.wordpress.com)

submitted by mullrmullr(175) 4 years, 7 months ago

The GoF visitor pattern is useful but awkward. The usual c++ or Java-y versions typically involve some kind of visitor interface which your visitor must subclass. Java somewhat mitigates this with anonymous classes, but not fully. In C#, if we’re clever with the use of delegates, we can make tasks like tree traversal look about as simple as iteration. read more...

2 comments |category: |Views: 73

tags: another

A Visual Guide to Version Control(betterexplained.com)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

A good, "highly visual" overview of Version Control, (a.k.a. Source Control). It also references Subversion command line examples, but the overview applies to most version control systems. read more...

add a comment |category: |Views: 16

tags: another

SubSonic - Migrate Me(blog.wekeroad.com)

submitted by zowenszowens(988) 4 years, 7 months ago

Rob demonstrates the early code samples for a GREAT upcoming feature in SubSonic - MIGRATIONS. read more...

2 comments |category: |Views: 40

tags: another