wompeter

Stories kicked by wompeter

When "Activator" is just to slow(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 2 months ago

Nice performance tip read more...

2 comments |category: |Views: 600

tags: another

A RESTful Wizard Using ASP.Net MVC… Perhaps?(shouldersofgiants.co.uk)

submitted by wompeterwompeter(290) 2 years, 4 months ago

Nicely designed ASP.Net wizard functionality walkthrough. read more...

add a comment |category: |Views: 25

tags: another

ASP.Net MVC - How to route to images or other file types(phpvs.net)

submitted by wompeterwompeter(290) 2 years, 9 months ago

Describes how to use the ASP.Net MVC Framework routing to return images or other physical files rather than routing to a method on a controller, with full code example. read more...

add a comment |category: |Views: 64

tags: another

How to add "Open with reflector" to your right-click actions(itscodeinhere.com)

submitted by RhythmAddictRhythmAddict(440) 2 years, 10 months ago

A tip for convenience, this post provides instructions on how to easily add "Open with reflector" to your windows explorer right-click menu so you can right-click and open any DLL with reflector. read more...

6 comments |category: |Views: 271

tags: another

.Net Mocking Frameworks - Capability Comparison(phpvs.net)

submitted by wompeterwompeter(290) 3 years, 1 month ago

A summary of the capabilities of four of the most popular mocking frameworks for .Net. read more...

add a comment |category: |Views: 526

tags: another

Detecting Session Timeouts using a ASP.Net MVC Action Filter(tyronedavisjr.com)

submitted by tdavisjrtdavisjr(335) 3 years, 6 months ago

This article shows one way on how to detect a session timeout in an ASP.Net MVC application. The implementation uses a MVC action filter to detect when a session has timed out redirects the user to a Login page. read more...

add a comment |category: |Views: 2443

tags: another

ASP.Net Load Testing and Optimization Toolkit(phpvs.net)

submitted by wompeterwompeter(290) 3 years, 9 months ago

A discussion of 9 types of tools every developer should have when stressing and optimizing applications. read more...

add a comment |category: |Views: 547

tags: another

Released: Visual Studio Service Pack 1; .NET 3.5 Service Pack 1(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 9 months ago

Visual Studio Service Pack 1 and .NET 3.5 Service Pack 1 are now available for download. read more...

add a comment |category: |Views: 43

tags: another

ASP.NET MVC - Localization Helpers(blog.eworldui.net)

submitted by mhawleymhawley(1125) 4 years ago

Learn how to easily use localization within an ASP.NET MVC application utilizing similar methods to that of ASP.NET resource expressions. I show 3 different approaches to using localization within your application. read more...

add a comment |category: |Views: 342

tags: another

There's some darkness in your silver light.(devlicio.us)

submitted by bennagebennage(1150) 4 years, 2 months ago

Rob voices his complaints about Silverlight 2.0 from the perspective of a developer of WPF and Flash applications. read more...

add a comment |category: |Views: 3

tags: another

10 Tips for Building Selenium Integration Tests(phpvs.net)

submitted by wompeterwompeter(290) 4 years, 3 months ago

A list of ten tips, best practices and code snippets to make writing integration and acceptance tests with Selenium much easier, especially for AJAX applications. read more...

add a comment |category: |Views: 108

tags: another

Creating Self Signed SSL Certificates on IIS 6.0 and Win Server 2003(codeforeternity.com)

submitted by xtremebizxtremebiz(575) 4 years, 3 months ago

Step by step tutorial (with screen shots) on creating self signed SSL certificates on IIS 6.0 and Win 2003 development / test servers using the FREE SelfSSL tool which comes with IIS 6.0 Resource Kit Tools. You can even use it to secure your local intranet. read more...

add a comment |category: |Views: 327

tags: another

Dynamic type support in C#? Sweet!(blogs.msdn.com)

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

Ok, so it's just in the planning stages, but you may have run across Charlie Calvert's recent blog post about supporting dynamic (aka runtime) lookup for methods/properties/etc which would avoid having to deal with that ghastly beastie that is reflection (even though I'll admit the reflection API's are probably about as good as they can be given the nature of what they're doing). read more...

add a comment |category: |Views: 1

tags: another

There Ain't No Such Thing as the Fastest Code(codinghorror.com)

submitted by jdelatorjdelator(500) 4 years, 3 months ago

He then posted his program as a challenge for readers of PC Techniques-- can this optimized assembly word count program, from an acclaimed industry expert on assembly optimization, be made even faster? Well, I think you can guess what happened next. read more...

add a comment |category: |Views: 4

tags: another

HTML manipulation with System.Xml.XmlDocument(phpvs.net)

submitted by wompeterwompeter(290) 4 years, 3 months ago

Using the System.Xml namespace for HTML manipulation can be very powerful. In this simple example we show how to get started using it by geenrating a simple table of contents from a well-formed html document. read more...

add a comment |category: |Views: 9

tags: another

10 Mistakes in Icon Design(turbomilk.com)

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

It is much easier to criticize somebody else’s work than to create something cool yourself. But if you apply a systematic approach to criticizing, make a numbered list and prepare illustrations, it will be regarded as a fully-fledged analysis! In my opinion, icon design is undergoing a transitional period. On the one hand, screen resolutions are increasing, hence enhancing icons. On the other hand, we still have good old pixels. Icons sized 16×16 and even smaller are still widely used. And so, here are the most commonly observed mistakes in icon design… read more...

add a comment |category: |Views: 5

tags: another