Custom Controls and ASP.NET Validators#
I was trying to find out what I needed to do to extend my custom server controls to work with the built in ASP.NET validators.

Turns out it is as simple as adding [ValidationPropertyAttribute("­Text")] to your class definition for the custom control. That's easy!
Categories: Code Links
Friday, June 24, 2005 1:32:38 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

String.Format format string#
I could have sworn that this was in here already, but I guess not.
Categories: Code Links
Wednesday, June 22, 2005 9:28:40 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Macro for fixing Dreamweaver comments in pages edited by VS.Net#
This project is supposed to help with the stupid VS.Net formatting of HTML, if you can call it that.
Categories: Code Links
Wednesday, June 15, 2005 4:43:04 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Using Amazon for Payment Gateway#
Amazon will list your items next to their and only charge a super low fee, something like 0.25 + 2.5%. This sounds too good for people who were using paypal before.
Categories: Code Links
Wednesday, June 15, 2005 6:33:11 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

SSPI Context error#
This was the stupid error I was getting through my VPN.
Categories: Code Links
Tuesday, June 14, 2005 9:42:43 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Historical Home Sales#
This application on the Baird & Warner site is really cool.

From a technical perspective it is pretty slick too, it creates a map with lots of hot spots that you can click on to get info from the client side.
Categories: Code Links
Tuesday, June 14, 2005 2:39:28 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Designing Business Entities#
I was just skipping over a good PP white paper from MS called Application Architecture for .NET: Designing Applications and Services. It had a few interesting parts that I am going to go back and read more. It also referenced an article called Designing Data Tier Components and Passing Data Through Tiers. Worth reading.
Categories: Code Links
Sunday, June 12, 2005 7:16:44 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Poker Odds Calculation#
Here is a graphical and non-graphical way of calculating odds of winning a hand.

The second link also allows you to include "dead cards" in the calculation, pretty cool.
Categories: Code Links
Sunday, June 12, 2005 6:40:12 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Test Driven D#
Testing ASP.NET Applications with NUnitASP and NUnit is an article on The Server Side.NET" that talks about implementing testing w/ ASP.NET and NUnitASP and NUnit.
Categories: Code Links
Sunday, June 12, 2005 3:55:44 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Cool Javascript Editor#
This Javascript editor looks pretty cool. It looks like it basically does the same stuff that VS does for server side code (e.g intellisense, debugging etc).
Categories: Code Links
Sunday, June 12, 2005 3:51:29 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Code Coverage w/ NCover#
NCover is a tool that you can use to get information back about your application, and specifically information about the actions against individual lines of code.
Categories: Code Links
Sunday, June 12, 2005 3:45:31 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Dynamic Text Image Generation in ASP.NET#
This article does a pretty good job in describing how to implement the creation of dynamic text in an image in asp.net.

I was working on something similar for my CAPTCHA control, but I can tweak it with some help from this article to do other stuff.
Categories: Code Links
Saturday, June 11, 2005 10:37:18 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Stuipd Namespace error#
So, even though when I use intellisense to declare a FQ type it has "Walshgroup" with a capital "W", when I declare a namespace in another assembly, I have to use lower case "w" because the main application has the lower case "w" in its default namespace declaration.

Totally totally totally dumb. I would have never figured it except for this article.
Categories: Code Links
Friday, June 10, 2005 4:13:56 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Stupid Machine.Config error#
I have been getting this stupid error every now and then, this page goes over the issue.
Categories: Code Links
Friday, June 10, 2005 4:03:52 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

SQL Server Performance Checklist#
This page basically goes through a bunch of steps and checklists for things you should do if you want to make sure you have optimal performance on your SQL Server database.
Categories: Code Links
Friday, June 10, 2005 10:36:10 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Patterns and Practices#
I often list thing on here that I don't have time to read, but am hoping to actually get back to at some point. This is one that I really need to go over. Microsoft's Patterns and Practices group produces lots of great stuff, which mostly fit into 1 of 3 groups: Patterns, Guides, or Code Blocks.

Patters are basically design patterns, not only for software development, but for other stuff like database design.

Guides are basically white papers on various topics.

Code Blocks are great components that you can use in your applications. I have only been using the Data Access blocks, but w/ the release of the Enterprise Library, there is a compelling reason to work more with them.
Categories: Code Links
Friday, June 10, 2005 7:18:45 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

HTML Codes#
I was looking all over the place trying to find how to do a Nabla symbol in HTML: ∇. Finally found it and the other stuff I needed at: this site
Categories: Code Links
Monday, June 06, 2005 9:34:40 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

DNN Module Development#
These two forum postings cover some interesting stuff: getting the current UserID and how to check user role.
Categories: Code Links
Sunday, June 05, 2005 10:37:43 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Mutliple Views in a DNN3 Module#
I have been doing a bunch of work getting modules to show multiple controls, or views in a single DNN module, w/o forcing it to enter "Edit" mode.

So far, I think the solution I have come across is working, but just in case something goes horribly wrong, this guy has put together a nice article on how he does multiple views.

Dealing with the scroll position can be an issue as well, which is covered in this blog post, pretty good idea.
Categories: Code Links
Thursday, June 02, 2005 10:32:33 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

All content © 2010, Christopher May, Inc
Open Job Positions
On this page
Google Ads
This site
Calendar
<March 2010>
SunMonTueWedThuFriSat
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910
Archives
Sitemap
Blogroll OPML
Disclaimer

Powered by: newtelligence dasBlog 2.3.9074.18820

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Send mail to the author(s) E-mail

Theme design by Jelle Druyts


Pick a theme: