TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
ASP.NET MVC
Tagged Content List
Wiki Page:
ASP.NET MVC
Maheshkumar S Tiwari
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...
on
13 Sep 2013
Wiki Page:
Understanding ASP.NET MVC Project Folders
Naomi N
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...
on
25 Aug 2013
Wiki Page:
Nancy - a Lightweight .Net Framework
Naomi N
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...
on
25 Aug 2013
Wiki Page:
Serving Files Insecurely in ASP.NET
Naomi N
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...
on
12 Aug 2013
Wiki Page:
ASP.NET MVC - Início, Meio e Fim - Parte 1 (pt-BR)
Carsten Siemens
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...
on
26 Jul 2013
Wiki Page:
ASP.NET MVC - Renderizando Gráficos do Google Chart com Html Helpers (pt-BR)
Alexandre F. Malavasi Cardoso
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...
on
16 Jul 2013
Wiki Page:
ASP.NET MVC: How to Start Unit Testing
Carsten Siemens
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...
on
28 Jun 2013
Wiki Page:
ASP.NET MVC (id-ID)
Carsten Siemens
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...
on
28 Jun 2013
Wiki Page:
ASP.NET MVC Learning Roadmap
Ed Price - MSFT
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 . ...
on
27 Jun 2013
Wiki Page:
Asp.Net MVC Encapsulation (tr-TR)
Veysel Ugur KIZMAZ
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...
on
4 Jun 2013
Wiki Page:
Asp.Net MVC Unit Test Kullanımı (tr-TR)
Veysel Ugur KIZMAZ
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...
on
4 Jun 2013
Wiki Page:
Benefits of Asp.Net MVC Development
Richard Mueller
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...
on
7 Feb 2013
Wiki Page:
ASP.NET MVC – Autenticação básica (pt-BR)
Paulo M Dalbosco
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...
on
6 Feb 2013
Wiki Page:
ASP.NET MVC - Validando os parâmetros na requisição de uma URL (pt-BR)
Priscila Mayumi Sato
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...
on
24 Jan 2013
Wiki Page:
ASP.NET MVC – Criando uma aplicação MVC compatível com o Windows Azure (pt-BR)
Guilherme MA
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...
on
24 Jan 2013
Wiki Page:
ASP.NET MVC - Trabalhando com vários Submits na mesma View (pt-BR)
Rafael Zaccanini
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...
on
15 Jul 2012
Wiki Page:
ASP.NET MVC – Criando uma aplicação multi-idiomas (pt-BR)
Rafael Zaccanini
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...
on
15 Jul 2012
Wiki Page:
ASP.NET MVC – Globalizando aplicações (pt-BR)
Fernando Lugão Veltem
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...
on
21 May 2012
Wiki Page:
ASP.NET MVC (de-DE)
Horizon_Net
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...
on
17 Mar 2012
Wiki Page:
ASP.NET MVC: Einführung Unit Testing (de-DE)
Horizon_Net
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...
on
17 Mar 2012
Wiki Page:
ASP.NET MVC Lernkarte (de-DE)
Horizon_Net
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...
on
17 Mar 2012
Wiki Page:
ActionMailer.Net: Email Templates de forma simples e rápida (pt-BR)
Yan Justino (MCP, MCST, MSP)
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...
on
6 Mar 2012
Wiki Page:
ASP.NET MVC – Utilizando áreas para organizar a aplicação (pt-BR)
Rafael Zaccanini
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. ...
on
19 Jan 2012
Wiki Page:
Instalando e configurando ASP.NET MVC no IIS 6.0 (pt-BR)
Erick Albuquerque
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...
on
19 Oct 2011
Wiki Page:
ASP.NET MVC - Início, Meio e Fim - Parte 2 (pt-BR)
Esref DURNA
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...
on
22 Jul 2011
Page 1 of 1 (25 items)
Can't find it? Write it!
Post an Article