[AccessD] Disconnected MS Access cient applications..

Charlotte Foust cfoust at infostatsystems.com
Thu Aug 18 16:00:44 CDT 2005


I'm still getting proficient at VB.Net and my object to C# is more the
punctuation than anything.  I am constrained to VB.Net where I work, and
I don't have the energy to teach myself C# at the same time. :-{

Charlotte


-----Original Message-----
From: Shamil Salakhetdinov [mailto:shamil at users.mns.ru] 
Sent: Thursday, August 18, 2005 1:30 PM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Disconnected MS Access cient applications..


<<<
would evangalize like crazy! ;-}
>>>
Exciting perspective! Anybody has money to pay for this work to accept
evangelizing crowds together? :) (I'm sorry, I have no free resources
and spare time right now but I'd make it implemented quickly for
moderate payment  after I finish the current project - somewhere middle
of the next month I expect.)

<<<
I LOVE being able to
> build methods and properties in the abstract and test them extensively

> before I ever create a UI object that uses them
>>>
Yes, this is one of XP's core ideas/methods - unit testing - and it
gives a lot of confidence that developed software will be stable....

<<<
It is really an extension of spec writing,
since you can easily model a spec
>>>
Yes, and acceptance tests are getting created while you're coding....
And regression testing when new features are implemented becomes just a
childish game opposed to traditional development/testing when it usually
takes a lot of time...

<<<
> Ndoc stuff, but  I am NOT a C (any flavor) programmer and don't want 
> to become one.
>>>
I don't see big difference between C# and VB.NET - they both like
VB6/VBA for me:) Even easier to use them in fact - no need usually to
care about grabage collection, which have to be manually done in VB6/VBA
advanced programming...

Just give it a try to program on C#  - I guess you will need just a few
days to start programming on it ...

As for XML comments - they say VBCommenter can help here -
http://www.gotdotnet.com/workspaces/workspace.aspx?id=112b5449-f702-46e2
-87fa-86bdf39a17dd
(I didn't try it).

And the docs NDoc (and the like) create are very good.

I think it would be very useful addition to your Unit Testing/XP
pratices - to create impressive and useful program documentation while
you are coding....

Shamil



More information about the AccessD mailing list