Category Archives: Microsoft

Microsoft Uncategorized

Microsoft .NET Framework 3.0 – Release Candidate

.Net Fx 30O Microsoft® .NET Framework 3.0 (conhecido com WinFX) inclui todos os requisitos necessários para o utilizador poder executar aplicações concebidas em .NET Framework, incluindo a Common Language Runtime, a “biblioteca� .NET Framework , e ASP.NET. Este pack de recursos mostrar-se-á imensamente importante pois muito software existente no mercado corre sobre a plataforma .NET Framework e sem este pack não poderá executar os ditos aplicativos. Este pack não é cumulativo, necessitando o utilizador de ter no seu sistema as anteriores versões 1.1 e 2.0 para correr aplicações desenvolvidas sobe essas plataformas.

Download

Microsoft® .NET Framework 3.0 Final x86
Microsoft® .NET Framework 3.0 Final x64

Site

Microsoft® .NET Framework

Microsoft

Windows Vista: Dia D

Vista Logo“The day has finally come: Windows Vista is going gold. And the public announcement that Windows Vista has been released to manufacturing is going to happen tomorrow, November 8, around 11 a.m. PST, sources close to the company are saying.�

Windows Vista Site

Windows Vista RC1 Download

Internet Explorer 7 Site

read more »

Microsoft

Producer 2003

 MS Office logoPowerPoint 2003 Add-in: Producer for PowerPoint 2003:

Use Microsoft Producer 2003 for Microsoft Office PowerPoint 2003 to capture and synchronize audio, video, slides, and images, then preview and publish a rich media presentation virtually anywhere for viewing in a Web browser.
Download Size: 46.6 MB

This download works with the following Office applications:

Microsoft Office PowerPoint 2003
Microsoft PowerPoint 2002

Info

Download

ASP.Net ASP.Net 2.0 IIS

Register ASP.net no IIS

When multiple versions of the .NET Framework are executing side-by-side on a single computer, the ASP.NET ISAPI version mapped to an ASP.NET application determines which version of the common language runtime (CLR) is used for the application. The ASP.NET IIS Registration Tool (Aspnet_regiis.exe) allows an administrator or installation program to easily update the script maps for an ASP.NET application to point to the ASP.NET ISAPI version that is associated with the tool. The tool can also be used to display the status of all installed versions of ASP. NET, register the ASP.NET version that is coupled with the tool, create client-script directories, and perform other configuration operations.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

Microsoft Link

Script para Rebuild ASP.NET no IIS

Microsoft Tips & tricks

Remover Windows Messenger

Removing Windows Messenger 4.7 (after installing MSN Messenger 5.0/6.0/6.1)

To uninstall Windows Messenger 4.x on your system do not delete the programs files directly instead go

Start > Run, now enter “RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove� into your run box without the speech marks. Although this will remove the second tray icon with will disable some features in MSN Messenger such as remote assistance (period), whiteboard, application sharing plus apps that call on Messenger (like Outlook Express, Outlook 2002) will freeze or parts that rely on Windows Messenger will no longer function.

If you enter the command into the run box the following message will be displayed

Removing Windows Messenger 5.0

Go to start > run and enter
msiexec.exe /x {ABEB838C-A1A7-4C5D-B7E1-8B4314B10138}
Windows Messenger 5 will then be automatically removed.

or

C:\Documents and Settings\All Users\Application Data\Windows Messenger
In this folder you will find a file called messenger.msi, right click on it and select uninstall. The version number of messenger can be obtained by
opening the main Windows Messenger window and going to Help > About.

link

IIS Networking

FTP Server com password

Creating a password protected Personal FTP Server using Microsoft Internet Information Services 5.x and 6.x

http://www.mvps.org/marksxp/WindowsXP/IIS/iis1.php

Microsoft Tips & tricks

Comandos para Desligar, reiniciar e terminar sessão no Windows

shutdown -s -t 00 > desligar e concluir.
shutdown -r -t 00 > reiniciar
shutdown -l -t 00 > terminar sessão

Microsoft

.NET Development

Net DevelopmentMicrosoft® .NET is a vision and set of Microsoft software technologies for connecting information, people, systems, and devices. It enables a high level of software integration through the use of XML Web services—small, discrete, building-block applications that connect to each other as well as to other, larger applications over the Internet. Microsoft Visual Studio® .NET and the Microsoft .NET Framework allow developers to develop XML Web services quickly and integrate them easily with other applications.

MSDN LINKÂ

Â

ASP.Net ASP.Net 2.0

Data points

um excelente artigo sobre Datareader e Datasets, neste link

ASP.Net

ASP.NET Data Controls Part 3: DataList

In this third part of the ASP.NET Data Controls series, I will talk about the DataList control. The DataList control is somewhat a combination of the DataGrid and Repeater controls. It works like the Repeater control, allowing you to create templates so that it can be bound to a data source. It also allows you to edit records, much like the DataGrid control.

artigo completo