| |
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.
|
7 Articles match "Visual Studio"
See all articles with
"Visual Studio"
| The Latest from .NET Meanderings | MORE | | The Architecture of WCF In these situations we can use metadata in the form of WSDL or WS-MetadataExchange to provide the client with a description of the endpoint which tools (Add Service Reference in Visual Studio and svcutil.exe from the command line) can consume and build the necessary code and configuration to invoke the service. 'Before WCF it was, of course, possible for software running on different machines to communicate. Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. Messages. Channels. WCF, as of 4.5, DevelopMentor Courses - Sunday, April 7, 2013 A Question of Chocolate and Cheese The important thing for me is being able to have my development environment (Visual Studio 2012 now) as my focus but have my email, browser windows, Skype, a few Windows explorer windows, VSphere, Excel, Powerpoint and many other applications running concurrently and being able to have many of the visible at the same time correlating data between them - all of these are cheese applications. “Who moved my Cheese” was how a number of people at Microsoft have characterized people’s reaction to Windows 8. However there is a bigger issue with Windows 8 – one of chocolate. DevelopMentor Courses - Saturday, October 6, 2012 Visual Studio 2010 Power Tools The Visual Studio 2010 Power Tools have just been released. There’s all sorts of goodness in here: new flexible tab handling in the VS shell (vertical tab groups, tabs grouped by project, dropping of rarely used tabs, etc); a new searchable Add Reference dialog; new editor enhancements to make navigation easier and much more. ve been playing with it for the last couple of hours and its very neat. Of course I don’t use Resharper or CodeRush (I use too many machines I don’t control to become dependent on them) so some of these features may be available in those tools. .NET Meanderings - Monday, June 7, 2010 | | The Best from .NET Meanderings | MORE | | Visual Studio 2010 Power Tools The Visual Studio 2010 Power Tools have just been released. There’s all sorts of goodness in here: new flexible tab handling in the VS shell (vertical tab groups, tabs grouped by project, dropping of rarely used tabs, etc); a new searchable Add Reference dialog; new editor enhancements to make navigation easier and much more. ve been playing with it for the last couple of hours and its very neat. Of course I don’t use Resharper or CodeRush (I use too many machines I don’t control to become dependent on them) so some of these features may be available in those tools. .NET Meanderings - Monday, June 7, 2010 Executing Workflows from XAML Files However, the Visual Studio 2010 workflow projects store the XAML as a resource in the binary rather than as a text file. Seeing as this has changed completely from WF 3.5 I thought I’d post a quick blog entry to describe how to run a workflow declared in a XAML file. You may have heard that the WF 4.0 default authoring model is now XAML. So if you want to deploy your workflows as XAML text files how do you run them? In.NET 3.5 you could pass the workflow runtime an XmlReader pointing at the XAML file but in WF 4.0 there is no WorkflowRuntime class. .NET Meanderings - Thursday, December 17, 2009 The Architecture of WCF In these situations we can use metadata in the form of WSDL or WS-MetadataExchange to provide the client with a description of the endpoint which tools (Add Service Reference in Visual Studio and svcutil.exe from the command line) can consume and build the necessary code and configuration to invoke the service. 'Before WCF it was, of course, possible for software running on different machines to communicate. Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. Messages. Channels. WCF, as of 4.5, DevelopMentor Courses - Sunday, April 7, 2013 | - A Question of Chocolate and Cheese
The important thing for me is being able to have my development environment (Visual Studio 2012 now) as my focus but have my email, browser windows, Skype, a few Windows explorer windows, VSphere, Excel, Powerpoint and many other applications running concurrently and being able to have many of the visible at the same time correlating data between them - all of these are cheese applications. “Who moved my Cheese” was how a number of people at Microsoft have characterized people’s reaction to Windows 8. However there is a bigger issue with Windows 8 – one of chocolate. DevelopMentor Courses - Saturday, October 6, 2012 - New Screencast – Introducing the Routing Service
shipping with Visual Studio 2010). The Routing Service is a new feature of WCF 4.0 It is an out-of-the-box SOAP Intermediary able to perform protocol bridging, multicast, failover and data dependent routing. ve just uploaded a new screencast walking through setting up the Routing Service and showing a simple example of protocol bridging (the client sends messages over HTTP and the service receives them over NetTcp). This screencast is one of a series I will be recording about the Routing Service. You can find the screencast here. .NET Meanderings - Thursday, January 7, 2010 - Visual Studio 2010 Beta 1 Ships
Soma has blogged that beta 1 has finally shipped. Lots of new stuff in here since PDC. His blog post is here. link]. .NET Meanderings - Monday, May 18, 2009 - New Screencasts at Rocksolidknowledge.com
Andy Clymer has recorded one on Visual Studio Tricks and Tips and Dave Wheeler has one on character animation in Silverlight 2.0. We’ve started a library of screencasts at rock solid knowledge. ve created one on WCF Serialization and one on using SSL with Self hosted WCF services. You can find the screen casts at. link]. We’ll be adding to the library as time goes on so subscribe to the library RSS feed. .NET Meanderings - Monday, May 18, 2009 %>
270 Articles match "Visual Studio"
See all articles with
"Visual Studio"
| The Latest from DevelopMentor | MORE | | The Architecture of WCF In these situations we can use metadata in the form of WSDL or WS-MetadataExchange to provide the client with a description of the endpoint which tools (Add Service Reference in Visual Studio and svcutil.exe from the command line) can consume and build the necessary code and configuration to invoke the service. 'Before WCF it was, of course, possible for software running on different machines to communicate. Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. Messages. Channels. WCF, as of 4.5, DevelopMentor Courses - Sunday, April 7, 2013 Getting started with AngularJS Either download this from the AngularJS site or use the NuGet package to add it to your Visual Studio 2012 project. 'Index: Getting started with AngularJS Creating an AngularJS Controller The #AngularJS $scope is not the MVC Model One of the nicer JavaScript frameworks out there to work with must be AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. And while it is really powerful it is also really easy to get started with. It isn’t just a library like jQuery or Knockout.js Sweet :-). The Problem Solver - Friday, April 5, 2013 Getting started with AngularJS Either download this from the AngularJS site or use the NuGet package to add it to your Visual Studio 2012 project. 'One of the nicer JavaScript frameworks out there to work with must be AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. And while it is really powerful it is also really easy to get started with. AngularJS is a client side framework for creating rich web applications using JavaScript and HTML. It isn’t just a library like jQuery or Knockout.js 1: 2: 3: 4: AngularJS Demo. The Problem Solver - Friday, April 5, 2013 | -
| The Best from DevelopMentor | MORE | - Verifying JavaScript with JSLint and Visual Studio
It also outputs any errors it finds in a format compatible with Visual Studio. Of course, to get the most out of using this, you’re going to want to set it up as an external tool in Visual Studio. Open up Visual Studio, go to Tools -> External Tools… and click Add. Tags: ASP.NET JavaScript Visual Studio Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. finally decided to make this an almost instantaneous process. Jason Diamond - Saturday, August 9, 2008 - Verifying JavaScript with JSLint and Visual Studio
It also outputs any errors it finds in a format compatible with Visual Studio. Of course, to get the most out of using this, you’re going to want to set it up as an external tool in Visual Studio. Open up Visual Studio, go to Tools -> External Tools… and click Add. Tags: Uncategorized JavaScript Visual Studio Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. finally decided to make this an almost instantaneous process. It’s too simple, though. Jason Diamond - Saturday, August 9, 2008 - Build a Multi-Project Visual Studio Template
To enhance developer productivity, the toolkit combines a set of helper classes with code and xml snippets, as well as Visual Studio item and project templates. After installing the toolkit, all a developer needs to do to get started is open Visual Studio and create a new project by selecting one the project templates that appear under the Mvvm category. Visual Studio makes it extremely easy to create a single-project template. Now that you’ve created a multi-project Visual Studio template, you need a way to deploy it. Enjoy. Tony and Zuzana's World - Wednesday, September 14, 2011 - MongoDB vs. SQL Server 2008 Performance Showdown
In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET … Continue reading → NoSQL Articles Visual StudioThis article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB – Oh My!”. Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - Six Things That’ll Surprise You About.NET 4.0
as well as Visual Studio 2010. 1 Visual Studio 2010. for the very first time an true open source will become and integral and supported part of Visual Studio and.NET? This would give your application essentially a visual programmability. Visual Studio 2010 Multi-monitor Support. Tags: Articles DevelopMentor Visual Studio I recently wrote an article for DevelopMentor ’s Developments entitled. Six Things That’ll Surprise You About.NET 4.0 ”. by Michael Kennedy. Read on and be pleasantly surprised! and VS 2010 Beta 2 ]. Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 %>
| | |