Blogs1 - 10 of 754 recent posts for tag:"Visual Studio 2008"
05
Jul
2009
Hudson – Continuous Integration Testing  

20 hours ago by SpittingCAML

For a while now we’ve been planning on making use of Hudson to help us maintain working builds in our source code configuration system. What Hudson does, is build your software at a predefined schedule (like a SQL Server agent job, or Windows Scheduled task) or when requested by a user, and produces ...

SpittingCAML - blog.mgallen.com · 7 references

Double quotes problem in Windows 7  

21 hours ago by Jaroslav Klíma

After installing Windows 7 and Visual Studio 2008, I discovered the following behavior in the code editor:Pressing the double-quote (") key once would have no effect.Pressing any key after that would produce both the double quote character and the next character.The problem was not caused by Visual ...

Jaroslav Klíma - jaroslavklima.com/blog

02
Jul
2009
Verificar Usuario y Contraseña ASP.NET C# y VB Script  

3 days ago by jav0223

En este post vamos a ver como podemos verificar si un usuario existe en nuestra base de datos. Requerimientos: Visual Developer 2008. SQL Express 2008. ASP.NET C#. El siguiente codigo lo pondremos dentro de un boton. Boolean aceptado = false; String datasource = @”Data Source=.\SQLExpress;Initial Ca ...

Jav0223's Blog - jav0223.wordpress.com

Smart Client Software Factory en Visual Studio 2008 SP1  

3 days ago by Eder Oscar Lazaro Rodriguez

Hola amigos, si alguna vez quisieron realizar una aplicación en Smart Client Software Factory -- April 2008 (SCSF) en su Visual Studio 2008 SP1 y le salió un error semejante a como se ve en esta imagen: Para solucionar esto debemos cambiar unas cosas...( read more)

Eder Lázaro - celulaunt.net/community/blogs/edoswit/default.aspx

Debug WCF Services : A Step Ahead Series  

4 days ago by Gaurav

Debugging a WCF Service Following are the 3-different ways to start debugging a WCF service: When you are debugging a client process that calls a service. Here debugger steps into the service also service does not have to be in the same solution as your client application. When you are debugging a c ...

MsDotNetHeaven - msdotnetheaven.com

T4 Editor plus UML-Style modeling tools for Visual Studio 2008/2010  

4 days ago by pythonyan

T4 Editor plus UML-Style modeling tools for Visual Studio 2008/2010 With tangible T4 Editor you can author your own Code Generator via Text-Templates (TT-Files) with Intelli-Sense & Syntax-Highlighting. T4 is a Microsoft Language for writing Code Generators which is similar to ASP.NET and is used by ...

Cosa importa se.... - pythonyan.wordpress.com · Rank: 158,481

Microsoft Visual Studio Learning Pack 2.0  

4 days ago by Eder Oscar Lazaro Rodriguez

Hola, una ayudadita siempre cae bien, asi que les presento este paquete de aprendizaje para los que quieres aprender a programar en .NET, y como tal es el caso de Microsoft Visual Studio Learning Pack 2.0 y el cual es un software creado por Microsoft...( read more)

Eder Lázaro - celulaunt.net/community/blogs/edoswit/default.aspx

01
Jul
2009
Disabling script debugging in VS 2008 and IE8  

4 days ago by vijay

With VS 2008 and IE 8, JavaScript debugging is automatically enabled even if script debugging is set to disabled in IE8 settings. This will help developers in debugging scripts without having to change debugging features within browser. While this is a good feature for most developers, it takes up t ...

Vijay Kodali's Blog - vijaykodali.com · 1 reference

Disabling script debugging in VS 2008 and IE8  

4 days ago by vijay

With VS 2008 and IE 8, JavaScript debugging is automatically enabled even if script debugging is set to disabled in IE8 settings. This will help developers in debugging scripts without having to change debugging features within browser. While this is a good feature for most developers, it takes up t ...

Vijay Kodali's Blog - vijaykodali.com · 1 reference

Unit testing an asmx Web Service in Visual Studio 2008  

4 days ago by Ra

Visual Studio 2008 has Unit testing support built into it, whereby you can define batches of unit tests and run them as part of your build process. However, when I tried writing a test against an asmx Web Service, I could not get it to work using the .asmx (endpoint/page) request. I used a web reque ...

Techkn0w - techkn0w.wordpress.com · 2 references

Previous1234567