Sign in
Pascal Belaud [MSFT]
OlyMars: SQL Server Centric .NET Code Generator
Options
Email Blog Author
RSS for Posts
Atom
RSS for Comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Search
Tags
No tags have been created or used yet.
Archive
Archives
March 2008
(2)
October 2006
(2)
April 2006
(2)
February 2005
(2)
January 2005
(1)
July 2004
(1)
June 2004
(5)
April 2004
(1)
MSDN Blogs
>
Pascal Belaud [MSFT]
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Pascal Belaud [MSFT]
You can now write your OlyMars Refresh templates inside Visual Studio 2008!
Posted
Thu, Mar 20 2008
by
olymars
1
Comments
I'm really happy to announce that starting from the build v1.5.8.37058 , you can now write your own templates directly from Visual Studio 2008 . You will then benefit from all the good Visual Studio features such as Intellisense , debugging , syntax coloration...
Pascal Belaud [MSFT]
Release Candidate 1 (v1.5.7.33290) of OlyMars Refresh is now available
Posted
Wed, Mar 12 2008
by
olymars
0
Comments
The Release Candidate 1 (RC1) of OlyMars Refresh has been released yesterday. It is now available on http://www.olymars.net This build supports both SQL Server 2005 and SQL server 2008 (CTP6) as long as Visual Studio 2005 and Visual Studio 2008 . If you...
Pascal Belaud [MSFT]
Adding the content of a whole directory in your Visual Studio 2005 project as linked source files? It's now possible with the "AddDirectoryContent" AddIn
Posted
Wed, Oct 25 2006
by
olymars
0
Comments
I often need to add the source code content of a whole directory to my Visual Studio 2005 projects. That's the case when I use OlyMars for my own developement projects. Usually, what I need is to add a link to the source files that have been generated...
Pascal Belaud [MSFT]
OlyMars Refresh will be presented at TechEd Europe 2006 in Barcelona!
Posted
Tue, Oct 10 2006
by
olymars
0
Comments
I will finally be presenting OlyMars Refresh (v1.5) at TechEd Europe Developers 2006 in Barcelona, Spain in early November! If you want to discover this .NET 2.0 code generator for SQL Server 2005 and you are in Barcelona for TechEd Europe 2006, feel...
Pascal Belaud [MSFT]
First beta of OlyMars Refresh v1.5 is now available to beta participants
Posted
Mon, Apr 17 2006
by
olymars
3
Comments
The first beta (Preview I) of OlyMars Refresh v1.5 is now available to beta participants. Beta participants, if you are interested in testing this beta , just browse to the new OlyMars Refresh Portal located at: http://www.olymars.net From this portal...
Pascal Belaud [MSFT]
Olymars Refresh (v1.5) beta plan is starting
Posted
Fri, Apr 7 2006
by
olymars
3
Comments
It's time to give everyone a little update on where I am on this generator! First, the version 2.0, code named " DroitAuBut " is currently scheduled to be ready around Orcas timeframe (Visual Studio 2005.vNext). Unfortunately, I don't have currently neither...
Pascal Belaud [MSFT]
SOLVED: New build of OlyMars is now available [1.0.1876.37304]
Posted
Mon, Feb 21 2005
by
olymars
8
Comments
An issue has prevented users from downloading the latest build of OlyMars. As a matter of fact, until 9:00 PM GTM+1 today , the latest.zip was unfortunately redirected to an old version of OlyMars [1.0.1697.21165]. If you have downloaded your build before...
Pascal Belaud [MSFT]
New build of OlyMars is now available [1.0.1876.37304]
Posted
Sat, Feb 19 2005
by
olymars
7
Comments
I have posted a new build of OlyMars [ 1.0.1876.37304 ] that includes the brand new XML Web Services 2.0 AddOn. You can download this build here (once unzipped, you will need to recreate the OlyMars repository). XML Web Services AddOn: You will find a...
Pascal Belaud [MSFT]
Need volunteers to test and help write documentation for a new enhanced implementation of XML Web Services support in OlyMars
Posted
Tue, Jan 11 2005
by
olymars
5
Comments
I have enhanced the support of Xml Web Services in OlyMars and I need some volunteers to help me on this before it goes public. Of course, the documentation for this new AddOn is not available yet but this is where it goes fun! Like I said, I need volunteers...
Pascal Belaud [MSFT]
PRESS RELEASE: version 2.0 is now officially available
Posted
Thu, Jul 8 2004
by
olymars
20
Comments
Arpajon Hospital (Essonne, France) - July 8th, 2004 - The Belaud Company announced officially today the availability of the version 2.0 (code named "Fanny") of its famous product line. As of today, no major blocking bug was discovered. This new release...
Pascal Belaud [MSFT]
Bug corrected in "Business Component Layer" AddOn
Posted
Sun, Jun 27 2004
by
olymars
7
Comments
A bug was discovered by one of the OlyMars users (thanks to Benoit Fouletier ). This bug is related to the "Business Component Layer" AddOn. Let's say that we have a Product table related to a Category table; let's say the foreign key CategoryID in the...
Pascal Belaud [MSFT]
How to change the default namespaces used by OlyMars during code generation
Posted
Sat, Jun 12 2004
by
olymars
0
Comments
OlyMars uses the SQL Server 2000 extended properties (read this for more information on Extended Properties) to store various metadata, among them, the namespaces to use during code generation. You can now edit the default values directly from the "BuiltIn...
Pascal Belaud [MSFT]
OlyMars object model has been updated
Posted
Fri, Jun 11 2004
by
olymars
4
Comments
Six new properties have been added to both the Table and Column objects. Column object: IsPrimaryOnlyKey : Returns True if the column is a primary key and not also a foreign key IsForeignOnlyKey : Returns True if the column is a foreign key and not also...
Pascal Belaud [MSFT]
New features in the "TreeNode Factory" AddOn
Posted
Wed, Jun 9 2004
by
olymars
0
Comments
I have posted a new build with some enhancements and bug fixes. New features have been added to the "TreeNode Factory" AddOn (be sure to reimport the new version of this add-on into your repository). Note that you should be familiar with this AddOn before...
Pascal Belaud [MSFT]
Transaction support in the "Business Component Layer" AddOn
Posted
Tue, Jun 8 2004
by
olymars
34
Comments
I have posted a new build with some enhancements and bug fixes. A new enhancement is the transaction support that was added to the " Business Component Layer " Add-On (be sure to reimport the new version of this Add-On into your repository). Here is an...
Pascal Belaud [MSFT]
Very first post
Posted
Wed, Apr 7 2004
by
olymars
13
Comments
Welcome to my blog! My name is Pascal Belaud and I'm a Developer Evangelist working at Microsoft France. I'm also the author of a SQL Server based code generator code-named: OlyMars
Page 1 of 1 (16 items)