DarrenFieldhouse

Stories kicked by DarrenFieldhouse

Reversing assignment statements with Find and Replace in VS 2010 (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 1 year, 8 months ago

A cool trick for swapping an assignment statement around just using the find and replace dialog. read more...

1 comment |category: |Views: 106

tags: another

Designer resources for Developers (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 2 years ago

Some useful resource to help with the design of web pages read more...

add a comment |category: |Views: 4

tags: another

A new interface for mobile phones(blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 2 years, 11 months ago

Thoughts on how a mobile phone's camera could be used to create a point and click interface (without a touch screen). read more...

add a comment |category: |Views: 8

tags: another

FizzBin - The Technical Support Secret Handshake(hanselman.com)

submitted by hismightinesshismightiness(549) 3 years, 2 months ago

I hate that 5 minute to 5 hour long "ramp up" when I'm on the phone with any kind of technical support as they realize that we both know what we're doing. Or at least, one of us does. read more...

1 comment |category: |Views: 187

tags: another

Creating SOLID Code: Liskov Substitution Principle(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 2 months ago

Taking a look at how to create SOLID Code: Creating SOLID Code: Liskov Substitution Principle (LSP). This is a Third in a series where we will take a look at each of the parts the SOLID Principle read more...

add a comment |category: |Views: 427

tags: another

Free ASP.NET MVC eBook Tutorial - ScottGu(weblogs.asp.net)

submitted by beckelmwbeckelmw(2755) 3 years, 2 months ago

There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now – announcement coming soon). As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it. Over the last few months I’ve been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox. The book is now in production, and will be available to buy in stores soon read more...

2 comments |category: |Views: 802

tags: another

WebDev.WebServer.exe not responding to requests (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 2 months ago

An update from Microsoft breaks the Visual Studio 2008 development web server read more...

add a comment |category: |Views: 71

tags: another

Debugging Attributes (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 2 months ago

A walk through of how to use a couple of debugger attributes to improve the way your classes are displayed in data tips within the debugger. read more...

add a comment |category: |Views: 8

tags: another

12+ open source projects for .NET you probably didn’t know about.(blog.webdistortion.com)

submitted by squiggssquiggs(585) 3 years, 2 months ago

Here’s a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. read more...

1 comment |category: |Views: 1932

tags: another

Sample data for any application(blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 2 months ago

Blog post about a tool for generating sample data in a user defined format read more...

add a comment |category: |Views: 15

tags: another

Security Vulnerability of the Week #1: SQL Injection(securitythroughabsurdity.com)

submitted by j.montyj.monty(1868) 3 years, 2 months ago

This article begins a semi-regular series that will explores the most common vulnerabilities and the mind-set of the developers that create them and also explore how to deal with them. The first post in the series takes a look at the OWASP top number 2 vulnerability, Injection (specifically SQL Injection) - which has been a known and solved problem for over 10+ years, yet for some reason, it's still as common as ever. read more...

1 comment |category: |Views: 276

tags: another

A New Look for Visual Studio 2010!(blogs.msdn.com)

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

At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0. Today I’m happy to reveal the new UI for Visual Studio, also built on WPF: read more...

add a comment |category: |Views: 1214

tags: another

New Features in VB.NET 10 (.NET 4.0) (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 3 months ago

A summary of what's coming in VB.NET 10... read more...

add a comment |category: |Views: 782

tags: another

Incredibly flexable test data generator(dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 3 months ago

This test data generator will generate names, address, random text, guid's, numbers. You name it - it does it. The powerful description language allows you to generate the data in your format, e.g. XML, CSV, SQL Insert statements or anything else. read more...

add a comment |category: |Views: 33

tags: another

FromKnownColor in the Compact Framework(blog.dotnettech.net)

submitted by StrangeJaxStrangeJax(15) 3 years, 4 months ago

This blog post cleverly uses LINQ and Reflection to implement the missing method FromKnownColor in the Compact Framework read more...

add a comment |category: |Views: 25

tags: another