
Programação
Boleto Bancario
Precisando gerar boletos bancários usando a plataforma .NET ? Não quer gastar um centavo com isso ? Então uma boa indicação é a biblioteca Boleto.Net oferecida no CodePlex : http://www.codeplex.com/boletonetComo criar um projeto - Google App Engine - Google Code
Enviando E-mail com ASP.NET em C# - ASP.NET (Aplicações Completas)
Apresento a vocês o script pronto e funcional para se criar em C# ASP.NET uma página de contatos que pode ser inclusa em qualquer site para envio de e-mail.IIS 7.5 error: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list « WishMesh
Usando a ferramenta ASPNET_REGIIS.EXE - José Carlos Macoratti - ASP.NET
Carlos dos Santos » Blog Archive » Publicando uma aplicação web no IIS 7
Olá pessoal, neste artigo vou mostrar como é simples publicar uma aplicação web no IIS 7 (Internet Information Server), que está presente no Windows Vista, Windows 7 e Windows Server 2008 e 2008 R2.Demonstra Passo a passo: Configurando aplicativos ASP.NET no IIS 7.0
Para criar um novo site Para criar um módulo HTTP personalizado using System; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; public class CustomModule : IHttpModule { public CustomModule() { // Constructor } public void Init(HttpApplication app) { app.BeginRequest += new EventHandler(BeginRequest); } public void BeginRequest( object source, EventArgs e) { HttpApplication app = (HttpApplication)source; HttpContext cont = app.Context; string notification = cont.CurrentNotification.ToString(); string postNotification = cont.IsPostNotification.ToString(); cont.Response.Headers.Set( "CustomHeader2" , "ASPX, Event = " + notification + ", PostNotification = " + postNotification + ", DateTime = " + DateTime.Now.ToString()); } public void Dispose() { } }Aug 24 2009 This has been requested in the forums, for most examples in the Linq world are of console applications. One can use Linq to dynamically load winform (or asp.net) controls very easily with the dynamic entities which are created on the fly thanks to Linq.
C# Linq How To Load a Winform Control Using Dynamic Linq entitites (Or any other Control) « OmegaMan's Musings
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
How to: Create a Workflow Console Application
WPF - Usando a vinculação de dados, conceitos e prática

