posts - 81, comments - 262, trackbacks - 0

September 2008 Blog Posts

Sculpture – Model Your Life

A coworker referenced me to the Sculpture project. The project looks to be a huge time saver for Enterprise Application development. It removes the work of doing things such as the CRUDS through the use of models. "Model your life" or "Get your life back". :)  http://www.codeplex.com/Sculpture  What is Sculpture? Sculpture is a .NET open source Model-Driven Development code generation framework ideal for creating and managing .NET Enterprise Applications. With Sculpture you can model your application components, and then transform this model to deployable components for your favorite technology. Sculpture comes with a host of ready-made Molds (The word "Molds" come from Molding) like (DAAB, NHibernate,...

posted @ Tuesday, September 30, 2008 11:51 AM | Feedback (10) | Filed Under [ Web Programming ]

XSD 2 DB

I have used XSD.exe countless times to create a class or dataset from an XSD or XML file. It's easy enough to obtain an XSD from a SQL Query, but what about the other direction? What about creating a database FROM an XSD? I found an interesting (old) app that does just that (and quite well). Check it out. http://xsd2db.sourceforge.net/ Note the example usage is missing the type in the flag. If you are creating sql just set the type to SQL ("-t SQL").  Not sure if this was a good idea on Authorize.NET though…

posted @ Tuesday, September 30, 2008 11:37 AM | Feedback (0) | Filed Under [ Web Programming ]

MVC Charting

And for a record short post: http://www.carlosag.net/Tools/WebChart The charting works in MVC

posted @ Thursday, September 25, 2008 8:55 PM | Feedback (5) | Filed Under [ Web Programming ]

A Programmer Takes the GRE

I am currently applying to graduate school (Aerospace Engineering) and need to take (and do well on) the GRE. I took it without preparation and did fairly well, well enough to meet requirements. However, I never like to 'meet requirements'. So back to the GRE for me, and this time I have to study! The most room for improvement was as expected on my verbal. This means studying vocab (oh no!). I talked to a few folks and did some research and found the common knowledge was to use flash cards and the study books. ...

posted @ Thursday, September 25, 2008 8:51 PM | Feedback (5) | Filed Under [ Technical Computing School ]

CSSFriendly

If you have to use the 'Wizards' from ASP.NET, CSS Friendly is an absolute must for CSS styling. The tables that are emitted by the wizards are replaced with DIVs which can be styled.  Project Description The CSS Friendly Control Adapters kit (for ASP.Net 2.0) provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls. Goals The goal of the CSS Friendly project is to transform as many of the traditional ASP.Net web controls to provide CSS-friendly, browser-compatible markup. The project will be released as a single DLL...

posted @ Saturday, September 20, 2008 2:10 PM | Feedback (0) | Filed Under [ Web Programming ]

SQL Server 2008 Database Projects

To create SQL 2008 Database Projects install the CTP from here:  http://blogs.msdn.com/gertd/archive/2008/08/20/vstsdb-2008-gdr-ctp16-is-here.aspx  I expected this after SP1 for VS08, but apparently the Database Edition is on a different timeline?

posted @ Friday, September 19, 2008 10:19 PM | Feedback (3) | Filed Under [ Web Programming ]

Google’s Chrome

 I have a new favorite browser. Rather than recap it from a developer's point of view I will just point to an excellent comic created by Google which introduces the new features: http://www.google.com/googlebooks/chrome/index.html#size=small&page=1 Some of my favorite features: Drag a tab out of the browser window, enabled by process separation. Resizing form fields (text area)! Minimalistic user interface. Everything else they added.  One oddity, Chrome is not added to the application path during installation. To get around this I just created a shortcut and put it in a common location which I have in my application path (the environment variable). You could...

posted @ Saturday, September 6, 2008 10:35 PM | Feedback (2) | Filed Under [ Web Programming ]

Powered by:
Powered By Subtext Powered By ASP.NET