Greg Robinson's Blog
I report it, you decide
-
Potential .NET opportunities in Richmond, VA
I am aware of a possible VB.NET, Windows Forms position in Richmond, VA, starting sometime around the first of the year. This position is not a definite to date.
-
Best Kept Secrets in .NET
Just got my copy of this book from Apress to review. I read the first chapter last night. I learned a few new tricks that I will use right away.
-
Editing a control that is not databound
Lesson learned this week. We have a form with controls bound to a DataTable. When editing a field in the DataTable that was not bound to a control, we tried to do the following:
-
Career advise
In case you missed this one:
-
APress has asked me to review some .NET books
-
My Latest Favorite Site
My new favorite site:
-
Part time job opportunity
Greg Robinson
Custom Data Systems, Inc.
www.cds-am.net -
Coder to Developer: Book Review
I just finished reading Mike Gunderloy's book "Coder to Developer".
-
DateTime type and Time Zones
Our WinForms app needs to make adjustments for time zones and dates as the data is accessible via .NET Remoting. This means a user can be in Texas and the data store could be in Virginia.
-
.NET Remoting and the customErrors tag
To continue on my remoting rant.....