| |
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.
|
11 Articles match "Source Code","Tools"
| Related DevelopMentor Courses | MORE | | Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 You can download the latest version here and take it for a spin – or get it from the Visual Studio Extensions Gallery by opening Visual Studio and selecting Extensions Manager from the Tools menu. Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. You still get all the source code, supporting libraries, and an abundance of samples. and Windows Phone 7.1 ! DevelopMentor Courses - Friday, March 2, 2012 Simple WCF SOAP-REST Multi-Project Template Download the source code for this post. To get the new template, all you have to do is fire up Visual Studio, then open up the Extensions Manager from under the Tools menu. Here is code in the client project that uses SOAP and REST to communicate with the service. did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. My other REST and SOAP templates are intended as a starting point for more real-world WCF services. There are a couple of things different about this project. Enjoy. DevelopMentor Courses - Monday, June 11, 2012 Foundations of C# Programming and the.NET Framework Training 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!) NET 101" for developers moving to.NET. DevelopMentor Courses - Wednesday, February 22, 2012 |
92 Articles match "Source Code","Tools"
| The Latest from DevelopMentor | MORE | | Use NuGet package restore to simplify code sharing 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). 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. The next set of steps are only done by the you – the one sharing the code. Open Source Visual Studio tipsCheers, @mkennedy. Michael C. Kennedy's Weblog - Monday, December 17, 2012 Simple WCF SOAP-REST Multi-Project Template Download the source code for this post. To get the new template, all you have to do is fire up Visual Studio, then open up the Extensions Manager from under the Tools menu. Here is code in the client project that uses SOAP and REST to communicate with the service. did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. My other REST and SOAP templates are intended as a starting point for more real-world WCF services. There are a couple of things different about this project. Enjoy. DevelopMentor Courses - Monday, June 11, 2012 Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 You can download the latest version here and take it for a spin – or get it from the Visual Studio Extensions Gallery by opening Visual Studio and selecting Extensions Manager from the Tools menu. Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. You still get all the source code, supporting libraries, and an abundance of samples. and Windows Phone 7.1 ! DevelopMentor Courses - Friday, March 2, 2012 | -
| The Best from DevelopMentor | MORE | - Building Windows Machines in Amazon EC2
Well maybe you are buying into the whole cloud computing story which lets you cheaply out-source your computer hardware for amazingly cheap prices (staring around $0.20 / hour for a dedicated machine). 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. Feel free to send me any I missed. Here we go. Launch! Running! 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?”. This is only a few lines of code per collection (think of this as a table). Once in the database and once, in parallel, in code? You may have to run a transformation tool if you’re making radical data changes, but that’s true in SQL systems as well. How much faster than the finely tune system that is SQL Server 2008 can these open source NoSQL systems be?”. ll be posting a full performance comparison with source code soon. Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - 11 Killer Open Source Projects I Found with NuGet
It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. What I want to talk about is all the cool open source projects I found just by flipping through the pages of the NuGet directory in the Visual Studio "Add Library Package Reference" dialog. 51degrees.mobi Foundation is an ASP.NET open source module which detects mobile devices and browsers, enhancing the information available to ASP.NET. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. 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. 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. - 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 - RESTful Web Services with WCF Screencast
You can also download the source code of the project built in the 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). Finally, if you're willing to do without video you can download just the audio as an MP3. All content copyright Michael C. %>
| | |