| |
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.
|
18 Articles match "Risk","Tools"
| Related DevelopMentor Courses | MORE | | Code Smarter with a Day of Design Patterns Training Wrap your head around the concept of the design pattern; a programming solution or template that can be used in many different situations, and discover new tools for creating successful software. What we also know is every time we change existing working code there is a risk that we will break it.? The strategy and template patterns allow us to build solutions that can evolve without the risk of effecting existing well tested code. ? Why use Design Patterns Strategy and Template Creation Patterns State Decorator Reuse solutions, not just code. DevelopMentor Courses - Friday, March 23, 2012 Essential SQL Server 2012 for Developers Training Security There is a lot at risk when securing a server from potential attacks with the abundance of existing sensitive data available such as social security numbers, bank accounts, medical records, and credit card numbers. Day 3 Extended Events SQL Server has always had the ability and tools to monitor server state and diagnose issues inside SQL Server (for example, SQL Trace and performance monitors). SQL Server Data Tools You'll work with the new SSDT tools which can stand alone or be integrated into Visual Studio 2010. ? Uncover these SQL secrets and more! Day 1?xml:namespace DevelopMentor Courses - Wednesday, February 22, 2012 Project Risk Management Training Discuss the processes of Project Risk Management and a project manager?s Discuss why projects are unsuccessful due to inadequate risk management, and how project teams can address this shortcoming. List and discuss the impact risks have on project success criteria and common categories for project risk. Discuss the process for developing a Risk Management Plan. risks. Discuss techniques assessing and analyzing risks, both qualitatively and quantitatively. The Domino Project Project Risk Management What is a Project Risk? Exercise ? DevelopMentor Courses - Wednesday, February 22, 2012 |
83 Articles match "Risk","Tools"
| The Latest from DevelopMentor | MORE | | Screencast: Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series) All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. [note: This screencast has been adapted from my earlier blog post.]. In this ASP.NET MVC Foundations screencast, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object. Be sure to watch in HD mode for a crisp screen. . Kennedy. Michael C. Kennedy's Weblog - Monday, January 23, 2012 Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series) Use the Visual Studio tooling to create two empty views as follows: In the resulting dialog, choose strongly-typed with Product and an empty view without referencing the scripts (we do this globally already). All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. In this ASP.NET MVC Foundations article, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. There links to edit and create products. That’s easy enough. Now our links to edit and create products work. Michael C. Kennedy's Weblog - Friday, January 20, 2012 Building a Cloud OS for.NET Developers - Part 2 But the one crucial aspect I left out was the developer tools. How do we manage having Visual Studio and associated tools and servers universally accessible in the cloud, even on mobile devices such as iPads? We are going to setup a Windows Server in EC2 which we can access from our Cloud OS, or any other machine or mobile device, and deck it out with all the developer tools we want. ve also built some tools which help shut down the machine in case I get distracted. In this second installment, we’ll be covering exactly that. Amazon EC2 Instance Types : [link]. Michael C. Kennedy's Weblog - Monday, June 13, 2011 | -
| The Best from DevelopMentor | MORE | - Building Windows Machines in Amazon EC2
All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Articles Tools 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. Now I must admit I'd rather have found a good tutorial on The Internets or even in a book. Feel free to send me any I missed. My experience is they are either dated or about Linux and so on. First, briefly why does one care about EC2? Here we go. Create an Account. Launch! Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - The NoSQL Movement, LINQ, and MongoDB - Oh My!
The NoSQL movement asks the question: “Is the relational database (RDBMS) always the right tool for data storage and data access?”. You may have to run a transformation tool if you’re making radical data changes, but that’s true in SQL systems as well. To get started, download MongoDB the tools and server here: [link]. Generally I look down upon that sort of development, but for an admin tool it’s just fine. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Insanity!” Flat files? Ok, ok. Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - 11 Killer Open Source Projects I Found with NuGet
All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Articles ASP.NET NoSQL Open Source Tools Visual StudioSo maybe I'm late to the party, but I recently started playing with NuGet. It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. Plenty of people have written about it ( Phil Haack and Scott Hanselman for example). Let's just say you should learn about NuGet if you don't know it already. RazorEngine at [link]. YUI Compressor for.Net at [link]. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Unit Testing Coming to a Workflow Near You
All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Tools Unit Testing Visual Studio [Update: See the follow up post "Significant Advances in Unit Testing Windows Workflow" ]. If you've been working with Windows Workflow, you'll find it has some cool features for orchestration, long running operations, state machines, etc. However you won't find very much support for Test Driven Development (TDD) or unit testing in general. There has been some work done on unit testing Windows Workflows. Scott Allen. Kennedy. Michael C. Kennedy's Weblog - Tuesday, September 30, 2008 - Building a Cloud OS for.NET Developers - Part 1
Where Are the Developer Tools? In the next blog post, I’ll take you through setting up an Visual Studio 2010 instance in the cloud along with all the other developer tools and servers you might need such as SQL Server, and MongoDB, and LINQPad, and so on. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Articles Cloud Tools Visual Studio web2.0Let’s talk about cloud operating systems. We’ll focus on.NET / Visual Studio developers, but I’m sure you can adapt this to your technology of choice. mkennedy. - Gmail New Mail Notifications for Windows 7
No matter how I try, I always get this: It's insane to me that $130B company can't provide any more than this outdated tool for this job, but I digress. Also thanks goes to Ryan Cook for use of his Gmail C# tools as the basis for part of my project. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Tools I've been using Windows 7 as my sole operating system since Beta 1 in January. I'm completely loving it and I was pleased to see how many apps worked seamlessly on it. Requires.NET 2.0 Kennedy. - RESTful Web Services with WCF Screencast
All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. I recently got the chance to record a screencast discussing REST-oriented web services in WCF. If you're interested in WCF you should definitely check it out because WCF and REST make an awesome combination. WCF-REST-Kennedy-Peepleocity.wmv 35 MB (WMV HD). cover building WCF services using REST princples, the WebGet and WebInvoke attributes, working with the SyndicationFeed & Rss20FeedFormatter classes, and configuration-free WCF hosting in IIS. Kennedy. %>
| | |