
A imagem em cima é apenas uma parte do poster. Arquitectura, snapshots, “live migration” e mais no poster completo.
Ok, a nova versão foi lançada em Março, mas partilho um site interessante, disponibilizado pela própria Autodesk, onde mostra todas as novidades em pequenos videos.

Autocad 2011 Overview
via teknomatica
NLog is a free logging platform for .NET with rich log routing and management capabilities. It makes it easy to produce and manage high-quality logs for your application regardless of its size or complexity.
NLog can process diagnostic messages emitted from any .NET language (such as C# or Visual Basic), augment them with contextual information (such as date/time, severity, thread, process, environment enviroment), format them according to your preference and send them to one or more targets such as file or database.
NLog-Project
Documentação
Wiki
Download
Para todos que não puderam assistir em directo à Keynote do 1º dia da edição deste ano do Google I/O, têm disponivel online no canal oficial do Youtube.

Google I/O 2010 – Keynote Day 1 (completo) (separado)
O titulo do post diz exactamente do que se trata, mas o que leva a indica-lo é por ter uma “community edition” totalmente gratuita.

Netsparker® Community Edition shares many features with Netsparker® Professional and just like Netsparker Professional, Community Edition is also False Positive Free. It can detect SQL Injection and Cross-site Scripting issues better than many other scanners (if not all), and it's completely FREE.
Download
1ª Sessão - Visual Studio 2010 Tips & Tricks (20 de Maio de 2010)
In this demo heavy tour, you will learn about out-of-the-box productivity features in Visual Studio 2010. Whether you're trying to come up to speed with an unfamiliar code base, navigate your way through a large solution, write in new pieces of business logic, or test your application, these tips and tricks will help you get your job done better and faster. Most demos will be in C# but we’ll also introduce some F# capability. If you are a developer using Visual Studio, this is the session to sit back, watch and enjoy!
2ª Sessão - Visual Studio 2010 Architectural Tools (27 de Maio de 2010)
This is an overview of the new Architecture capabilities available in Visual Studio 2010. This new version of Visual Studio completely changes the architecture capabilities. In addition to UML 2.0 compliant models, this session will demonstrate visualizing existing assets with architecture tools. Tracing between other work items such as requirements and models will be shown as well as enforcement of layered architectures as part of the build process.
3ª Sessão - Improving Development Practices with Visual Studio 2010 (3 de Junho de 2010)
This is an overview of the new development in Visual Studio 2010. New capabilities of historical debugging, code analysis, profiling and the new test impact analysis will be demonstrated. Working with Team Foundation Server (TFS) 2010, gated-checkin will be discussed as well as the tester/developer collaboration experience. The new architect tools will be demonstrated to facilitate a better understanding of how modeling is a part of the development experience.
4ª Sessão - Streamlining Testing with Visual Studio 2010 ALM Tools (10 de Junho de 2010)
This Visual Studio 2010 overview features Visual Studio Test Professional 2010 testing tools including using the new Microsoft Test and Lab Manager to manage and automate your UI testing. The use of Test Lab will be discussed as a means of automating the creation of virtual environments for testing purposes. Deploying to VM environments during build will be demonstrated and facilitate a robust developer/tester lifecycle. For a taste of real-world use, the test plans and test process used to perform multi-platform testing of Notion Tools for Team System will be shown.
Atenção que para cada sessão é necessário um registo.

1. What is Microsoft Broadcaster?
Microsoft Broadcaster is an invitation-only program, where qualified bloggers are invited to join and get access to select content from Microsoft to use in their blogs, sites and newsletters as long as they comply with the Terms of Use. Access to relevant, current content enables a richer experience on the blogs or websites and potentially higher repeat traffic due to higher quality content across various form factors like webcasts, podcasts, videos, white papers.
more…
Web 3.0 from Kate Ray on Vimeo.
Web 3.0 é o tema de uma curta-metragem feita por Kate Ray, uma jornalista/psicologa da NYU, onde mostra uma visão sobre a web semântica.
O video conta com entrevistas a Dixon, Tim Berners-Lee, Clay Shirky, entre outros.
Como já tem sido hábito, a Redgate disponibiliza mais um ebook, da autoria de Alex Kuznetsov.

The goal of Defensive Programming is to produce resilient code that respondes gracefully to the unexpected.
To the SQL Server programmer, this means T-SQL code that behaves consistently and predictably in cases of unexpected usage, doesn't break under concurrent loads, and survives predictable changes to database schemas and settings.
Inside this book, you will find dozens of practical, defensive programming techniques that will improve the quality of your T-SQL code and increase its resilience and robustness.
Para fazer o download do ebook clique aqui.

Mais uma edição do “Empreenda Minho” está a chegar e realiza-se dia 2 de Junho no Campus de Azurém da Universidade do Minho, em Guimarães.
Este ano contará com temas como:
- Empreendedorismo Tecnológico.
- Empreendedorismo nos Serviços.
- Programas e Serviços de Apoio a Empreendedores.
- Financiamento de Negócios Inovadores.
A entrada será gratuita mas terá que ser feita uma pré-inscrição até dia 29 de Maio.
Podem ver todas as informações relativas ao evento na Tecminho.

A Redgate disponibiliza gratuitamente um produto designado por SQL Search. Este integra-se no SQL Server Management Studio e tem as seguintes funcionalidades:
- Find fragments of SQL text within stored procedures, functions, views and more
- Quickly navigate to objects wherever they happen to be on your servers
- Find all references to an object
- Integrates with SSMS

Download
In the complete guide to .NET Performance Testing and Optimization, Paul Glavich and Chris Farrell offer a comprehensive handbook to anybody looking to set up a .NET testing environment and get the best results out of it. The authors will also walk you through both memory and performance profiling and suggest steps you can take to get fast performance gains. Download your free copy now.
- Chapter 01: Introduction - The What and the Why
- Chapter 02: Understanding Performance Targets
- Chapter 03: Performance and Load Test Metrics
- Chapter 04: Implementing your Test Rig
- Chapter 05: Creating Performance Tests
- Chapter 06: Next Steps - Profiling
- Chapter 07: Performance Profiling
- Chapter 08: Memory Profiling
- Chapter 09: The Performance Testing Process
- Chapter 10: Common Areas for Performance Improvement
- Chapter 11: Load Balancing
- Chapter 12: Internet Information Server (IIS)
- Chapter 13: HTTP Optimization
Fonte: Simple-Talk
Download
Hoje andei a dar uma olhadela à API do serviço bit.ly. Para utilizarmos basta mesmo criar uma conta, e com a key que gera para utilizarmos a API rapidamente fazemos qualquer brincadeira.
Segue um exemplo rápido de como gerar um link curto a partir da URL inserida.
string username = "username";
string api = "your_api_key";
using (WebClient w = new WebClient())
{
string LongUrl = "http://oito.geracaohd.com";
string bitLyUrl =string.Format("http://api.bit.ly/v3/shorten?login={0}&apiKey={1}&uri={2}&format=txt",username,api,LongUrl);
string ShortUrl = w.DownloadString(bitLyUrl);
Console.Write(ShortUrl);
Console.Read();
}
E temos algo como isto:

bitLy_get_shorturl_csharp.zip
Já está disponivel para compra, o ultimo livro do Luis Abreu e João Paulo Carreiro.
Os temas abordados são os seguintes:
- Arquitectura de aplicações ASP.NET, Formulários Web e Controlos ASP.NET;
- Controlos data source e Controlos data bound;
- Serviços, segurança e perfis de utilizadores;
- Manutenção de estado;
- Validação de dados e scripts no lado cliente;
- Configuração de aplicações e tratamento de erros;
- User controls, master pages, themes e skins;
- Localização de aplicações;
- Handlers e módulos;
- ASP.NET AJAX no lado servidor;
- A nova livraria ASP.NET AJAX no lado cliente;
- Projectos e Aplicações, Construção de portais e Ciclo de vida de uma página.
Este livro pode ser encontrado na FCA, Wook, etc.
Há pouco tempo atrás, instalei o Xmarks para me sincronizar os favoritos entre os browsers e PCs que utilizo. A solução funciona bastante bem, e faz realmente o que quero que ela faça.
Hoje fiz a actualização do plugin, e vi que adicionaram uma funcionalidade engraçada, que é permitir abrir os sites num PC que estavamos a consultar noutro.
Imaginem que estão em casa, e estão a ver alguns sites, e decidem ir tomar um café, para aquela esplanada que até tem acesso à net gratuita, e querem levar o portatil para continuar a fazer o que estavam.
Ora, a solução normal é ir para o café, ligar o portatil e tornar a abrir tudo que tinham aberto em casa certo?
É aqui que entra o xMarks, com esta nova funcionalidade, a Tab Sync.

Rapidamente, podemos ter acesso aos sites que estavamos a ver, e abri-los com um clique. Podem ver uma descrição completa no blog do xMarks (e aqui também) e também como activar esta funcionalidade.
Mais Entradas
Página seguinte »