Browse by Tags

Tagged Content List
  • Wiki Page: Load Testing BizTalk Server Solutions with Visual Studio 2010

    Table of Contents Introduction Creating a Visual Studio Unit Test to Submit Documents to BizTalk Server Set Visual Studio 2010 Test Project Options Create a new Visual Studio 2010 Solution with a Test Project Update the Code in the Test Project and add an Application Configuration File to the Test Project...
  • Wiki Page: Publicando sua App no Azure direto do Visual Studio 2010 (pt-BR)

    Aproveitando que já aprendemos o como criar um certificado, vamos colocá-lo em prática e utilizá-lo para efetuarmos o deploy de nossa aplicação diretamente do nosso Visual Studio 2010. Para isso vamos recapitular o que fizemos no post anterior, primeiro nós criamos o nosso certificado e em seguida...
  • Wiki Page: How to Print List of Tests (Test Methods) in Visual Studio Test Project

    Table of Contents Introduction Steps See Also Introduction Have you come across any requirement to get/ print the list of all the automated tests in your test project? Each automated test is marked with attribute TestMethod in classes with attribute TestClass in a Test Project. Microsoft...
  • Wiki Page: Importar projetos antigos para o Visual Studio 2010 (pt-BR)

    Hoje gostaria de comentar com vocês sobre a experiência que passei estes dias na empresa onde eu trabalho. Como a empresa trabalha com a tecnologia .NET desde o inicio, ou seja, “framework 1.0” e “framework 1.1”, existem alguns projetos grandes desenvolvidos que ainda não foram migrados para o novo...
  • Wiki Page: Windows Azure: Como Criar e Publicar um Projeto Usando Visual Studio (pt-BR)

    Este artigo é um tutorial passo-a-passo do processo para criar um novo projeto web com o Visual Studio e publicá-lo no Windows Azure. Após concluir o tutorial, você terá uma aplicação ASP.NET MVC rodando no ambiente de produção do Windows Azure. Table of Contents Pré-requisitos Criar um novo projeto...
  • Wiki Page: Windows Azure: Como Atualizar um Projeto por Web Deploy Usando Visual Studio (pt-BR)

    Este artigo é um tutorial passo-a-passo do processo para atualização rápida de um projeto Web no Windows Azure durante o seu desenvolvimento. Após concluir o tutorial, você terá uma instância no Windows Azure rapidamente atualizada com a última versão de seu projeto. A atualização por Web Deploy...
  • Wiki Page: Windows Azure: Como Publicar uma Atualização de Projeto Usando Visual Studio (pt-BR)

    Este artigo é um tutorial passo-a-passo do processo para publicar no Windows Azure uma atualização de um projeto já publicado. Após concluir o tutorial, você terá uma implantação no Windows Azure atualizada com a última versão de seu projeto. O método descrito neste tutorial é diferente do método...
  • Wiki Page: Microsoft Visual Studio 2010 – Load Test – Overview

    Table of Contents See Also The key goal of a load test is to imitate many users accessing a server at the same time. When a test (web test, unit test or coded UI test) is added to a load test, multiple users opening simultaneous connections to a server and making multiple HTTP requests are simulated...
  • Wiki Page: Microsoft Visual Studio 2010 – Web Performance Test – Overview

    Table of Contents See Also A Web performance test (previously "web test") consists of a chain of HTTP requests. Web testing has been supported in Visual Studio Team System ever since the 2005 release, but Visual Studio 2010 offers key improvements. Web tests work at the protocol layer...
  • Wiki Page: Microsoft Visual Studio 2010 – Coded UI Test – Overview

    Table of Contents See Also :- Coded UI tests are innovative capability of Visual Studio 2010. Coded UI tests offer a way to create entirely automated tests which work at user interface level to certify the functionality and behavior of an application. Coded UI Test Framework features of Visual...
  • Wiki Page: How to Schedule Automated Tests Without Using TFS

    Table of Contents Introduction MSTest.exe Windows Task Scheduler Scheduling an Automated Test A batch file with MSTest.exe command A Task that contains details of the batch file to execute (.job file) Steps See Also Introduction A programmed test can be executed through command line program MSTest...
  • Wiki Page: Visual Studio FAQ: Why a Coded UI Test Is Able to Find the Window/Controls Even if the Search Properties Are Different

    Table of Contents Introduction Scenario Reason Solution Note See Also Introduction This is a common question that rises in the mind of every test developer. Scenario You add a control to UIMap using Coded UI Test Builder (You are able to locate the control using Coded UI Test...
  • Wiki Page: Microsoft Visual Studio 2010 – Automated Tests – Overview (en-US)

    Table of Contents Introduction Generic Tests Unit Tests Coded UI Tests Web Performance Tests Load Tests Database Unit Tests Ordered Tests See Also Introduction Automated tests are created using Visual Studio. Visual Studio Ultimate or Visual Studio Premium can be used to create a variety...
  • Wiki Page: Windows Forms Overview

    Table of Contents Getting Started With Windows Forms Community Resources Forums Blogs Wiki Articles Other Resources Software Downloads Other Languages Deutsch (de-DE) Windows Forms is a set of classes in the .NET Framework that enables developers to quickly create Windows client applications, using...
  • Wiki Page: Visão Geral do Windows Forms

    Table of Contents Iniciando com Windows Forms Recursos da Comunidade Blogs Artigos Wiki Outros Recursos Download de Softwares Outras Linguagens Deutsch (de-DE) English (en-US) Nota de migração: este artigo foi migrado para o Portal Wiki em Português. O conteúdo será atualizado aqui . Windows...
  • Wiki Page: Visual Basic

    From its inception in 1991, the Visual Basic language has always been a phenomenal productivity tool for building applications. Almost 20 years later, it continues to provide easy access to the Microsoft .NET Framework, allowing developers to write applications that span desktops, phones, browsers...
  • Wiki Page: Top 8 Features of the .NET Framework 4.0 & Visual Studio

    The top 8 features and sub-features of the .NET Framework 4.0 and are listed below: Web Development JavaScript Intellisense is supported in the Visual Studio Editor One Click Deployment For Applications RIA Support by providing Full fledged support for Silverlight Cloud Development...
  • Wiki Page: SharePoint 2010: Visual Studio and SafeControls

    First off, SafeControls are a great feature of SharePoint, they allow for protection against malicious code being able to run on pages within your SharePoint environment. However, on the flipside they can cause some heartburn and lost hours when trying to find out why things aren’t working as expected...
  • Wiki Page: Encontrar o valor no texto

    Hoje gostaria de informar e mostrar como encontrar um valor de uma string grande, isto é, “stringona” separada com algum caracter especial. Antigamente existia o Split e ainda existe, mas para este nosso caso não é apropriado. Para quem quiser ver mais sobre o Split no C#.NET, acesse o link abaixo...
  • Wiki Page: Usando Dll Nativa e Using

    Hoje gostaria de mostrar como importar algumas funções nativas do Windows em seu aplicativo usando C#.NET e mostrar como utilizar using de maneira diferente. Muitas pessoas precisam acessar funções nativas do sistema operacional Windows, para isso é necessário fazer alguns importes acima do método...
  • Wiki Page: How to Enable WCF Message Flow

    In a distributed system containing interconnected services, it is necessary to determine causal relationships between the services. It is important to understand the various components that were part of a request flow to support critical scenarios such as health monitoring, troubleshooting, and root...
  • Wiki Page: WPF Control Templates

    Table of Contents Overview Creating the project Conclusion Overview Download the code: http://gallery.technet.microsoft.com/WPF-Control-Template-462749f0 One thing that really attracted me to WPF was the facility where I could override the default layout and behaviour of practically...
  • Wiki Page: Visual Studio 2010: How to Add a Second Project to a Solution

    Say you are creating new Windows Application Project using Visual Studio 2010, the project created successfully but I am unable to see the solution created in the solution explorer window due to this I am unable to add another project to the existing solution. Finally I...
  • Wiki Page: Usando PopupControlExtender (pt-BR)

    Olá pessoal, gostaria de falar e mostrar hoje como usar o componente do AjaxToolkit chamado PopupControlExtender. Esse componente, basicamente mostra uma data ou calendário no momento que o campo for selecionado. Dessa maneira, o usuário não precisa ficar digitando data...
  • Wiki Page: ASP.NET MVC 4.0 - Melhorias (pt-BR)

    Olá pessoal, hoje eu vou falar um pouco sobre o MVC 4.0 mostrado esses dias pelo Scott da Microsoft. Primeiramente, a versão 4.0 não é usada apenas no Visual Studio 11. Ele pode ser usado no Visual Studio 2010 sem qualquer problema. Basta baixar o plugin e instalar normalmente...
Page 1 of 2 (40 items) 12
Can't find it? Write it!