Ben's Random Mumbles

Browse by Tags

All Tags » .NET (RSS)
Sorry, but there are no more tags available to filter with.
Prevent Dictionary Attacks
Implement seven application-level techniques to safeguard your password-protected ASP.NET apps.
Posted: Oct 01 2003, 10:51 AM by benricho | with no comments
Filed under:
Caching database contents
Kevin madeĀ a post about ASHX files recently. Like Kevin, I found the documentation on HTTP Handlers very light, in fact I heard about them by attending a talk by Jeff Prosise on Power ASP.NET . Another interesting technique I picked up from Jeff's talk...
Posted: Jul 31 2003, 10:46 PM by benricho | with no comments
Filed under:
72 ASP.NET articles
Plenty of articles on developing and debugging Web apps, extracting performance data, using page templates, and more
Posted: Jul 09 2003, 10:37 AM by benricho | with no comments
Filed under:
Forms authentication on multiple subfolders in asp.net
Peter comes up with a solution to a problem I have come across several times before.
Posted: May 19 2003, 05:26 PM by benricho | with 1 comment(s)
Filed under:
Passing SqlDataReader to Repeater OK?
I have made a post over at the asp.net forums about binding a SqlDataReader to a Repeater control but can't seem to get a straight answer. OK, I know I should be closing a DataReader when I'm finished with it, if I don't the connection doesn't get closed...
Posted: Apr 02 2003, 09:48 AM by benricho | with 4 comment(s)
Filed under:
System.Drawing.Color.What?
I have started using the TallPDF.NET component to create a dynamic PDF report and bumped into a little problem when I had to specify the background colors for various parts of my report. I could use the VS.NET intellisense to give me a list of all the avalible colors, but who knows what Chartreuse looks like?...
Posted: Feb 28 2003, 08:59 AM by benricho | with 2 comment(s)
Filed under:
ADO.NET tips
Top 10 ADO.NET tips from Visual Studio.NET magazine.
Posted: Feb 25 2003, 03:08 PM by benricho | with 1 comment(s)
Filed under:
Reporting options in .NET
Chad has written about an interesting technique for integrating HTML reports into a WinForms application that was of particular interest to me. I have been working on a WinForms app that required a basic report, and I looked at the option of creating...
Posted: Feb 12 2003, 06:28 PM by benricho | with no comments
Filed under:
More Posts