about 1 year ago - No comments
First; When I pushed to GitHub I decided to rename the project to AutoDeploy.NET. In the hopes of keeping my sanity and in the context of working in an organization that strictly follows a 50+ page “release management handbook” I started working on AutoDeploy.NET; a deployment automation tool. As with all my personal projects I
about 1 year ago - No comments
Recently I was accused of asking to use software on a project just to polish my resume. Obviously that upset me quite a bit and I did polish my resume a bit before sending it to potently new clients/employers. Please note the length of said resume, the wide breath of technology and if you dig
about 1 year ago - No comments
Its been a very slow road for me and coding the last few weeks. Between constant meetings and having to rebuild my home workstation (beta –> RC), I’m surprised I’ve got anything done. Current Status AutoDeploy consists of internal services and a task is simply a container for the service definition and required attributes. the
about 1 year ago - No comments
Here is my current daily reading list. Please suggest sites you read that I am currently missing! http://Stackoverflow.com ( detroitpro on stackoverflow) http://www.hanselman.com/blog/ http://weblogs.asp.net/scottgu/ http://haacked.com/ http://stephenwalther.com/blog/ http://bradwilson.typepad.com/ http://martinfowler.com/ http://codeclimber.net.nz/ http://blog.maartenballiauw.be/ http://www.lazycoder.com/weblog/ http://www.odetocode.com/ http://weblogs.asp.net/kdente/ http://weblogs.asp.net/jgalloway/ http://www.iunknown.com/ http://blog.i-contrive.com/ http://codebetter.com/ http://www.lostechies.com/blogs/ No related posts.
about 1 year ago - No comments
Most of my work so far this year has been with one client. This client was a Java shop for quite some time and is pretty green to Microsoft. Also, they don’t seem to ever have had real success with building enterprise class systems. That’s not to say that they haven’t wrote very large and
about 1 year ago - 5 comments
What is it called? First off; what are we calling “Classic ASP.NET Development using Webforms and the MVP Pattern” today? I’d like to suggest we stick with a discussion of the patterns and the surrounding technology. Component based development using the MVP pattern…or MVP for short and Non-Component based development using the MVC pattern…or MVC
about 1 year ago - 2 comments
I have to admit I am total bias towards MVC but hear me out. I have yet to work in an organization that implements an OOP or even MVP when using WebForms. It’s all been directly bound controls to data readers/sets/tables. No object model, no business object layer, page_load is used and abused, etc. It
about 1 year ago - No comments
Let me start off by saying I am so happy with the “New” Microsoft. An engaged Microsoft, an open Microsoft. So to the Kobe team I say “Welcome to the real world”. There are enough people writing about the amazingly horrible code. I’m upset with the response from the team. The response, at first glance,
about 1 year ago
You may also try Wizardby ( http://code.google.com/p/octalforty-wizardby ). It’s much closer to Rails Migrations since it uses a special DSL for expressing migrations rather than C# code.
about 1 year ago
Thanks! I’ll be sure to check it out. I am working on automating a complex deployment process right now, including the database, and would love to move to using migrations instead of SQL scripts.
Thanks!