I have been reading up on naming standards today. It has been quite a while since I challenged by naming convention habits.
This has all come about because I was using GhostDoc today to quickly put in the bulk of comments in an assembly for me to then go through and tweak.What I found was that GhostDoc didn't like some of my parameter naming. This was the catalyst for my reading about naming standards after thinking about naming standards for quite a while.
I read Microsoft's naming guidelines...
[More]
Tags:
57b65932-6c5a-442c-87ee-142b40c9b93f|0|.0
If you want to find out more or tell us your coming, then head over to the Sleet Geek forum.
Tags: WF
32cbf743-16f3-472c-8c4b-2cfd0aeaf7a1|0|.0
I put out a blatant teaser a couple of weeks ago for an idea that came out of a chat Dave and I had at CodeCamp last month. With some prodding from Dave and now Frank, I have finally made my ideas public.
Sleet Geek 2006 has now officially been born.
If you are a geek (even if you're not, we still might let you come along) and you love the snow, then join us for this community event. It will be two days packed with snow action with some community dinner and pub time on Saturday night.
Ch...
[More]
Tags:
ad55d3aa-816f-46d1-bbfc-9c8f2d6fa2ba|0|.0
Scott Guthrie posted some ASP.Net tips several weeks ago. There were heaps of great ideas that he put into his presentation, one of which was about registering controls for aspx pages.
User controls and custom controls that are used on a page need to be registered. The control registration allows a tag prefix to be defined and identifies the location where the control can be found. These control registrations are normally placed at the top of the aspx markup along with the page directive. If yo...
[More]
Tags: ASP.Net
4f24d54c-344b-45a1-868f-a0c174513d01|0|.0
Last week, a colleague told me how to get intellisense support in xml documents in the VS2005 IDE. It is really easy, although there are some interesting quirks in the process.
To pull this off, you first need to get an xsd file that defines your xml file. The IDE uses the xsd file to know what elements and attributes are available for a specified location in the document.
The next step is to get at the property grid for your xml file. Just selecting the file in Solution Explorer and then disp...
[More]
Tags: ASP.Net, Great Tools
42c486b4-d446-4373-adb6-5359130da13f|0|.0
Just a couple of days ago, I went to the Perisher Blue site to see how the snow was going. There was nothing but grass apart from a light dusting at the top of the high mountains. It's a little different now. Sweet! <subliminalAdvertising>Sleet Geek 06</subliminalAdversting>
Tags:
4ed9e02b-a187-41c3-98cb-05348a6180e1|0|.0
Yesterday I installed the new Consolas font for Visual Studio 2005. It is a very nice font to code with. Grab it here.
Tags:
8247e356-aa2d-4b52-9c29-0009a174026e|0|.0
I have been developing some control adapters over the last month. Control adapters are really cool stuff for ASP.Net. They allow you to modify the rendering behavior of a control in a way that is independent from the control and the web site code. Scott Guthrie posted about control adapters late last year and again more recently.
One of the greatest uses I have come across for control adapters is for developers to use controls that they are familiar with, such as the intrinsic ASP.Net controls,...
[More]
Tags: ASP.Net
3a2734a0-a151-4506-aa9e-0fd47818b1c8|0|.0
I just went to a website for a company that a friend now works for. They have included a search engine in their site. Given that I am interested in the contents of this site, I thought I would give the search a go.
No matter what search criteria I enter, I get taken to a FAQ page. So is this a bug in their code, or were there just no results and they assumed that I would figure that out?
This is a great example of poor design. If the user is expecting results, don't give them som...
[More]
Tags:
bb1d749c-f8a5-464c-8042-7d0be2576f12|0|.0
I have been trying to pull off something very interesting in recent days. I need to hijack the rendering of a DetailsView control so that it renders different html rather than the inbuilt table element structure.
I have mostly pulled this off by using browser files and control adapters to hook into the rendering process at which time I can get the control to render into a custom HtmlTextWriter. This is great because the page developer just needs to use Microsoft's DetailsView rather tha...
[More]
Tags: ASP.Net, Unit Testing, WF
743b928c-e4a2-47a8-a84c-00211895acdb|0|.0