Posts Tagged ‘script’
NAnt and Processing EDMX Files
12Oct08
I have been playing around with the new data access layer, the Entity Data Model (EDM), from Microsoft. However, I quickly learned that the EDMX files that Visual Studio creates for you when you create a data model are unique to Visual Studio. In fact, an EDM is made up of three files that are […]
Filed under: software development | 5 Comments
Tags: c#, edm, entity data model, nant, script
newcert
11Dec07
One of the most annoying parts of creating SSL certificates is creating SSL certificates! It can be a real PITA. Being the lazy programmer that I am I wrote a script that I stuck in /usr/local/bin that performs all the necessary steps for me. Here it is (with comments) so that you too can hate […]
Filed under: software development | Leave a Comment
Tags: bash, script, ssl