Browse by Tags
All Tags »
.NET (
RSS)
Sorry, but there are no more tags available to filter with.
Implement seven application-level techniques to safeguard your password-protected ASP.NET apps.
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...
Plenty of articles on developing and debugging Web apps, extracting performance data, using page templates, and more
Peter comes up with a solution to a problem I have come across several times before.
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...
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?...
Top 10 ADO.NET tips from Visual Studio.NET magazine.
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...
More Posts