 |
 |
|
|
| |
| |
| |
|
|
| Articles about Visual Studio |
| Download Microsoft Visual Studio 2008 and Expression Studio for free if you are student | | 2008-07-28 05:41:30 | | As part of promoting Microsoft softwares among young generations, Microsoft is giving away its famous products for free, to students. The program named DreamSpark, they says "it's all about giving students Microsoft professional-level developer and design tools at no charge so you can chase your dreams and create the next big breakthrough in technology - or just get a head start on your career", has been kicked off aiming to build trust and awareness among the young generations about the MS Products.The products lined up for DreamSpark program are, Microsoft Visual Studio 2008 Professional Edition, MS Windows Server 2003 Standard Edition, Microsoft SQL Server 2005 Developer Edition, Microsoft Expression Studio, XNA Game Studio 2.0, XNA Creators Club Online and Microsoft Visual Studio 2005 Professional Edition. Everything free of charge!!!.If you are a student who belongs to any of the accredited schools in United States, United Kingdom, Canada, China, Germany, France, Finland, Spain, S | | By: Hitechs News - Software, Technology and Internet G | | |
| | How to Debug Feature Receiver Assemblies in Visual Studio - MOSS 2007 | | 2008-06-22 11:38:08 | | If you try to activate the feature using stsadm command you will not be able to debug the feature receiver assemblies.Open the Site collection features inSite Actions ->Site Settings ->Modify All Site Settings ->Site Collection Administration -> Site Collection featuresAttach the w3wp.exe process in visual studio.Place breakpoints.Then Activate the feature in site collection features
| | By: Uday's Tech Home | | |
| | How to create an AJAX website using Visual Studio? | | 2008-06-16 23:43:57 | | Using Visual Studio Web Developer Express 2005 & versions above it, Ajax based applications may easily be created. Note that the Ajax Framework & Ajax Extensions should be installed (In case of VS 2005). If using Visual Studio 2008 Web Developer Express or above, Ajax comes along with it (so no need of a separate installation). Steps: Start Visual Studio, Click on File -> New Website -> Under Visual Studio Installed templates -> Select ASP.NET Ajax-Enabled Site. Enter a location & select OK. | | By: Dotnet Interview Questions, ASP.NET, ADO.NET, AJAX | | |
|
|
|
| Microsoft Visual Studio 2008 Express Edition, la forma más fácil de programar (suite gratuita) | | 2008-06-04 07:05:00 | | La sofisticación que han alcanzado los actuales sistemas operativos ha provocado una elevación paralela de la dificultad en el desarrollo de las aplicaciones. En consecuencia, la creación de programas para estos sistemas implica la escritura de mucho más código del que era necesario para las aplicaciones basadas en texto o, como alternativa, el uso de herramientas más potentes que oculten en parte esa complejidad, haciéndose cargo de las tareas de más bajo nivel.Visual Studio 2008 Express Edition es la denominación genérica que reciben cuatro productos independientes, según el lenguaje y tipo de aplicaciones que pueden desarrollar. Estos productos son totalmente gratuitos y conjuntamente representan una de las mejores opciones a la hora de elegir una herramienta de desarrollo por parte de estudiantes y programadores aficionados.El sitio web desde el que puedes descargar los paquetes que forman parte de Visual Studio 2008 Express es www.microsoft.com/express/download.Puedes i | | By: LuiXSpain Blog (PC & F1) | | |
| | Visual Studio 2008 incompatible con .NET Micro Framework | | 2008-05-20 13:37:00 | | ¡Cómo pasa el tiempo queridos readers (sois ya más de 30 lectores vía RSS)! Me acabo de dar cuenta que fue hace un mes cuando escribí la mejor guía de instalación de Visual Studio 2008 de la historia de la informática ;-). Desde aquella instalación no puedo decir que le esté sacando chispas a este pedazo de IDE, ya que últimamente no programo tan a machete, pero bueno, aunque sea por amor al arte siempre trasteo algo. De hecho, muchas veces son estos auto-trasteos didácticos que tanto me gustan los que me dan y generan ideas para escribir en el blog. ¡Qué le vamos a hacer! Soy auto-didacta por naturaleza ;-).El caso es que en los últimos tiempos venía trasteando yo con todo tipo de cosillas directa o indirectamente relacionadas con el mundo embedded. Aunque he estado bastante tiempo desarrollando para Windows Mobile, últimamente me ha dado por tecnologías todavía más embebidas, como por ejemplo, .NET Micro Framework, una de las tecnologías, junto con la robótica, | | By: El Txoko de Lonifasiko | | |
| |
|
|
| | Compilar en paralelo en Visual Studio | | 2008-05-15 20:24:00 | | Si bien es un detalle, leyendo el artículo Should All Developers Have Manycore CPUs? me entero que Visual Studio 2008 cuenta con la posibilidad de compilar proyectos en paralelo para aprovechar la capacidad de los equipos "multi-core" que hoy están disponibles en el mercado.Sin embargo esta posibilidad estaba incluida en su versión 2005, porque ambas se basan en MSBuild para compilar.Esta compilación tiene algunas características que deben tomarse en cuenta, como las excepciones que puedan producirse al generar un proyecto. En el caso que se produzca una excepción en una de las compilaciones paralelas, las demás no se detendrán. | | By: Bitácora del Desarrollador | | |
| | New Features of Visual Studio 2008 and .NET 3.5 | | 2008-05-15 00:39:38 | | VS 2008 Multi-Targeting Support VS 2008 enables you to build applications that target multiple versions of the .NET Framework. This means you can use VS 2008 to open, edit and build existing .NET 2.0 and ASP.NET 2.0 applications (including ASP.NET 2.0 applications using ASP.NET AJAX 1.0), and continue to deploy these application on .NET 2.0 machines.ASP.NET AJAX and JavaScript Support.NET 3.5 has ASP.NET AJAX built-in (no separate download required). In addition to including all of the features in ASP.NET AJAX 1.0, ASP.NET 3.5 also now includes richer support for UpdatePanels integrating with WebParts, ASP.NET AJAX integration with controls like and , WCF support for JSON, and many other AJAX improvements.VS 2008 and Visual Web Developer 2008 also now have great support for integrating JavaScript and AJAX into your applications.VS 2008 Web Designer and CSS SupportVS 2008 and Visual Web Developer 2008 Express includes a significantly improved HTML web designer (the same one that ships w | | By: Dotnet Interview Questions, ASP.NET, ADO.NET, AJAX | | |
| | | | | Debugging in visual studio .net | | 2008-05-03 02:00:00 | | The debugger is your friend. There is simply no more powerful tool than a debugger for learning C# and for writing quality C# programs. The debugger helps you understand what is really going on when your program is running. It is the x-ray of software development, allowing you to see inside programs and diagnose potential problems. Without a debugger you are guessing; with a debugger you are seeing. It is as simple as that. Whatever time you invest in learning to use your debugger is time well spent. The debugger is also a powerful tool for understanding code written by others. By putting someone else's code into the debugger and stepping through it, you can see exactly how the methods work and what data they manipulate. The VS.NET debugger provides a number of windows for watching and interacting with your program while it executes. Getting comfortable with the debugger can make the difference between quickly finding bugs and struggling for hours or days.To get starte | | By: dot net made easy | | |
| | Inside Methods in visual studio .net | | 2008-05-03 01:55:00 | | Often you'll want to have more than one method with the same name. The most common example of this is to have more than one constructor with the same name, which allows you to create the object with different parameters. For example, if you were creating a Time object, you might have circumstances where you want to create the Time object by passing in the date, hours, minutes, and seconds. Other times, you might want to create a Time object by passing in an existing Time object. Still other times, you might want to pass in just a date, without hours and minutes. Overloading the constructor allows you to provide these various options.It would be convenient also to allow the client to create a new Time object by passing in year, month, date, hour, minute, and second values. Some clients might prefer one or the other constructor; you can provide both and the client can decide which better fits the situation. In order to overload your constructor, you must make sure that each | | By: dot net made easy | | |
| | Guía de instalación de Visual Studio 2008 | | 2008-04-18 12:55:00 | | Soy bastante lanzado a la hora de instalar cualquier tipo de programa en mi máquina, tanto en el curro como en casa. Esta manía o actitud (o depende cómo se mire, aptitud), tiene sus riesgos, pero soy así por naturaleza, soy un early adopter que lo prueba todo; , un conejillo de indias que le hace mil y una putadas a su PC instalando continuamente versiones Beta, Alpha, CTPs y RTMs de todo tipo de herramientas y utilidades que pilla.Esta vez en cambio, me estaba sorprendiendo a mi mismo de lo mucho que estaba tardando en instalar Visual Studio 2008, el nuevo IDE o entorno de desarrollo de Microsoft lanzado allá por finales de Febrero. Sinceramente estaba muy a gusto con Visual Studio 2005 SP1, pero claro, no vaya a ser que me quede desfasado, fuera de la onda tecnológica, y por ello deje de ser "cool, hot y amazing". Así que esta semana me he puesto el buzo, he instalado Visual Studio 2008 y se me ha ocurrido la brillante (¿?) idea de compartir con tod@s vosotr@s todo el proc | | By: El Txoko de Lonifasiko | | |
| | VISUAL STUDIO DOT NET | | 2008-04-09 07:58:00 | | Microsoft developed Visual Studio .NET (VS.NET) to facilitate the creation of Windows and web applications. You will find that this Integrated Development Environment (IDE) is a very powerful tool that will greatly simplify your work. Visual Studio .NET offers many advantages to the .NET developer. The following features are discussed in this chapter: A modern interface using a tabbed document metaphor for source code and layout screens, and toolbars and informational windows that dock where you want them Code completion, which allows you to enter code with fewer errors and much less typing IntelliSense, which pops up help on every method and function call as you type Dynamic, context-sensitive help, which allows you to view topics and samples relevant to the code you are writing at the moment Immediate flagging of syntax errors (e.g., missing characters, misplaced braces, etc.), which allows you to fix problems as they are entered The ability to compile and test prog | | By: dot net made easy | | |
| | | | Professional Crystal Reports for Visual Studio .NET | | 2008-03-12 20:14:12 | | Book Title: Professional Crystal Reports for Visual Studio .NET
Author: David McAmis
Publisher: Wrox Press
Year: 2002
Table of content
Introduction
Chapter 1 - Crystal Reports.NET Overview
Chapter 2 - Getting Started with Crystal Reports.NET
Chapter 3 - Report Integration for Windows-Based Applications
Chapter 4 - Report Integration for Web-Based Applications
Chapter 5 - Creating XML Report Web Services
Chapter 6 - Working with .NET Data
Chapter [...] | | By: Personal ebook reviews | | |
| | Microsoft India Launches Windows Server 2008, SQL Server 2008 and Visual Studio 2008 | | 2008-03-04 03:49:00 | | Microsoft Corporation India Private Limited today launched three major server and tools offerings that will revolutionize the technology infrastructure in organizations. The new offerings, Windows Server 2008, SQL Server 2008 and Visual Studio 2008, help customers drive greater business continuity with improved security, enable innovation while controlling costs, and empower people to make better decisions with data.The three products enable Dynamic IT - a platform for core IT infrastructure and | | By: Brand Mantra | | |
| | | MSDN Webcast: A Lap Around Visual Studio Team System 2008 (Level 100) | | 2007-12-31 11:44:08 | | Language(s): English.Product(s): Visual Studio.Audience(s):Developer.Duration: 60 MinutesStart Date:Thursday, January 10, 2008 10:00 AM Pacific Time (US & Canada)Event OverviewIn this demo-intensive session, we expose you to many of the new features in Microsoft Visual Studio Team System 2008. Join us for an understanding of how Visual Studio Team System 2008 can help your organization with full application lifecycle management (ALM). See how to enable your team to collaborate and communicate to ensure software quality and provide visibility into the development process.Presenter: Doug Seven, Senior Product Manager, Microsoft CorporationRegister here
| | By: Uday's Tech Home | | |
| | WebCast : Advanced SharePoint Document Workflow with Visual Studio 2008 | | 2007-12-11 04:30:28 | | Microsoft Webcast : Advanced SharePoint Document Workflow with Visual Studio 2008Time : Friday, December 14, 2007 1:30 PM Eastern Time (US & Canada)Join Robert Shelton for a 90 minute demonstration (i.e., Very few if any PowerPoint slides) on building Document Workflows for SharePoint (MOSS 2007) with Visual Studio. For this demonstration, Robert will be using the soon to be released Visual Studio 2008 (showing new features for Workflow Developers), however all of the demonstrations could also be accomplished using Visual Studio 2005 with Workflow Extensions.What you will learn:• New features for SharePoint Workflow Developers in Visual Studio 2008• New SharePoint API’s for SharePoint workflow• How to debug SharePoint Workflow’s using the Visual Workflow Designer• The new single-click deployment of workflows using Visual Studio 2008• How to send emails from a SharePoint Workflow using Visual Studio (2005 & 2008)• How to (programmatically) assign users Tasks (think Outlook Tasks) and track their progress• How to enable users to re-assign/delegate tasks, and track that this was doneRegister Here
| | By: Uday's Tech Home | | |
| | | Visual Studio 2008 and .NET 3.5 Released | | 2007-11-20 12:19:27 | | Visual Studio 2008 and .NET 3.5 ReleasedToday Microsoft shipped Visual Studio 2008 and .NET 3.5. You can download the final release using one of the links below:If you are a MSDN subscriber, you can download your copy from the MSDN subscription site (note: some of the builds are just finishing being uploaded now - so check back later during the day if you don't see it yet).If you are a non-MSDN subscriber, you can download a 90-day free trial edition of Visual Studio 2008 Team Suite here. A 90-day trial edition of Visual Studio 2008 Professional (which will be a slightly smaller download) will be available next week. A 90-day free trial edition of Team Foundation Server can also be downloaded here.If you want to use the free Visual Studio 2008 Express editions (which are much smaller and totally free), you can download them here. If you want to just install the .NET Framework 3.5 runtime, you can download it here.Visual Studio 2008(Source)
| | By: Uday's Tech Home | | |
| | Métricas del código en Visual Studio 2008 | | 2007-11-13 15:02:00 | | Se trata de una nueva funcionalidad de Visual Studio 2008 -disponible en la versión Beta 2- que permite obtener métricas en base al código de un método, clase, proyecto o solución.Code Metrics provee cinco métricas; Class Coupling, Depth of Inheritance, Cyclomatic Complexity, Lines of Code, Maintainability Index.Cyclomatic Complexity, indica la cantidad de desviaciones de flujo que puede tener nuestro código(se calcula contabilizando la cantidad de if, switch, while, for, etc.)Cuanto menor sea el nivel, menos cantidad y más simples serían los test que ese código necesita.Class Coupling, indica el nivel de acoplamiento que tienen nuestras clases, es decir, la cantidad de dependencias de nuestras clases. Como todos sabemos, cuanto menor es acoplamiento más posibilidad de reusar o de modificar frente cambios.Depth of Inheritance, indica la profundidad de la herencia para nuestras clases. Este punto es algo delicado, porque en mi opinión la cantidad de herencia no es algo malo. Depende mucho del proyecto. Por ejemplo tres o cuatro niveles no sería algo negativo en el caso de un componente.Lines of Code, la preferida de los gestores para evaluar el rendimiento, y hacer proyecciones en los informes(aunque no siempre reflejan tal cosa); contabiliza las lineas de código de nuestras clases, y nuestro proyecto.Actualmente existen varios adds-in para VS que brindan esta medida en particular.Maintainability Index, esta métrica pretende ser un índice de 0 a 100 que indica la complejidad en mantener el código de un modo general, de modo que con un simple vistazo podamos detectar problemas.Se supone que utiliza varios métodos de medición, inclusive Halstead Volume para crear dicho índice. No hay mucha información al respecto de este último, pero esperemos al la versión Release.[FxCop: New for Visual Studio 2008] | | By: Bitácora del Desarrollador | | |
| | Avant Premiere Visual Studio 2008, Windows Server 2008 y SQL Server 2008 | | 2007-11-08 13:11:00 | | El próximo 29 de noviembre ser realizará un nuevo Microsoft TechNet & MSDN Briefing donde será presentado Visual Studio 2008, Windows Server 2008 y SQL Server 2008.Esta vez el evento es 100% on line y en vivo, lo que en otras palabras sería como;muchachos, hay que ahorrar, nada de andar gastando dinero pasajes aéreos, promotoras y demás chucherías.Este año lo hacemos virtual y de paso promocionamos Office Live Meeting...It's show time !!![http://www.mslatam.com/conosur/briefingonline07/] | | By: Bitácora del Desarrollador | | |
| | Microsoft Silverlight Tools Alpha Untuk Visual Studio 2008 Beta 2 | | 2007-09-07 12:34:00 | | Paket ini merupakan add-on untuk Visual Studio 2008 Beta 2 yang menyediakan tool untuk Microsoft Silverlight 1.1 Alpha Refresh. Menyediakan proyek sistem Silverlight untuk mengembangkan aplikasi Silverlight menggunakan C# atau Visual Basic.Proyek sistem ini terdiri dari:* Visual Basic and C# Project templates* Intellisense and code generators for XAML* Debugging of Silverlight applications* Web reference support* Integration with Expression BlendDownload : http://www.microsoft.com/downloads/details.aspx?familyid=b52aeb39-1f10-49a6-85fc-a0a19cac99af&displaylang=en | | By: Annis Blogs Center | | |
| | Debug Visual Studio 2005 Using a Wiimote | | 2007-06-15 05:11:55 | |
Rafael Mizrahi, the QA Lead at Mainsoft sent in this cool video of a Nintendo Wiimote that is used to debug .NET code!
I wonder if the bluetooth Wiimote interface to the computer is being handled using Carl Kenner’s Glovepie or if Rafael created his own from scratch? Either way, Great job!
| | By: Hacked Gadgets | | |
| | | Convert Visual Studio 2005 solution and project to VS 2003 format | | 2007-05-23 05:53:07 | | In some cases you would need to convert somebody's project in VS 2005 format into format of your VS 2003. There are no such convertion tools build into new or old studios. The solution is to download UnPrjConvertor application from this page. You can run this app to convert VS2005 solution into VS2003 or VS 6.0 formats. Also it converts projects .vcproj into .dsw format. But I can't to convert VC | | By: Symbian Corner | | |
|
|
| |
 |
|
| |
| |
|
 |