Greg Robinson's Blog
I report it, you decide
-
FogBugz
I have spent some time this week reviewing and testing FogBugz as a PM tool for us.
-
Last nights .NET UG Meeting
I ended up going home sick, sorry I did. Seems we had 75 folks show up. Here is a summary of the meeting:
-
No Touch Deployment and NetRun
In case you missed Rocky's NetRun utility (I did and coded all this myself) here it is:
-
Contract to Hire in Richmond, VA
(1) .Net Design Analyst: experience with OO Design Documentation, understanding of UML and technical design specifications, ability to manage an offshore team, experience writing USE cases, all design work. Skills: visual basic, asp.net, c#, UML, BizTalk2004, teamlead/management experience.
(2) Sr Web Developer: experience debugging and problem solving, 5 years of web-related experience, experience developing new web applications, MCSD certification desired.
Skills: vb.net, asp, asp.net, sql server 2000, javascript, visual basic, com+, xml. -
Reg Free COM
Take a look at this feature in 2005:
-
Is there a decent .Net report writer out there?
We have painfully been going through the process of looking for a .Net report writer. The original application was written in FoxPro. My client has shone me how easy it is to create reports with FoxPro's report writer. Sure enough, it's easy.
-
Sql Server: "All I need is a little more time"
Our client is a windows form app. Our DAL is hosted by IIS on the same box as the sql server database. All select sprocs work perfect, no problems. The app connects to the DAL, which connects to Sql Server, Resultsets are passed back to the client through the remote type, no problems.
-
Roy and Scott look all too familiar
Wow, someone has captured my average day at work
-
Versioning Assemblies
I posted a question on the DevelopMentor CLR Listserv about version numbers and a live release.
-
Lesson learned with No Touch Deployment and IE
One of our 3rd party assemblies released a patch this week. We installed it, did a build, all worked fine. However, our app blew up in 2 areas. OK, no problem we thought, uninstall the new, install the old, do a server build.