Browse by Tags

Tagged Content List
  • 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: Keep session alive in asp.net application

    Friends, many times we get requirements to increase the session timeout expiry time on the application server, so what we do basically we go in web.config file and set session time out to some time period, by default its 20 mins, but remember sometime you increase time period in web.config file and...
  • Wiki Page: SharePoint 2010: How to Customize New Item Form to Take Parameters from Query String

    In here I'm going to explain how to customize the SharePoint Item From to take parameters from Query String and set them as default values using SharePoint designer. Using this you can open a new Item From by providing parameters as query string. For an example you can customize one item Display...
  • Wiki Page: Utilizando o CheckBox no GridView (pt-BR)

    Muitas vezes, em nossos projetos, temos uma coleção de dados exibidas em um GridView , seja ela uma lista de produtos, de clientes ou até mesmo pedidos de uma compra. E necessitamos selecionar uma ou todas estas linhas pra efetuar alguma ação: deletar, alterar, somar valores e resgatar ID são exemplos...
  • Wiki Page: Mudando de TextBox com a tecla ENTER (pt-BR)

    Desde o ano passado estou tentando escrever meu primeiro artigo. Acho de extrema importância à troca de conhecimento, pois assim saímos todos ganhando: quem lê e quem ensina. E uma oportunidade surgiu pra mim, a partir de uma dúvida no fórum comunidade C# (Csharp), feita pelo Cristiano Lins , o qual...
  • Wiki Page: Forms Authentication with Multiple Login Pages

    Have you ever come across a situation where you want to have multiple login pages with Forms Authentication. Forms Authentication directly supports one login page, but there is a work around. Today we will see how to achieve this. For an example let’s say you want two login pages where one...
  • Wiki Page: Seting Keamanan ASP.NET (IIS 7.5) pada Windows 2008 R2 (id-ID)

    Tingkat keamanan pada Windows 2008 R2 berbeda dengan versi Windows sebelumnya. Oleh karena itu untuk membuat sebuah website pada Windows 2008 R2 dengan IIS perlu menseting keamanan folder maupun IIS-nya itu sendiri. Hal utama yang perlu diperhatikan adalah hak akses baca ke sistem file (file &...
  • Wiki Page: ASP.NET MVC

    Table of Contents What is ASP.NET MVC? ASP.NET MVC 4 New Features Top Links Other Languages Deutsch (en-US) Português (pt-BR) Bahasa Indonesia (id-ID) What is ASP.NET MVC? ASP.NET MVC is a part of the ASP.NET Web application framework. It is one of the two different programming models you can...
  • Wiki Page: How to export file by jQuery in ASP.NET Web Forms and ASP.NET MVC

    Table of Contents How To Requirements Specification Export Excel using jQuery in ASP.NET Web Forms Export Excel using jQuery in ASP.NET MVC References Conclusion How To In this article, I will explain how to export file by jQuery in both ASP.NET Web Forms and ASP.NET MVC. As you know, jQuery is...
  • Wiki Page: Contoh Sederhana Penggunaan SignalR (id-ID)

    Table of Contents Pendahuluan Penjelasan Berkas Kode Sumber Referensi Pendahuluan Melanjutkan tulisan saya sebelumnya Pengenalan SignalR , pada tulisan kali ini saya berikan contoh sederhana penggunaan singalR. Contoh ini diambil dari kursus Microsoft virtual academy "Building apps with...
  • 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...
  • Wiki Page: ASP.NET MVC - Renderizando Gráficos do Google Chart com Html Helpers (pt-BR)

    Gráficos by Google Chart Tools Para quem não conhece o Google possui uma API free riquíssima de gráficos chamada Google Chart Tools . O mesmo disponibiliza diversos tipos de gráficos tais como Pizza, Geográfico, Estatístico, Indicador, Linhas e muitos outros, sendo muito simples sua utilização...
  • Wiki Page: ASP.NET 2.0’DA ADROTATOR NESNESİ (tr-TR)

    Biz bu makalemizde veri kaynağı olarak dataset’i ele kullanacağız. Ben Adrotator nesnesini banner olarak değil de ürün olarak ele alıp, Sayfa her açılışında farklı bir ürün gösterip, ürün üzerine link koyacağım. Ilk olark Projemizde Kullanacagımız...
Page 1 of 5 (125 items) 12345
Can't find it? Write it!