|
|
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.
|
24 Articles match "Tools","Web Services"
|
Related DevelopMentor Courses
|
MORE
|
|
NET Architecture and Design Principles: Building Distributed Applications
Think in terms of layers and tiers Use patterns in your code and across the enterprise Write secure code Use concurrency to build highly available systems Make distributed calls using remoting, web services and Windows Communication Framework Utilize asynchronous communication with message queues Horizontally scale every tier of your system Deploy software across distributed systems Applications that span more than one machine require a deliberate and radically different design approach.NET Architecture and Design presents key concepts in distributed systems. Using C# 3.0's
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
How can I build custom lists, pages, master pages, web parts, event handlers, content types and more? 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. We examine what a web application is, what site collections are, where critical files are stored, how pages are processed, and how to locate and manage the important information. We continue our discussion of CAML since the web service interface requires its use. intranet?
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
How can I use local files and external web services to store and retrieve data? The course shows you how to build Silverlight applications that utilize drag-and-drop, dynamic custom controls, streaming media, animation, and integrated Web Services to produce data-driven user interfaces. By the end of the course, you'll have seen how all the major Silverlight features work together to create an engaging user experience on the web. You will also see how Silverlight compares to other rich web-enabled technologies such as AJAX and Flash/Flex.
DevelopMentor Courses
- Wednesday, June 17, 2009
|
12 Articles match "Tools","Web Services"
|
The Latest from DevelopMentor
|
MORE
|
|
Building Windows Machines in Amazon EC2
Register for an Amazon Web Services account at [link]. You can do with it what you will, install software, start serving web pages, etc. If your intent is to run a web server, then let it run. 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. Create an Account.
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
Building Windows Machines in Amazon EC2
Register for an Amazon Web Services account at [link]. You can do with it what you will, install software, start serving web pages, etc. If your intent is to run a web server, then let it run. 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. Create an Account.
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
Article: 10 Features in.NET 4.0 that made Me Smile
Hosting WCF services is now like hosting ASMX web services if you like the defaults. Just throw out a service + contract + address and it’s up and running. Our service Uri’s look like this: [link]. Keep up with Michael via his Web site and blog at [link] or on Twitter: @mkennedy. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? see top-right of this page ). that made Me Smile. ll wait.
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. 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. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. 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). Kennedy.
-
Building Windows Machines in Amazon EC2
Register for an Amazon Web Services account at [link]. You can do with it what you will, install software, start serving web pages, etc. If your intent is to run a web server, then let it run. 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. Create an Account.
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
-
Building Windows Machines in Amazon EC2
Register for an Amazon Web Services account at [link]. You can do with it what you will, install software, start serving web pages, etc. If your intent is to run a web server, then let it run. 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. Create an Account.
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
-
Six Things That’ll Surprise You About.NET 4.0
This gap was filled by 3rd party tools, most notably Resharper ( [link] ). You can build well-factored, testable, and clean web applications more easily in MVC. JQuery will now be part of all web projects created by VS 2010 by default. WF 4 has a nice GUI workflow building designer that is part of the VS 2010 tools and moreover that designer is rehostable in your own Windows Forms or WPF applications. Summary.NET 4 is going to be an exciting release with a some very polished libraries and tools. Six Things That’ll Surprise You About.NET 4.0 ”. quot; anyone?
Michael C. Kennedy's Weblog
- Wednesday, November 11, 2009
-
WSCF Blue goes into Beta
One of the frustrations with the current WCF tooling is that, although I can generate the client proxy code from a WSDL document I cannot generate the server side skeleton that matches the WSDL. In situations where two parties agree a contract based on WSDL this makes implementing the service side error prone. Back in the ASMX days WSDL.EXE had a /s switch that would create the service side skeleton, but this feature was not carried through into SVCUTIL.EXE. Here’s Santosh’s announcement.
.NET Meanderings
- Saturday, July 4, 2009
-
Article: 10 Features in.NET 4.0 that made Me Smile
WCF services is now like hosting ASMX web services if you like the defaults. Our service Uri’s look like this: [link]. Keep up with Michael via his Web site and blog at [link] or on Twitter: @mkennedy. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. 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].
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
-
Moving Work Items from one Team Project to another
This application does a couple of other things as well - lists projects, active web services, etc. ListServices - Displays the web services exposed by the TF server. Listing the web services just hits the underlying database to get the information: C:WorkTfsCmd> tfscmd ListServices. The tool will attempt to match up the iteration to a value in the new project - if it cannot, it will default to the first iteration available. hadn't actually looked at the schema mind you, I'm an optimist. It's just a console application but it does the job.
|
|
|