| |
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 "Assembly","Visual Studio"
| Related DevelopMentor Courses | MORE | | Visual Studio 2010: Debugging a x86 WCF service on a x64 machine I just ran into an issue where I have a WCF service that depends on a.NET assembly that is compiled specifically for x86. In order to use that assembly I need to compile the service as a x86 service. found the answer in the forums and adapted the answer for my specific problem: 1.Copy WcfSvcHost.exe and WcfTestClient.exe from C:program files (x86)Microsoft Visual Studio 10.0Common7IDE to a local directory. 2.Start a Visual Studio 2010 Command Prompt (one of the links from the start menu -> Visaul Studio 2010). Visual Studio 2010 WCF Windows DevelopMentor Courses - Wednesday, October 5, 2011 Guerrilla.NET (UK) Training Use data binding to create rich data driven Silverlight applications Use powerful new security models with Windows Identity Foundation Debug.NET application beyond using Visual Studio breakpoints Come and learn to build robust.NET applications! You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. Power Debugging with WinDBG For many developers debugging tools start and end with Visual Studio. Leverage new features of C# 4.0, Workflow 4, ASP.NET MVC and Silverlight. couldn't? DevelopMentor Courses - Tuesday, March 1, 2011 What’s New in ApprovalTests.Net v.18? FrontLoadedReporter IEnviromentAwareReport Upgrades CodeCompareReporter DictionarySupport EF and Mvc3 additions Bug Fixes FrontLoadedReporter Attribute (For Build Systems) You can now add the following code to your assembly. assembly: FrontLoadedReporter( typeof (NCrunchReporter))] This is only allowed at the assembly level, and must be a IEnvironmentAwareReporter. This is especially nice for… CodeCompareReporter My new favorite text diff tool is Code Compare, mainly because it integrates directly into Visual Studio 2010. Both are fixed now. C# Reporters DevelopMentor Courses - Tuesday, April 10, 2012 |
42 Articles match "Assembly","Visual Studio"
| The Latest from DevelopMentor | MORE | | The Architecture of WCF These can be obtained in one of two ways: shared assembly and metadata. Shared Assembly. sharing an assembly between client and service gives both the definition of the contract. Using a shared assembly works fine when it is reasonable for the service and client to share code but cannot be used if the service and client are different technologies and may want to be avoided if the client and service are maintained by unrelated teams. 'Before WCF it was, of course, possible for software running on different machines to communicate. Messages. Channels. WCF, as of 4.5, DevelopMentor Courses - Sunday, April 7, 2013 What’s New in ApprovalTests.Net v.18? FrontLoadedReporter IEnviromentAwareReport Upgrades CodeCompareReporter DictionarySupport EF and Mvc3 additions Bug Fixes FrontLoadedReporter Attribute (For Build Systems) You can now add the following code to your assembly. assembly: FrontLoadedReporter( typeof (NCrunchReporter))] This is only allowed at the assembly level, and must be a IEnvironmentAwareReporter. This is especially nice for… CodeCompareReporter My new favorite text diff tool is Code Compare, mainly because it integrates directly into Visual Studio 2010. Both are fixed now. C# Reporters DevelopMentor Courses - Tuesday, April 10, 2012 Installing ASP.NET MVC 4 Beta breaks ASP.NET MVC 3 RTM applications You will see some error like The name 'model' does not exist in the current context or 'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'ActionLink' and no extension method 'ActionLink' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?) in the appSettings section of your web.config, fix the references for System.Web.WebPages and System.Web.Helpers and restart Visual Studio 2010 to fix the problem. Enjoy! The Problem Solver - Wednesday, March 14, 2012 | -
| The Best from DevelopMentor | MORE | - 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. Start by creating a class library project and referencing the assembly, Microsoft.VisualStudio.TemplateWizardInterface.dll. Tony and Zuzana's World - Wednesday, September 14, 2011 - 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. runtime, the loosening of COM interop rules with the No PIA feature (no Primary Interop Assemblies required). Visual Studio 2010 Multi-monitor Support. Tags: Articles DevelopMentor Visual Studio I recently wrote an article for DevelopMentor ’s Developments entitled. 2 ASP.NET. Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - AutoRunner
What I wanted it for was to run nunit-console.exe whenever my current tests assembly was rebuilt. It’s not a Visual Studio add-in. Using Visual Studio’s External Tools feature, however, it’s almost as good as an add-in. Tags: Uncategorized.NET BDD TDD Visual Studio I recently came across this awesome code kata performance by Corey Haines here. Besides enjoying and learning from his actual performance, I was really impressed by his use of a Ruby tool called autotest. I’m not sure, but it looks like it has become autospec.). Jason Diamond - Sunday, September 27, 2009 - Visual Studio 2010: Debugging a x86 WCF service on a x64 machine
I just ran into an issue where I have a WCF service that depends on a.NET assembly that is compiled specifically for x86. In order to use that assembly I need to compile the service as a x86 service. found the answer in the forums and adapted the answer for my specific problem: 1.Copy WcfSvcHost.exe and WcfTestClient.exe from C:program files (x86)Microsoft Visual Studio 10.0Common7IDE to a local directory. 2.Start a Visual Studio 2010 Command Prompt (one of the links from the start menu -> Visaul Studio 2010). Visual Studio 2010 WCF Windows DevelopMentor Courses - Wednesday, October 5, 2011 - Unblocking assemblies in Windows 7
I just ran into a little problem when attempting to run a Visual Studio unit test on my Windows 7 machine. downloaded log4net.dll and wanted to use it in a project, but when running the unit test I ran into the following error: Failed to queue test run 'Mark@L-ONE 2009-10-11 14:08:38': Test Run deployment issue: The location of the file or directory 'c:usersmarkdocumentsvisual studio 2008projectssourcesdevelopone.myproject.unittestsbindebuglog4net.dll' is not trusted. Make sure you remove all copies of the assembly (if you have copy local = true) and then recompile. The Blomsma Code - Sunday, October 11, 2009 - Rehosting the Workflow Designer in WF4
In the code below I just scan through all types in a few assemblies and if they are valid activities I add them to the toolbox. var toolbox = new ToolboxControl(); var cat = new ToolboxCategory( "Standard Activities" ); var assemblies = new List (); assemblies.Add( typeof (Send).Assembly); Assembly); assemblies.Add( typeof (Delay).Assembly); Assembly); assemblies.Add( typeof (ReceiveAndSendReplyFactory).Assembly); Assembly); var query = from asm in assemblies. So who still needs Visual Studio 2010? Now that is more like it! The Problem Solver - Wednesday, December 23, 2009 - Peeling Back the Onion Architecture
Here is the project structure for a Visual Studio solution I created to demonstrate the Onion Architecture. The RepositoryModule class resides in a separate DependencyResolution assembly, which references the Infrastructure.Data assembly and binds IProductRepository to ProductResository. The assembly containing the Ninject modules references the Data assembly, so that web client doesn’t have to, keeping the web client ignorant of the actual repository implementation. Download the code for this article. This is where the “Onion Architecture” comes in. Tony and Zuzana's World - Saturday, October 8, 2011 %>
| | |