Archives
-
Schema comparison and deployment scripts
Here is our third part of this serie. Database -> Project We will first study the case when we modify the database schema. Retake our previous project used during the second article and, using Sql Server Management Studio, we will update our database. First, add a new column in MaTableB :
Tags: Database, Database project -
Creating a database project from an existing database
Here is my second article about the database project. This time, we’ll talk about the case when the project is already started and where database scripts are managed manually. Imagine, you arrive on a project and somebody explain you how to use the script file. you have to be careful on where you paste your [...]
Tags: Database project -
Creating a database project with Visual Studio
First, Why should you use this kind of project ? Simple ! This kind of project generate automatically scripts to deploy your database. You just have to create a file for each element you want to create (table, stored procedures, triggers …) and Visual Studio would generate a script file that will execute every query [...]
Tags: Database project -
Manage database projects with Visual Studio
Talking with other developers, I was astonished to see that they know so less about Visual Studio Database Project. This kind of project is in Visual Studio since 2005′s version and could be a great help to manage database scripts. So I decide to do a little technical brief and I propose to share with [...]
Tags: Database project -
Comparaison de schémas et création de scripts de déploiement
Bien ! Voici le troisième volet de cette saga. Database -> Project Nous allons tout d’abord aborder le cas où nous faisons des modifications dans la base de données. Reprenons notre projet là où nous l’avions laissé dans la seconde partie. Faisons des modifications dans la base à l’aide de Management Studio puis nous ferons [...]
Tags: Database, Visual Studio -
Creation d’un projet de type “Base de données” depuis une base existante
Voilà le second article de la série. Cette fois-ci, nous allons traiter le cas où le projet a déjà commencé. Imaginons que vous arrivez sur un projet qui a déjà commencé et sur lequel les scripts de base sont gérés à la main. Maintenant que vous connaissez le projet de type “Base de données”, vous [...]
Tags: Database, Visual Studio -
Creation d’un projet de type “Base de données” avec Visual Studio
Pour commencer, à quoi sert ce type de projet ? Eh bien, c’est assez simple. Ce type de projet permet de gérer les scripts de bases de données, comme un projet de code pour du code, tout simplement. Sauf qu’au lieu de gérer des scripts d’update, qu’il faut ordonner pour les passer dans le bon [...]
Tags: Database -
Reflector and the last free version
After my previous post Reflector free : The end, I received some informations from dotnetreflector in twitter. It seems that we could ignore the error message. V6 will remain free for existing users. We just have to update. V6.8 will be downloaded. This is a Free version and will never expires. You just have to [...]
May 23rd, 2011 | Filed under Tools -
Reflector free : The End
I just discover this very bad news. I knew that Reflector is now a paid-for product but I have imagined that we have to pay if we want a new version. It’s not. If you refuse to update your old reflector version, the exe would be removed. If you have the last free version, like [...]
May 20th, 2011 | Filed under Tools -
Telerik : Error Rendering Control in Design Mode
If you encounter this king of error when trying to use Telerik controls, here is a solution from Telerik : Error rendering control.
May 20th, 2011 | Filed under ToolsTags: Telerik