Author Archives: admin

Clear DNS Cache

Click Start > Run.
Enter ipconfig /flushdns in the Open: textbox.

Backup do Exchange 2000/2003 server

One of the most important tasks for an Exchange administrator is the regular, day-by-day, backing up of all the Exchange databases. This can be easily accomplished by use of the built-in NTBACKUP.EXE software found on your Exchange 2000/2003 server.

Some administrators might choose to your 3rd-Party backup tools, such as:

However, as stated above, you do NOT need to buy expensive 3rd-Party tools just to backup your Exchange server.

Generally, you can backup Exchange 2000/2003 in 2 ways: Online backup and Offline backup.

Source: http://www.petri.co.il/backup_exchange_2000_2003_with_ntbackup.htm

read more »

Outlook Web Access

Utilize o Microsoft Outlook Web Access para obter e trabalhar com dados arquivados num computador com o Microsoft Exchange Server, utilizando um browser da Internet num computador com base no UNIX, no Macintosh ou no Microsoft Windows. Este fornece acesso público através da Web, a pastas públicas do Microsoft Exchange Server e ao livro de endereços. Pode iniciar a sessão na sua conta pessoal para ler correio electrónico privado, enviar mensagens, criar contactos e agendar compromissos.

Com o Outlook Web Access para o Microsoft Exchange Server, pode partilhar informações com outros utilizadores da Internet em qualquer lugar e a qualquer hora. Utilizando as funções do Outlook Web Access, pode processar e organizar informações, assim como optimizar tarefas de comunicação relacionadas com o seu trabalho diário.
read more »

XAML – eXtensible Application Markup Language

XAML (pronuncia-se “zamel”), (sigla de eXtensible Application Markup Language) é a principal linguagem de interface da Microsoft para o Windows Vista usada para criar interfaces de usuário de forma simples e rápida. Tende a ser um competidor direto do propalado OpenLaszlo do mundo Java.

XAML é uma linguagem declarativa baseada no XML.

Numa típica forma de uso, os ficheiros XML serão produzidos por uma ferramenta de desenho visual, tal como o Visual Studio .NET. O XML resultante será geralmente compilado, apesar de também ser possível a interpretação em tempo de execução.

read more »

Microsoft Silverlight

Microsoft® Silverlightâ�¢Microsoft® Silverlight™ is a cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. Silverlight offers a flexible programming model that supports AJAX, VB, C#, Python, and Ruby, and integrates with existing Web applications. Silverlight supports fast, cost-effective delivery of high-quality video to all major browsers running on the Mac OS or Windows.

Links:

http://silverlight.net/

http://www.microsoft.com/silverlight/default01.aspx

Exchange transaction logs

The Exchange transaction logs are 5 MB files that are used to ensure database integrity. When handling the storage of transaction log files, it is best to have separate mirrored disks that are dedicated for the storage of these files. The main advantage of this is that in the event of a disk failure the other mirrored disk will contain current logs that are necessary for the operation of the Exchange database.

The transaction log files tend to grow rapidly, especially if circular logging is disabled. This uses up a lot of disk storage space. Disabling circular logging, however, has its advantages, especially in the event that any of the Exchange database becomes corrupted. To reduce buildup of these logs, perform daily backups of the Exchange database.

If the Exchange server contains one disk that handles both the transaction logs and the Exchange database, and this disk becomes full DO NOT DELETE THE TRANSACTION LOGS. Perform a full database backup that will then flush out the old log files.

source: Adesh Rampat

Upload de Ficheiros com ASP.Net

Excelente artigo sobre uploading de Ficheiros com ASP.Net

ASP.NET 2.0 FileUpload

http://www.codeguru.com/csharp/sample_chapter/article.php/c12593__3/

Por: Bill Evjen September 12, 2006

Validar NISS (VB.Net)

Função para validar NISS, com base nos critérios deste documento (NISS.pdf)

ValidarNISS_VBNet.txt

read more »

Funções Matemáticas e de Texto em VB.Net

Funções VB

read more »