|
|
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.
|
59 Articles match "How To","Overview"
|
Related DevelopMentor Courses
|
MORE
|
|
Foundations of Agile Development using Scrum
Students will learn how to work in deliver software in time-boxed iterations, hold Scrum meetings, manage work backlogs and prioritize work to satisfy business need. They will also learn how, in a changing environment, to keep high quality code, design software and discover requirements. This course gives an overview of technical and management practices for Scrum. Agile & Scrum Overview What is a Agile? The course teaches the concepts of short delivery cycles, working with changing requirements and empirical process control. What is Scrum?
DevelopMentor Courses
- Wednesday, June 17, 2009
Foundations of C# Programming and the.NET Framework
Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Perform error notification and error handling using exceptions Use properties to implement the private data/public accessor pattern Use namespaces to group related types Use delegates and events to implement callbacks Override Object class methods such as ToString Avoid dll conflicts during deployment Use dynamic binding and polymorphism to write generic code (i.e., less code!) interface vs. field)?
DevelopMentor Courses
- Friday, June 12, 2009
Virtual Foundations of C# Programming and the.NET Framework (Part 1)
Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Use properties to implement the private data/public accessor pattern Avoid dll conflicts during deployment Virtual Foundations of C# Programming and the.NET Framework is ".NET You'll get answers to these questions: How do I make good design decisions (e.g., How much overhead do CLR services like runtime compilation and garbage collection add? Come and learn how to use C# to build.NET applications.
DevelopMentor Courses
- Wednesday, February 17, 2010
|
8 Articles match "How To","Overview"
|
The Latest from DevelopMentor
|
MORE
|
|
Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Feel free to send me any I missed. Personally I just want a simpler way to create virtual machines. We'll have full admin access over remote desktop to our system to install whatever we want. I'm putting Visual Studio 2010 Beta on mine to play around with that software without 'polluting' my real system. Back to the Management Console. Here we go. Launch!
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Feel free to send me any I missed. Personally I just want a simpler way to create virtual machines. We'll have full admin access over remote desktop to our system to install whatever we want. I'm putting Visual Studio 2010 Beta on mine to play around with that software without 'polluting' my real system. Back to the Management Console. Here we go. Launch!
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
Online presentation: Meet the New Workflow WF4
The goal is to provide an overview of WF4 and how to get started with it in Visual Studio 2010. Tomorrow I will be doing an online presentation about Windows Workflow Foundation 4. The meeting lasts 1 hour and starts at 4PM European time, 3PM UTC or 7AM PST. will be doing the meeting using LiveMeeting and you can register here. During the meeting I will also be tracking the Twitter hash tag #dmwf4 for additional questions and feedback. See” you there tomorrow www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation.eu.
The Problem Solver
- Monday, November 30, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
How to rip audio books
So i listen to a lot of audio books, and here's how i create the mp3 of them. Overview we are going to create bite size files about 30 minutes each. link] 4) set your encoding bitrate to 64k & stereo, this is a very high quality audio book. To do this double click a track. then label them, and create the id tags. finally we'll attach a picture. Make sure the book is UNABRIDGED 1) get a ipod - i prefer the nano. link] Ripping 2) download audiograbber & install. link] 3) download lame encoder & install. select the Sectors>Last.
Llewellyn Falco
- Sunday, July 6, 2008
-
Boot to VHD Screencast
It's not that hard, but you can break things that are hard to fix. Have you heard of the new feature in Windows 7 and Server 2008 R2 called Boot to VHD? recently had that experience myself and enough people asked me about it that I decided to do a quick (15 min) screencast how to setup a native boot to virtual hard drives. If you want a great overview and step-by-step instructions, check out Scott Hanselman's blog post: Less Virtual, More Machine - Windows 7 and the magic of Boot to VHD. WARNING : This is some advanced stuff. Kennedy.
Michael C. Kennedy's Weblog
- Monday, October 19, 2009
-
Online presentation: Meet the New Workflow WF4
The goal is to provide an overview of WF4 and how to get started with it in Visual Studio 2010. Tomorrow I will be doing an online presentation about Windows Workflow Foundation 4. The meeting lasts 1 hour and starts at 4PM European time, 3PM UTC or 7AM PST. will be doing the meeting using LiveMeeting and you can register here. During the meeting I will also be tracking the Twitter hash tag #dmwf4 for additional questions and feedback. See” you there tomorrow www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation.eu.
The Problem Solver
- Monday, November 30, 2009
-
Thinktecture Security Token Service Starter Kit
I am happy to announce the “Thinktecture STS Starter Kit” sample. The STS starter kit is a compact, easy to use identity provider that is completely based on the ASP.NET provider infrastructure. So a lot of people I spoke to mentioned that it would be nice to have a simple STS that uses membership, roles and profile and that is easy to setup and get going. The other reason is that starter STS is not terribly complex and could be used as a learning tool on how to write custom token services. Download Setup&Overview Screencast. tokens.
www.leastprivilege.com
- Monday, May 25, 2009
-
Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Feel free to send me any I missed. Personally I just want a simpler way to create virtual machines. We'll have full admin access over remote desktop to our system to install whatever we want. I'm putting Visual Studio 2010 Beta on mine to play around with that software without 'polluting' my real system. Back to the Management Console. Here we go. Launch!
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
-
Custom WCF Credential Types
Every once in a while the question comes up how to extend WCF with custom credential types. It turns out that most of the time people don’t really want to invent custom tokens or credential types, but rather want to extend username/password style of credentials (e.g. Unfortunately the UserName token does not support this type of extensibility but there are several options to accomplish this: If your extensibility requirements are very simple you could try to encode all the information into the username and password fields of a UserName credential.
www.leastprivilege.com
- Monday, March 9, 2009
-
Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Feel free to send me any I missed. Personally I just want a simpler way to create virtual machines. We'll have full admin access over remote desktop to our system to install whatever we want. I'm putting Visual Studio 2010 Beta on mine to play around with that software without 'polluting' my real system. Back to the Management Console. Here we go. Launch!
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
|
|
|