| |
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.
|
6 Articles match "Visual Studio"
See all articles with
"Visual Studio"
| The Latest from .NET Mutterings | MORE | | Days of events We are running days of events, so you don’t have to give up a whole week from the office to attend a training course during August we are running a day of.NET threading featuring C# 5 and Visual Studio 11. In addition to my responsibilities at RSK I also teach for developmentor , and this summer we are trying something new. So at the end of the day you will be up to speed on threading for.NET 4 and have a good insight to how things will be different in C#5 when it ships. For more details click here DevelopMentor Courses - Wednesday, March 21, 2012 Async/await mechanics Just completed two screen casts describing the mechanics of how async and await work using Visual Studio 11 Beta, along with how you can create your own types to await on rather than always using tasks DevelopMentor Courses - Wednesday, March 21, 2012 Visual Studio Ctrl+Tab Sticking I use Ctrl+Tab inside VS to move between different source files…one day I noticed that when I Ctrl+Tab to the file I wish to view and simply let go of the Ctrl and Tab keys it just sat there, I needed to hit enter to confirm the selection. This started to get annoying other people had mentioned similar problem. It seemed to happen when I was training, and finally the penny dropped….On Windows 7 I use the magnifier via Windows Key and Plus, to highlight bits of code, and then use Windows Key and minus to revert back to normal resolution. .NET Mutterings - Wednesday, February 3, 2010 | | The Best from .NET Mutterings | MORE | | Visual Studio Ctrl+Tab Sticking I use Ctrl+Tab inside VS to move between different source files…one day I noticed that when I Ctrl+Tab to the file I wish to view and simply let go of the Ctrl and Tab keys it just sat there, I needed to hit enter to confirm the selection. This started to get annoying other people had mentioned similar problem. It seemed to happen when I was training, and finally the penny dropped….On Windows 7 I use the magnifier via Windows Key and Plus, to highlight bits of code, and then use Windows Key and minus to revert back to normal resolution. .NET Mutterings - Wednesday, February 3, 2010 Async/await mechanics Just completed two screen casts describing the mechanics of how async and await work using Visual Studio 11 Beta, along with how you can create your own types to await on rather than always using tasks DevelopMentor Courses - Wednesday, March 21, 2012 Days of events We are running days of events, so you don’t have to give up a whole week from the office to attend a training course during August we are running a day of.NET threading featuring C# 5 and Visual Studio 11. In addition to my responsibilities at RSK I also teach for developmentor , and this summer we are trying something new. So at the end of the day you will be up to speed on threading for.NET 4 and have a good insight to how things will be different in C#5 when it ships. For more details click here DevelopMentor Courses - Wednesday, March 21, 2012 | - Parallel utilities
You can download the library from here Its a Visual Studio 2010 project, containing the library and a unit test project which should provide enough insight to how the library works. Whilst working with.NET 4 parallel extensions I often find the need to extend the framework to assist me in various day to day tasks. ve finally got around to compiling a library of such extensions. The extensions include the following Set Process Affinity, so I can see how my algorithm scales on a different number of cores. Will select non hyperthreaded cores first. .NET Mutterings - Monday, October 5, 2009 - Last two weeks
can now develop using full loaded Visual Studio and.NET code…Rob was very passionate about Mobile, mainly due to richness in applications that you can now develop. Last two weeks been very manic….went went up to Edinburgh to deliver a course at the Edinburgh training centre. Didn’t get to see much of the city but will certainly go back for a weekend visit, what I did see was pretty spectacular. What was great was the fact that although you were in the city you could still get to see some pretty amazing “Vista’s”… ( wow that word is now so much in my vocabulary now ). Rant over….After .NET Mutterings - Tuesday, July 4, 2006 - Visual Studio and ASP.NET Master Pages
I finally got tierd of the bug in the Visual studio designer for ASP.NET master pages. The issue is this, if you don’t hardcode the master page for the page in the page itself the designer will not see that you are using master pages, even if you define one in the pages section of web.config. This greatly defeats one of the objectives of master pages in that I would like to tweak the master page at deployment time, and the default behavior is page value overrides config file. Possible solutions are have a default.master page, and make all pages point to that. .NET Mutterings - Friday, July 7, 2006 %>
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 %>
| | |