|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
30 Articles match "Training","Windows"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Windows Workflow Foundation 4 - WF4 Training
Gain understanding of the strengths and weaknesses of Windows Workflow Foundation 4. Discover what part of your application is best suited to use Windows Workflow Foundation and why. Essential Windows Workflow Foundation 4 teaches best practices for developing Windows Workflow Foundation applications. Learn why Windows Workflow Foundation 4 was created and discover how to support human and system activities by organizing them into workflows. Day 1 Introduction and Architecture What is Windows Workflow Foundation and how it can help your business.
DevelopMentor Courses
- Thursday, June 3, 2010
SharePoint for Developers (WSSv3/MOSS2007)
Come and learn to build solutions for Windows SharePoint Technologies! DevelopMentor's Essential courses provide four to five days of instructor-led training for the experienced developer. fw413 MO Essential Sharepoint for Developers (FW413) Day 1 Architecture We look under the hood to see how Windows SharePoint Services and Microsoft SharePoint Office Server 2007 work. Deployment with the Feature and Solution Framework Windows SharePoint Services v2 provided little in terms of deploying functionality built by developers into the SharePoint environment. intranet?
DevelopMentor Courses
- Friday, June 12, 2009
Foundations of C# Programming and the.NET Framework
Distinguish between "implementation inheritance" and "interface inheritance" Use ADO.NET to connect to SQL Server and run a simple query Build a basic Windows Forms GUI Essential C# is ".NET Survey library functionality like building a simple Windows Forms GUI and retrieving data from SQL Server. DevelopMentor's Essential courses provide five days of instructor-led training for the experienced developer. Windows Forms Windows Forms provides support for building traditional forms-based applications that run locally on the client machine. less code!) field)?
DevelopMentor Courses
- Friday, June 12, 2009
|
9 Articles match "Training","Windows"
|
The Latest from DevelopMentor
|
MORE
|
|
Modifying the SL/WIF Integration Bits to support Issued Token Credentials
The SL/WIF integration code that ships with the Identity Training Kit only supports Windows and UserName credentials to request tokens from an STS. This is fine for simple single STS scenarios (like a single IdP). But the more common pattern for claims/token based systems is to split the STS roles into an IdP and a Resource STS (or whatever you wanna call it). In this case, the 2nd leg requires to present the issued token from the 1st leg – this is not directly supported by the bits. But they can be easily modified to accomplish this. The Credential. The Binding. WSTrustClient.
www.leastprivilege.com
- Monday, June 21, 2010
A first Look at Silverlight and WIF Integration
At MIX, Caleb did a talk about the new Silverlight/WIF integration classes that “ship” with the latest identity training kit. It supports Username/Password and Windows credentials as well as bearer and symmetric token types. Since this is a topic that comes up really frequently – I had a first look. The integration code consists of two projects (client & server side plumbing) and can be divided into several feature areas. will post more information on the corresponding areas when I have written more code against them. Same claims programming model as in WIF. endpoints.
www.leastprivilege.com
- Sunday, March 21, 2010
Visual Studio Ctrl+Tab Sticking
It seemed to happen when I was training, and finally the penny dropped….On Windows 7 I use the magnifier via Windows Key and Plus, to highlight bits of code, and then use Windows Key and minus to revert back to normal resolution. I use Ctrl+Tab inside VS to move between different source files…one day I noticed that when I Ctrl+Tab to the file I wish to view and simply let go of the Ctrl and Tab keys it just sat there, I needed to hit enter to confirm the selection. This started to get annoying other people had mentioned similar problem.
.NET Mutterings
- Wednesday, February 3, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
A first Look at Silverlight and WIF Integration
At MIX, Caleb did a talk about the new Silverlight/WIF integration classes that “ship” with the latest identity training kit. It supports Username/Password and Windows credentials as well as bearer and symmetric token types. Since this is a topic that comes up really frequently – I had a first look. The integration code consists of two projects (client & server side plumbing) and can be divided into several feature areas. will post more information on the corresponding areas when I have written more code against them. Same claims programming model as in WIF. endpoints.
www.leastprivilege.com
- Sunday, March 21, 2010
-
Don’t believe everything you read or tweet
And not just with teaching classes, but also with onsite training, consulting on projects and also with the new Remote Access Open Enrollment Courses*. June 15 Essential Windows Communication Foundation in BOSTON. June 22 Essential Windows Presentation Foundation in BOSTON. Remote Access to our ongoing schedule of instructor-led courses will allow you to fully participate real-time in expert-level lectures, demos and labs that have made DevelopMentor a leader in software development training. News travels fast in todays world of digital information.
The Blomsma Code
- Monday, June 1, 2009
-
Article: Azure Storage
Ray Ozzie and company are introducing Windows Azure : A new platform which is their first foray into the nascent world of large-scale utility computing. In this article, we will cover just the basics of the three storage services of Windows Azure. The Uploader: A Windows Forms application that lets contributors upload images to the site. The Reviewer: A Windows Forms application that lets moderators view image submissions and either approve or reject them. If you want some intensive, expert-lead training on Azure and associated.NET 4.0 Enjoy! Listing 3.
Michael C. Kennedy's Weblog
- Wednesday, April 8, 2009
-
Visual Studio Ctrl+Tab Sticking
It seemed to happen when I was training, and finally the penny dropped….On Windows 7 I use the magnifier via Windows Key and Plus, to highlight bits of code, and then use Windows Key and minus to revert back to normal resolution. I use Ctrl+Tab inside VS to move between different source files…one day I noticed that when I Ctrl+Tab to the file I wish to view and simply let go of the Ctrl and Tab keys it just sat there, I needed to hit enter to confirm the selection. This started to get annoying other people had mentioned similar problem.
.NET Mutterings
- Wednesday, February 3, 2010
-
Article: 10 Features in.NET 4.0 that made Me Smile
WF (Windows Workflow Foundation) has an AsyncCodeActivity class. Finally, if you have some training funds laying around, I’d love to spend a week talking about these ideas with you in our What’s New in.NET 4.0 I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? see top-right of this page ). This one is entitled. 10 Features in.NET 4.0 that made Me Smile. Read it on the DevelopMentor website: [link]. am republishing it below for you all to enjoy on your RSS readers. Cheers, Michael. 10 Features in.NET 4.0 that made Me Smile. Smiles!
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
-
Modifying the SL/WIF Integration Bits to support Issued Token Credentials
The SL/WIF integration code that ships with the Identity Training Kit only supports Windows and UserName credentials to request tokens from an STS. This is fine for simple single STS scenarios (like a single IdP). But the more common pattern for claims/token based systems is to split the STS roles into an IdP and a Resource STS (or whatever you wanna call it). In this case, the 2nd leg requires to present the issued token from the 1st leg – this is not directly supported by the bits. But they can be easily modified to accomplish this. The Credential. The Binding. WSTrustClient.
www.leastprivilege.com
- Monday, June 21, 2010
-
Registration for the 4th quarter MSDN (.NET) Northeast Roadshow has just opened up!
These events target.NET developers and analysts, or those actively training to become one. WCF (Windows Communications Foundation). Registration for the 4th quarter MSDN (.NET) NET) Northeast Roadshow has just opened up! This totally FREE event will be held on Tuesday, December 15th. Thankfully, we were able to secure more convenient hours this time around. The event will run from 9:00 am thru 3:30 pm in the Florian Hall of the Central Maine Commerce Center in Augusta. a.k.a. Public Safety/M.E.M.A) AGENDA. Where to find help when you get stuck. LINQ (Language INtegrated Query).
The Blomsma Code
- Monday, October 19, 2009
|
|
|