| |
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.
|
86 Articles match "Tools"
See all articles with
"Tools"
| The Latest from Michael C. Kennedy's Weblog | MORE | | A Roundup of MongoDB Management Tools Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. It’s time to look around and see what management / monitoring tooling is around these days for MongoDB. Robomongo — is a shell-centric cross-platform open source MongoDB management tool (i.e. My take : Robomongo is definitely my current favorite management tool for MongoDB. or.PHP file on your server and you get a well rounded management tool. The lack of management tools was hurting MongoDB’s adoption in the early days. The news is good. Michael C. Kennedy's Weblog - Monday, April 22, 2013 Announcing LearningLine: Instructor-led online training from DevelopMentor Your own experts can also be instructors using the same tools we have built for ourselves. Filed under: DevelopMentor Tagged: NET , ASP.NET , DevelopMentor , MSDN , Open Source , Screencasts , Speaking , tips , Tools , Visual Studio. DevelopMentor.NET ASP.NET MSDN Open Source Screencasts Speaking tips Tools Visual StudioI am very proud to announce an exciting new online learning platform from DevelopMentor : [link]. At DevelopMentor we have been thinking deeply about online training. Here’s a short 3-minute video which will give you a quick overview. Google+. Michael C. Kennedy's Weblog - Monday, February 18, 2013 Use NuGet package restore to simplify code sharing First, you’ll need to make sure everyone who downloads your zip file has “ Allow NuGet to download packages during build ” enabled in Visual Studio under Tools>Options>Package Manager. Here’s a quick post on how and why you want to consider using NuGet package restore. First, if you’re unfamiliar with NuGet, it’s basically “add reference” to external software projects (typically open source ones such as jQuery, but also for Microsoft ones such as Entity Framework). NuGet will change the way you develop. Cheers, @mkennedy. Michael C. Kennedy's Weblog - Monday, December 17, 2012 | | The Best from Michael C. Kennedy's Weblog | MORE | | 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? Related classes? 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]. Here you go. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 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. Enable EC2 Features. Michael C. Kennedy's Weblog - Saturday, January 30, 2010 | - A Roundup of MongoDB Management Tools
Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. It’s time to look around and see what management / monitoring tooling is around these days for MongoDB. Robomongo — is a shell-centric cross-platform open source MongoDB management tool (i.e. My take : Robomongo is definitely my current favorite management tool for MongoDB. or.PHP file on your server and you get a well rounded management tool. The lack of management tools was hurting MongoDB’s adoption in the early days. The news is good. - MongoDB vs. SQL Server 2008 Performance Showdown
All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. highlighted two cornerstone reasons why you might ditch your SQL Server for the NoSQL world of MongoDB. Those were. Ease-of-use and deployment. Performance. For ease-of-use, you’ll have to want to read the original article. money) to burn. Thanks! Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - 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. So we have. - Preventing JavaScript Files from Loading Multiple Times
We even got some nice output in the F12 tools! Filed under: Uncategorized Tagged: Articles , Cloud , jQuery , Opinion , Tools , Visual Studio , web. Uncategorized Articles Cloud jQuery Opinion Tools Visual Studio webThis post is about ensuring that you do not execute a particular JavaScript file more than one time. Let’s start by asking: What happens if you link to a js file twice in your page? Here is a contrived example. Notice that we are including bad-example.js twice. Do modern browsers somehow realize they loaded this file already and skip this? link]. link]. Michael C. Kennedy's Weblog - Thursday, October 11, 2012 - Article: Avoiding 5 Common Pitfalls in Unit Testing
All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Llewellyn Falco and I recently wrote an article for DevelopMentor's Developments newsletter entitled Avoiding 5 Common Pitfalls in Unit Testing. You can read it at the DevelopMentor website: [link]. I've republished here for my readers. Enjoy! Avoiding 5 Common Pitfalls in Unit Testing. by Llewellyn Falco and Michael Kennedy. When I started out with unit tests, I was enthralled with the promise of ease and security that they would bring to my projects. So we stopped. That means. Michael C. Kennedy's Weblog - Thursday, August 6, 2009 - 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]. %>
339 Articles match "Tools"
See all articles with
"Tools"
| The Latest from DevelopMentor | MORE | | Agile Clinic: Dear Allan, we have a little problem with Agile. m no fan of Jira, or any other electronic tool but most team use one so nothing odd so far. 'Consider this blog an Agile Clinic. On Friday an e-mail dropped into my mailbox asking if I could help. The sender has graciously agreed to let me share the mail and my advice with you, all anonymously of course… The sender is new to the team, new to the company, they are developing a custom web app for a client, i.e. they are an ESP or consultancy. the Developers work in sprints, estimating tasks in JIRA as they go. Sprints last three weeks, including planning, development and testing. Yikes! Allan Kelly's Blog - Sunday, April 28, 2013 A Roundup of MongoDB Management Tools Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. It’s time to look around and see what management / monitoring tooling is around these days for MongoDB. Robomongo — is a shell-centric cross-platform open source MongoDB management tool (i.e. My take : Robomongo is definitely my current favorite management tool for MongoDB. or.PHP file on your server and you get a well rounded management tool. The lack of management tools was hurting MongoDB’s adoption in the early days. The news is good. Michael C. Kennedy's Weblog - Monday, April 22, 2013 Requirements and Specifications Having worked through this I conclude that BDD is an excellent specification tool. Now, while BDD and SbE may well give Developers first class specification tools these tools should not be mistaken for requirements tools and shouldn’t be used as such. 'As I was saying in my last blog, I’m preparing for a talk at Skills Matter entitled: “Business Analyst, Product Manager, Product Owner, Spy!” which I should just have entitled it “Requirements: Whose job are they anyway?” and so I’ve been giving a lot of thought to requirements. So I turned to my bookshelves…. nothing. Allan Kelly's Blog - Monday, April 15, 2013 | -
| 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. Enable EC2 Features. 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? Related classes? 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]. Here you go. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - A Roundup of MongoDB Management Tools
Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. It’s time to look around and see what management / monitoring tooling is around these days for MongoDB. Robomongo — is a shell-centric cross-platform open source MongoDB management tool (i.e. My take : Robomongo is definitely my current favorite management tool for MongoDB. or.PHP file on your server and you get a well rounded management tool. The lack of management tools was hurting MongoDB’s adoption in the early days. The news is good. - Entity Framework 4.1 power tools
Power Tools making it even easier to do Code First development with an existing database. The EF team at Microsoft just release a first CTP of the EF 4.1 Guess it isn’t really code first in that case but database first I did a quick test with an existing database, Northwind to be exact, and it worked pretty well. The only gotcha is you have to make sure the EF4.1 assemblies are available in your project otherwise you will receive the exception below. Adding Ef4.1 is easy though, just download the installer and install them or even better, just add a package reference using NuGet. Enjoy! The Problem Solver - Thursday, May 19, 2011 %>
| | |