Welcome to Jacksonville Developers User Group
Sign in
|
Join
|
Help
Dennis J. Bottjer | MVP ASP.NET
ASP.NET & DotNetNuke Module Developer
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Archives
August 2006 (3)
July 2006 (1)
June 2006 (3)
May 2006 (1)
March 2006 (2)
February 2006 (1)
January 2006 (8)
December 2005 (4)
November 2005 (6)
October 2005 (4)
September 2005 (16)
August 2005 (27)
July 2005 (22)
June 2005 (20)
May 2005 (2)
Navigation
Home
Blogs
Forums
Post Categories
ASP.NET (36)
Cool Stuff (76)
CSS Design, XHTML, and Java Script (8)
Database Design and Administration (6)
DotNetNuke (10)
Geek News (73)
Project Management (3)
Server Controls (5)
Trouble On The Web (2)
Jun
July 2005
Aug
S
M
T
W
T
F
S
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
Tuesday, July 26, 2005 - Posts
Tuesday, July 26, 2005 10:21 PM
Power of Properties
As Microsoft Developers we are familar with properties. Properties have been part of popular MS development tools such as Visual Basic for several version. The tradition has continued in .NET with Win and Web Forms controls exposing properties
posted by
dbottjer
|
0 Comments
Filed Under:
ASP.NET
Tuesday, July 26, 2005 6:28 PM
Interfaces Defined
It seems possible to write .NET applications an never write interfaces. It seems less likely to write .NET application and not use interfaces. So what are interfaces and how can they improve your code. Essentially, interfaces
posted by
dbottjer
|
0 Comments
Filed Under:
DotNetNuke
,
ASP.NET
,
Server Controls
Tuesday, July 26, 2005 6:04 PM
.NET Exceptions
Microsoft has so great online self assessment test http://www.microsoft.com/learning/assessment/default.asp I was going through one of the ASP.NET tests and there was a question regarding exceptions. Basically, there was a series of catch
posted by
dbottjer
|
0 Comments
Filed Under:
ASP.NET