Browse by Tags

Tagged Content List
  • 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: Understanding ASP.NET MVC Project Folders

    Here we will list different MVC folders available when a project got created. Before proceeding we must look into the various folders available in the solution project. Check the image given below. Nearly five folders were created by default when we created the MVC project. App_Data...
  • Wiki Page: Nancy - a Lightweight .Net Framework

    Who is Nancy? Nancy is a .NET platform (built with the .NET framework client profile) open source project developed by Andreas Hakansson (aka @TheCodeJunkie ), and Steven Robbins; this open source is inspired from the Ruby framework called Sinatra (it's a MVC framework, just extremely simple...
  • 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: 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: 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 MVC: How to Start Unit Testing

    Table of Contents Why Unit Testing? How to start Unit Testing? See Also Other Languages Deutsch (de-DE) Why Unit Testing? Why should you write Unit Tests? Here are some points which are mostly mentioned if somebody argues against Unit Tests It is time-consuming It interrupts your...
  • Wiki Page: ASP.NET MVC (id-ID)

    Table of Contents Apa itu ASP.NET MVC? ASP.NET MVC 4 Fitur-fitur Baru Tautan-tautan yang Bagus ASP.NET MVC 2 Bahasa-bahasa Lain Bahasa Inggris (en-US) Bahasa Jerman (de-DE) Apa itu MVC? ASP.NET MVC is adalah bagian dari kerangka...
  • Wiki Page: ASP.NET MVC Learning Roadmap

    For everybody who wants to learn ASP.NET MVC from the ground up, Young Yang posted a very useful learning roadmap in the ASP.NET forum . I shared this roadmap on this Wiki, so that everybody can profit from it. A special thanks for this great roadmap and his hard work goes to Young Yang . ...
  • Wiki Page: Asp.Net MVC Encapsulation (tr-TR)

    Asp.Net MVC Razor View Engine’inde Encapsulation nedir, nasıl yapılır inceleyelim. Asp.Net MVC Razor’da Encapsulation’ın amacı, bir kere yazılan bir kod bloğunun tekrar yazılmadan kullanılmasını sağlamaktır. Programlama dilindeki fonksiyon mantığı gibi düşünebilirsiniz. Birçok yerde kullanacağımız...
  • Wiki Page: Asp.Net MVC Unit Test Kullanımı (tr-TR)

    Bu yazımızda Asp.Net MVC’de Unit Test’lerin nasıl kullanıldığını inceleyelim. Unit testlerle ilgili ön bilgi için bu linkteki makalemizi inceleyebilirsiniz. Bu konuyu bir örnek ile inceleyelim. Yeni bir Asp.Net MVC projesi oluşturalım ve yeni bir Controller ekleyelim. MakaleController...
  • Wiki Page: Benefits of Asp.Net MVC Development

    Dear Friends, When we assist developers with new applications using the .NET framework, there is always a question of what is the best architecture for development? In most cases, we recommend the model-view-controller software architecture. The MVC architecture isolates the domain logic from the...
  • Wiki Page: ASP.NET MVC – Autenticação básica (pt-BR)

    O ASP.NET MVC nos permite restringir o acesso aos nossos Controllers/Views de modo que, apenas os usuários que forem autenticados no sistema possam acessar tais recursos. Vamos imaginar o projeto com a seguinte estrutura: Na imagem acima podemos observar uma estrutura básica de...
  • Wiki Page: ASP.NET MVC - Validando os parâmetros na requisição de uma URL (pt-BR)

    Sabemos que em toda requisição para uma Action os parâmetros sempre são enviados juntos através da URL. Não seria ótimo poder validar estes parâmetros para não permitir que informações inválidas ou fora de padrão cheguem as nossas Actions? Considerando a seguinte URL em MVC http://localhost:9040...
  • Wiki Page: ASP.NET MVC – Criando uma aplicação MVC compatível com o Windows Azure (pt-BR)

    Como na web já existe uma grande diversidade de materiais, artigos e exemplos da utilização, adequação e introdução ao Windows Azure, decidi criar este artigo, que tem como objetivo demonstrar como podemos de uma forma muito simples, criar uma aplicação ASP.NET MVC compatível com a hospedagem no Windows...
  • Wiki Page: ASP.NET MVC - Trabalhando com vários Submits na mesma View (pt-BR)

    Vou demonstrar de uma forma bem simples como podemos trabalhar com mais de um botão do tipo Submit na mesma View, ressaltando que as requisições serão feitas para apenas uma Action. Basicamente você precisa apenas definir os botões que a página possuir...
  • Wiki Page: ASP.NET MVC – Criando uma aplicação multi-idiomas (pt-BR)

    Quando “publicamos” uma aplicação ou mais especificamente um site na web, automaticamente o tornamos visíveis ao Mundo e o Mundo pode torna-se instantaneamente usuários de nosso site. Por este motivo, diversas vezes necessitamos fornecer suporte a diversas línguas...
  • Wiki Page: ASP.NET MVC – Globalizando aplicações (pt-BR)

    Table of Contents Introdução Tudo começa no Web.Config Globalizando decimais Utilizando Resources com DataAnnotations Conclusão Downloads Referências Introdução O ASP.NET MVC, assim como boa parte dos produtos da Microsoft, foi criado em Inglês...
  • Wiki Page: ASP.NET MVC (de-DE)

    Was ist ASP.NET MVC? ASP.NET MVC ist Teil des ASP.NET Webapplikations Frameworks. Es ist eines von zwei verschiedenen Programmiermodellen im ASP.NET Webapplikationen zu erstellen (das andere ist ASP.NET Web Forms). Eine MVC-Applikation wird designed und erstellt durch die folgenden...
  • Wiki Page: ASP.NET MVC: Einführung Unit Testing (de-DE)

    Beachte : Ein paar der Links sind leider nur auf Englisch verfügbar. Table of Contents Warum Unit Testing? Wie beginnt man Unit Testing? Siehe auch Andere Sprachen English (en-US) Warum Unit Testing? Warum sollte man Unit Tests schreiben? Hier sind ein paar oft genannte Gründe dagegeben...
  • Wiki Page: ASP.NET MVC Lernkarte (de-DE)

    Beachte : Ein paar Links sind leider nur auf Englisch verfügbar. Für jeden, der ASP.NET MVC von Anfang an lernen möchte hat Young Yang im ASP.NET Forum einen sehr hilfreichen Post geleistet. Ein besonderer Dank für diese großartige Roadmap und seine harte Arbeit geht...
  • Wiki Page: ActionMailer.Net: Email Templates de forma simples e rápida (pt-BR)

    Quem já teve alguma experiência com frameworks sabe que eles trazem algumas soluções bastante interessante e que auxiliam o desenvolvedor acelerando algumas rotinas repetitivas e muitas vezes enfadonhas. Uma dessas funcionalidades é o envio de email. Uma biblioteca bem...
  • Wiki Page: ASP.NET MVC – Utilizando áreas para organizar a aplicação (pt-BR)

    Introdução No artigo anterior ( ASP.NET MVC 3 – Desenvolver ficou fácil ) eu comentei sobre o uso de áreas para melhor organizar a aplicação Web (Não a solução), porém não apliquei na prática o conceito. ...
  • Wiki Page: Instalando e configurando ASP.NET MVC no IIS 6.0 (pt-BR)

    Introdução Quando você executa o ASP.NET MVC , irá estabelecer um mapeamento ISAPI no IIS 6.0 utilizando a dll “ aspnet_isapi.dll ” para mapear a extensão .mvc . Isto é necessário para que o IIS possa entregar os pedidos usando a extensão...
  • Wiki Page: ASP.NET MVC - Início, Meio e Fim - Parte 2 (pt-BR)

    No primeiro artigo da série " ASP.NET MVC - Início, Meio e Fim", nossa preocupação principal foi responder a uma pergunta intrigante: "O que é ASP.NET MVC?". Nele, apresentamos as linhas gerais que delineiam a tecnologia, bem como alguns aspectos...
Page 1 of 1 (25 items)
Can't find it? Write it!