If you want to learn the latest Microsoft technologies such as V2010 and .NET 4.0, Windows Azure, and SharePoint 2010, then check it out the training course available at Channel 9 Learning Center:
http://channel9.msdn.com/learn/
Showing posts with label Training. Show all posts
Showing posts with label Training. Show all posts
Tuesday, November 17, 2009
Monday, April 20, 2009
LIDNUG LinkedIn .NET Users Group
Linked .NET Users Group (LIDNUG) is an official INETA .NET User Group with online presentations through Live Meeting.
These are some upcoming events in the next few weeks:
These are some upcoming events in the next few weeks:
- Brian Harry talks about VSTS 2010, April 30, 12:30 PM PST - http://events.linkedin.com/
LIDNUG-Brian-Harry-Visual- Studio-Team/pub/54208 - Stephen Toub talks about the .NET Parallel Extensions, May 7, 12:00 PM PST - http://events.linkedin.com/
LINDUG-Stephen-Toub-NET- Parallel/pub/60569 - Scott Guthrie talks shop with developers, May 11, 11:30 AM PST - http://events.linkedin.com/
LIDNUG-ScottGu-talks-shop- developers/pub/60571
- HTML: http://isaacabraham.calendar.
live.com/calendar/Linked+In+. NET+User+Group+Events/index. html - RSS: http://isaacabraham.calendar.
live.com/calendar/Linked+In+. NET+User+Group+Events/ calendar.xml - ICS: webcal:/ /isaacabraham.calendar.live.
com/calendar/Linked+In+.NET+ User+Group+Events/calendar.ics
Monday, November 03, 2008
Edmonton Code Camp 2008 - Comming on November 29th
The Edmonton Code Camp 2008 is a one-day developer conference driven by the local developer community. This year, it will be on Saturday, November 29th at:
Grant MacEwan College
Building #5, Downtown Campus (map)
Edmonton, AB
Wednesday, October 15, 2008
TechDays Canada 2008
Unfortunately I will not be attending PDC this year, but Microsoft is organizing TechDays Canada 2008. Of course it is not the same thing, but it is still an interesting event for Canadian developers. It is a 2 day event with tracks for developers and IT folks, see the sessions info here.
They will have in Vancouver, Calgary, Winnipeg, Toronto, Ottawa, Montreal, and Halifax. Too bad they do not have in my hometown Edmonton, but I can just drive south to Calgary.
The early bird registration, until October 29th, is $249.99 for the two days event. It is pretty cheap and you will still get free Visual Studio 2008 Professional, MS Expression Web 2, TechEd 2008 DVD Set, and 30% off Certification voucher.
If you are a .NET developer living in Canada, do not miss this.
I hope to see you there in Calgary on December 10 & 11.
They will have in Vancouver, Calgary, Winnipeg, Toronto, Ottawa, Montreal, and Halifax. Too bad they do not have in my hometown Edmonton, but I can just drive south to Calgary.
The early bird registration, until October 29th, is $249.99 for the two days event. It is pretty cheap and you will still get free Visual Studio 2008 Professional, MS Expression Web 2, TechEd 2008 DVD Set, and 30% off Certification voucher.
If you are a .NET developer living in Canada, do not miss this.
I hope to see you there in Calgary on December 10 & 11.
Thursday, March 20, 2008
Heroes Happen {Here} in Edmonton
Last week I went to the Heroes Happen {Here} event in the Scotiabank Theatre. This event was for the launch of Windows Server 2008, Microsoft SQL Server 2008, and Microsoft Visual Studio 2008. It was presented by John Bristowe, a Developer Advisor with Microsoft Canada. The presentations were really good and we also received evaluation copies of the products above. I am glad to see this kind of events around here and looking forward for new ones.
The presentations can be found at http://www.microsoft.ca/launchresources.
And there is also the Canadian Developers' Blog.
The presentations can be found at http://www.microsoft.ca/launchresources.
And there is also the Canadian Developers' Blog.
Monday, January 28, 2008
.NET 3.5 Exams
Since Visual Studio 2008 is already available for MSDN subscribers, I am wondering when the current certifications will change due to this new release.
Currently, the MCPD certification is based on the exams related to VS2005 / .NET 2.0.
According to this blog, there are new exams for .NET 3.5. These exams are:
Currently, the MCPD certification is based on the exams related to VS2005 / .NET 2.0.
According to this blog, there are new exams for .NET 3.5. These exams are:
- 71-502 TS: Microsoft .NET Framework 3.5 - Windows Presentation Foundation
- 71-503 TS: Microsoft .NET Framework 3.5 - Windows Communication Foundation
- 71-504 TS: Microsoft .NET Framework 3.5 – Windows Workflow Foundation
Saturday, August 18, 2007
Roadmap to MCPD Certification
I started working on my MCAD certification a couple of years ago, but didn't finish it. I have completed 70-316 and 70-315 so far. I think this is a good time to take the last exam, and move on to the upgrade to the new MCPD certification. Probably by the time I am done, Microsoft will create a new certification based on MS Visual Studio 2008.
This is my roadmap to get certified:
70-316 (MCP)
70-315
70-320 (MCAD)
70-551 (MCPD: Windows Web Developer)
70-526
70-529
70-549 (MCPD: Enterprise Applications Developer)
This is my roadmap to get certified:
Friday, July 13, 2007
Free Training on .NET 3.0 on WCF, WPF, WF
I just found this online training on Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and Windows Workflow Foundation (WF):
Collection 5134: Developing Rich Experiences with Microsoft® .NET Framework 3.0 and Visual Studio® 2005
It is free and you can access it for 3 years.
Enjoy it!
Collection 5134: Developing Rich Experiences with Microsoft® .NET Framework 3.0 and Visual Studio® 2005
It is free and you can access it for 3 years.
Enjoy it!
Thursday, January 18, 2007
Refactoring to Patterns
If you are interested in an online course about Refactoring to Patterns, Industrial Logic is offering an online training Refactoring to Patterns Interactive, which costs $150 and provides exercises in C# and Java.
I am looking forward to take this course.
I am looking forward to take this course.
Subscribe to:
Posts (Atom)
Spring Boot Configuration Properties Localization
Spring Boot allows to externalize application configuration by using properties files or YAML files. Spring Profiles provide a way to segr...
-
I use robocopy to backup my files to a network drive with the following command: robocopy [source folder] [target folder] /MIR The MIR optio...
-
When I try to install WMware Server in Windows 7 (also happened on Vista and XP), I get the message Error 1327 Invalid Drive S:\ and the in...
-
Update: For Entity Framework 4.1 RTM, the exception message is a little bit different. It suggests to use the ColumnAttribute instead of Dat...