leekelleher

Stories kicked by leekelleher

Visual Studio 2010 Keyboard Shortcuts Poster(www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 1 month ago

You can now download the reference cards (available as print ready pdf’s) for the default keybindings in Visual Studio 2010 for Visual Basic, Visual C#, Visual C++ and Visual F# over here read more...

add a comment |category: |Views: 705

tags: another

Adding Default Assemblies, Namespaces and Control Prefixes in Config(west-wind.com)

submitted by johnsheehanjohnsheehan(4785) 3 years ago

The fact that you can assign namespace and assemblies in your web.config file is one of the most underused features of ASP.NET read more...

add a comment |category: |Views: 190

tags: another

Top 10 .NET Twitterers(dotnet.dzone.com)

submitted by MaggiePlusPlusMaggiePlusPlus(155) 3 years ago

If your not on Twitter you are missing out - here are some .NET tweeps to get you started. read more...

add a comment |category: |Views: 916

tags: another

Static Method Interception in .NET with C# and Mono.Cecil(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years ago

Interested in Mono.Cecil? A very short introduction to a very cool and powerful tool. read more...

add a comment |category: |Views: 402

tags: another

Integrating ELMAH with Umbraco(blog.leekelleher.com)

submitted by LordLord(3737) 3 years, 1 month ago

Initially I looked at Tim Gaunt’s Advanced Error Reporting - a great drop-in solution that does exactly what it says on the tin! Whilst reading the comments on Tim’s blog, Simon Dingley reminded me of the ELMAH project - which has been one of those web-applications that you keep meaning to try out, but never get around to. read more...

add a comment |category: |Views: 51

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