Juliano 的个人资料Juliano [Knowledge is ev...照片日志列表更多 工具 帮助

日志


9月19日

EXAME BETA - 70-433: Microsoft SQL Server 2008, Database Development

Retirado do blog do MVP Herleson. Show de bola cara!!

Eu já estou reservando meu horário :D

Quote

EXAME BETA - 70-433: Microsoft SQL Server 2008, Database Development

Olá a todos,

E mais uma prova da carreira de certificação do SQL Server 2008 está disponível aos Profissionais de TI a partir desta sexta-feira.

A Microsoft acaba de anunciar para o público o lançamento do exame beta para desenvolvedores de dados no SQL Server 2008: 70-433 (TS: Microsoft SQL Server 2008, Database Development). Este exame é da certificação MCTS (Technology Specialist), e poderá ser realizados pelo profissional gratuitamente.

Vale lembrar que em um exame beta, caso você seja aprovado, você receberá a certificação oficial quando a versão final da prova for lançada, automaticamente. Em compensação o resultado das provas betas, diferente das provas finais, só sai depois de três a quatro meses.

O exame 70-433 é o TS: Microsoft SQL Server 2008, Database Development. Voltado para os Desenvolvedores de Dados, esta prova testa os conhecimentos em desenvolvimento e implantação de soluções de dados através da linguagem T-SQL.

O período de betas destes exames inicia-se nesta sexta-feira (Dia 19), e vai até o dia 10 de outubro.

Para você realizar esta prova, acesse o site da Prometric (www.2test.com) e agende o exame desejado. Como este exames é beta, o código dele estará no formato 71-XXX. Na ultima etapa (Pagamento – Payment), informe o código promocional (Promocode): F589G.

Ao aplicar este código, você verá que o sistema da Prometric zera o valor da prova. Depois disso, é só confirmar o agendamento e se preparar para o exame.

Você pode obter maiores informações sobre o conteúdo abordado nestes exames no link: http://www.microsoft.com/learning/exams/70-433.mspx.

Eu já agendei a minha prova. E você? Não perca tempo e prepare-se para mais este desafio. As vagas são limitadas!

Abraço a todos,

Herleson Pontes
MVP |
MCT | MCITP | MCTS | MCP | MOS

Culminis Speaker Member - Brazil
Articulista da SQL Magazine, WebMobile e .net Magazine
Blog Técnico: http://www.herlesonpontes.com.br/
Líder do Grupo Office.CE: http://www.officeceara.com.br/

2月15日

Windows Vista SP1 available to MSDN and TechNet subscribers

Windows Vista SP1 is now available to MSDN and TechNet subscribers.

 

Check it out at: http://technet.microsoft.com/subscriptions and http://msdn2.microsoft.com/subscriptions

2月1日

MSDN Reader available to download

MSDN Reader is now available for download!

About

Have you ever wanted to read development-focused content through the slick NY Times Reader experience? Me too! The MSDN Reader provides offline caching/reading of MSDN Magazine articles, content annotation, and content sharing through an intuitive user interface. The source for this application is provided in the releases section. Feel free to play with the code provided here or check out http://go.microsoft.com/?linkid=8118444 for more information on building Syndicated Client Experiences.

Download


MSDN Reader installer is located here:
http://go.microsoft.com/?linkid=8118446

 

Source: http://code.msdn.microsoft.com/msdnreader

1月24日

Breaking News – Second Shot extended through June 2008

The Second Shot offer that would end at January 31, 2008, will be extended through June 30, 2008. That's a great oportunity, it's almost like a certification insurance J.

Then you have 5 months to take advantage of this offer and get your certifications. I'll begin this Monday taking the exam 70-542 (Office Sharepoint Server 2007 – Application Development), I hope not having to take the second shot (Is this right? I took five minutes to translate the last part, that means "I want to pass without having to take the Second Shot" J….any suggestions?).

More details: http://www.microsoft.com/learning/mcp/offers/secondshot/default.mspx

12月16日

Export your TheSpoke messages direct to Live Spaces

Today (right on my birthday  \o/ ) I just released the IntoSpaces Beta 1, a tool that copies the messages from TheSpoke and sends them to Live Spaces.
 
Test it and tell me what you think.
 
I hope it helps you on the migration proccess.
 
12月4日

December 9th – Release of IntoSpaces Beta 1

After some tests, I can release the beta 1 version of IntoSpaces (formerly known as TheSpoke Migration Tool J ). I only have to fix some visual issues and I'll release it to testers.

Previously, I've opted to post every message as a draft, but I'll let the user to choose the way he wants.

 

So, IntoSpaces Beta 1 will be released on December 9th.

 

I'd like to count the number of downloads, does anyone have a suggestion?

 

Bye.

7月17日

Brazilian Language Pack for Visual Studio 2008 Express Editions

Last Thursday (July 17th) I received an invite from Alexandre Ricardo Nardi (Manager of New Technologies and Platforms – Microsoft Brazil) to participate on the Localization process for the Brazilian Language Pack for Visual Studio 2008 Express Editions and Brazilian MSDN Wiki for Visual Studio 2008 Online MSDN Library. I'm so proud that I'll be able to help on this process and the Brazilian community by creating this resource.

I believe that the creation of a Portuguese Language Pack will increase the adoption of Visual Studio at High School/Technical and Universities, including enthusiasts, because students/users that don't speak english will be less intimidated with the development environment.

This shows the consideration that Microsoft Corp. is having with Brazil and its developers.

7月10日

Microsoft announced launch date for Windows Server, SQL Server and Visual Studio 2008

Microsoft has just announced the launch date for Visual Studio 2008, SQL Server 2008 and Windows Server 2008 at the Microsoft WorldWide Partner Conference in Denver.

The chosen date is February 27th. And at this big event we will rock around the world!

Our MSP team (Microsoft Student Partners) is already preparing to bring more knowledge to the community.

3月24日

Replacing Notepad in Windows Vista

Alberto Escobedo has published a tip in his blog at MSDN that suggests a replacement for the Notepad version that comes with Windows Vista for a more complete version, and as he suggests, it opens large files faster.

Step by step instructions: http://blogs.msdn.com/albertoe/archive/2007/01/08/replacing-notepad-in-vista.aspx

Notepad2 Download: http://www.flos-freeware.ch/notepad2.html

Copy file path

Windows Vista brings an interesting resource that allows copying the path of a selected file in Windows Explorer to the Clipboard.

You can use this resource by pressing Shift key and right-clicking over any file in Windows Explorer and selecting the Copy Path option.

2月20日

Server.Transfer X Response.Redirect

Many of us choose which redirection method we should use without knowing how it really works. The truth is that even myself never searched about this, that's why I like to participate in dicussion forums, so I can learn more things trying to help other people.

Summarizing, the Server.Transfer method is very useful when we want to exchange information, because what is in the HttpContext is transferred to the page used int Server.Transfer.

The Response.Redirect method is more user friendly because it shows the real page (URL) that is being shown to the user.

If you want more information, here is a link that can help you: http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=15

 

PS: If you find any mistakes in my english translation, please help me giving suggestions in a post comment.

2月17日

A different Reality Show

No, this is not a new porn show masked by a Reality Show. I'm talking about a new kind of Reality Show made by Discovery Channel. I've found it when I was searching for TV transmissions on the internet.
 
It's about a competition (sponsored by GM) where 7 students had to project the 2030 year's car and be hired on General Motors.
 
1月31日

Executing a StoredProcedure in SqlDataSource

Today I came accross a problem at work, my SqlDataSource that uses a Stored Procedure to update some table data wasn't returning the number of affected rows, so my error handling wasn't working too, because it uses the number of affectes rows to check if the operations has been executed correctly.
 
I've made a search and found the solution. In my Stored Procedure I was using the SET NOCOUNT ON statement, but it prevents the return of the number of affected rows.
 
So the solution was simple, just take off the SET NOCOUNT ON statement, and everything worked without problems.
 
So, here is the tip. Simple, but useful if somebody have problemas like me.
 
See ya'.
1月29日

First blog post

Hi,
 
My name is Juliano, I'm a Brazilian Microsoft Student Partner and this will be the english version of my blog.
 
My original (portuguese) blog is under the url: http://julianonetfox.spaces.live.com
 
And I'll try to post the english version of the posts that it has, as much as I can and using the english words that I know, because I'm not an expert yet.
 
But I ask you that if make any mistakes, please correct me (even with my english translations).
 
Thanks you all and I hope you like my english technical blog.