Developer To Designer?

posted on 2004-12-12 at 23:20:50 by Joel Ross

Julia Lerman provides a link to Mike Gunderloy's newest book - Developer To Designer. I'm reading through Coder To Developer right now (slowly, as usual), and it's a great book with a great list of tools in it. The website is a good resource too, as it h… more »

Categories: Development


 

More Arguments Against The Dataset

posted on 2004-12-12 at 22:59:47 by Joel Ross

Stuart Celarier sat down for lunch with Rory Blythe (two blogs definitely worth reading - Rory's is rather strange, but very entertaining), and they talked about web services. As if you needed one more angle to go at the whole objects vs. datasets argume… more »

Categories: Development


 

Forms Authentication Against a Database

posted on 2004-12-12 at 16:09:43 by Joel Ross

We are currently using forms authentication in my current project. The Tourney Pool Manager also uses forms authentication. Both go against a database to determine if the user is authenticated. It took me quite a while to figure it out on my own. T… more »

Categories: ASP.NET


 

Discussion Of Different Development Methods

posted on 2004-12-12 at 15:47:23 by Joel Ross

Again, I'm finding this much later than I should have, but Frans Bouma has an article talking about different methods to develop your software. Not Agile versus waterfall, but actual architecture, like managers versus a domain model. It's a good di… more »

Categories: Development


 

One More Reason Design Time Sucks

posted on 2004-12-12 at 13:47:54 by Joel Ross

One of the bloggers over at WWWCoder has a post about making the title of an ASP.NET web form dynamic. Basically, you make the title tag run at the server, then declare it as an HtmlGenericControl. Then you can set the InnerText on it, and it works. Whi… more »

Categories: ASP.NET


 

Best Book On Developing Server Controls

posted on 2004-12-12 at 00:02:59 by Joel Ross

Willem Odendaal is looking for feedback on the best book for learning to create server controls. Personally, I've used books one (Developing Microsoft ASP.NET Server Controls and Components) and three (Professional ASP.NET Server Controls). Three is… more »

Categories: ASP.NET


 

Log4net Introduction Article

posted on 2004-12-08 at 01:03:35 by Joel Ross

We are using log4net for logging on our current project. I've never used it before, so I had a learning curve to figure out how to use it. It's a very good logging service, and now, after using it for a while, I found this. It's a good introduction artic… more »

Categories: ASP.NET


 

Design Patterns Website

posted on 2004-12-05 at 00:36:37 by Joel Ross

If you haven't checked out the do factory website, you should. It's a great resource for design patterns, and includes sample code written in C#. more »

Categories: Development


 

Url Rewriting Using Regular Expressions

posted on 2004-12-01 at 23:51:05 by Joel Ross

This is a little old, but Fabrice modified Fritz Onion's HttpModule for URL rewriting to use regular expressions. Then, in Fabrice's comments, someone mentioned the idea of writing the config settings to an XML file, which can be generated from a d… more »

Categories: ASP.NET


 

Someone Who Agrees With Me About Visual Studio Design Time

posted on 2004-11-30 at 01:09:11 by Joel Ross

It looks like I'm not the only one who doesn't use the design time support of Visual Studio. I've been burned too many times by the designer changing my code. And I'm still getting burned by it because some of my team members use it, and it screws up my… more »

Categories: ASP.NET


 

<< 1 ... 25 26 27 28 29 30 31 32 33 34 35 36 >>