Tagged Content List
  • Wiki Page: SignalR: Very Simple Example

    Table of Contents Introduction You can download the code here Source Code Files More Information Introduction You can download the code here This is a very simple example of how we can use SignalR, based on the microsoft virtual academy course "Building apps with ASP.NET...
  • Wiki Page: How to Avoid Session Hijacking in Web Applications

    Table of Contents What is Session Hijacking? Step into Session Hijacking Will encrypting the session value help prevent hijacking? Let's change the Session Cookies How to fix the problem? Let me try to explain how to avoid session hijacking in ASP.Net web applications. First of all this is not...
  • Wiki Page: Conectar no banco de dados

    Table of Contents Introdução Qual a melhor maneira de fazer uma conexão com o banco de dados? Qual é a vantagem de usar MVC falado anteriormente? Driver usando C# Introdução http://msdn.microsoft.com/pt-br/library/ee730343.aspx Hoje em dia muitos desenvolvedores não sabem como funciona...
  • Wiki Page: SharePoint 2007: Write an IIS Warm Up Script for a SharePoint Intranet Site

    What is a Warm-Up Script In a SharePoint production environment where IIS has been taken as hosting platform, AppPool recycling on daily basis is considered as a good practice. But as an after-effect of AppPool-recycle, when the first user hits the sites of the corresponding SharePoint Web application...
  • Wiki Page: E-Book Gallery for Microsoft Technologies

    Download content for ASP.NET, Office, SQL Server, Windows Azure, SharePoint Server and other Microsoft technologies in e-book formats. Reference, guide, and step-by-step information are all available. All the e-books are free. New books will be posted as they become available. To view...
  • Wiki Page: Serving Files Insecurely in ASP.NET

    The scenario Let’s say that you have system where customers can logon to download their invoices. We’re using ASP.NET MVC and the action that retrieves our list of invoices is quite simple, it looks like this: public ActionResult MyInvoices() { // Get the file names from the persistent...
  • Wiki Page: Utilizando IEnumerable

    Olá pessoal, hoje eu vou falar e mostrar um pouco sobre como pegar os valores de um IEnumerable em forma de propriedade. Além de mostrar as várias maneiras de utilizar o retorno desse tipo. O grande problema hoje é a forma de pegar os dados, a melhor maneira de pegar os dados é utilizando propriedades...
  • Wiki Page: Exam 70-564 - Pro: Designing and Developing ASP.NET Applications Using the Microsoft .NET Framework 3.5

    Table of Contents Overview Skills Measured Preparation Materials Community Related Forum Posts Overview Language(s): English Audience(s): Developers Technology: Microsoft Visual Studio 2008 Type: Proctored Exam Audience Profile Questions...
  • Wiki Page: Exam 70-562 - TS: Microsoft .NET Framework 3.5, ASP.NET Application Development

    Table of Contents Overview Skills Measured Preparation Materials Community Related Forum Posts Related Blogs Overview Language(s): English, French, German, Japanese, Spanish, Chinese (Simplified) Audience(s): Developers Technology: Microsoft Visual Studio...
  • Wiki Page: ASP.NET MVC - Início, Meio e Fim - Parte 1 (pt-BR)

    Há alguns anos a web era um ambiente lúdico. O que quero dizer com esta afimação é que o interesse dos usuários ao abrir um website para navegar era: "entreter". Era muito comum ouvir afirmações do tipo: "Internet? Isso é coisa de desocupado que não tem o que fazer!". Evidentemente...
  • Wiki Page: Buscando lista de grupo do AD de acordo com nome da Rede

    Olá leitor(a), hoje eu vou falar um pouco sobre como desenvolver no seu aplicativo Web a busca todos os grupos da rede para um determinado usuário. Esse código funciona também no Windows Forms. Vou tentar explicar o meu exemplo antes de mostrar o código, não irei me alongar muito no artigo. O meu...
  • Wiki Page: Change CSS file in asp.net web application based on resolution of client machine

    To make your asp.net page render smartly based on the resolution of the client desktop you might want to change CSS file with different style defined in it for different resolutions. Below is the sample java script code you can use for the same. You can download the entire code sample from this...
  • 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...
Page 2 of 12 (300 items) 12345»