Welcome to Jacksonville Developers User Group Sign in | Join | Help

Tuesday, July 26, 2005 - Posts

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:

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

.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: