| |
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.
|
30 Articles match "Module","Visual Studio"
| Related DevelopMentor Courses | MORE | | Simple WCF SOAP-REST Multi-Project Template did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. 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. The web host exposes both SOAP and REST style endpoints but does not sport the usual REST bells and whistles, such as integration with the ASP.NET routing module. Technical REST SOAP Visual Studio WCFDownload the source code for this post. Enjoy. DevelopMentor Courses - Monday, June 11, 2012 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. The module looks at the ideas behind ORM and shows how you can remove data access code from your codebase by working with objects that the ORM translates into database queries. couldn't? DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (US) Training You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. beta) In this module, you will learn about a new Microsoft's latest UI technology called Silverlight as well as its more full featured counterpart WPF (Windows Presentation Foundation). In this module we look at the basic anatomy of an MVC application, looking at models, views and controllers. In this, the first of the PFx modules we look specifically how this class gives us a unified framework for building multithreaded code. DevelopMentor Courses - Tuesday, March 1, 2011 |
10 Articles match "Module","Visual Studio"
| The Latest from DevelopMentor | MORE | | Simple WCF SOAP-REST Multi-Project Template did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. 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. The web host exposes both SOAP and REST style endpoints but does not sport the usual REST bells and whistles, such as integration with the ASP.NET routing module. Technical REST SOAP Visual Studio WCFDownload the source code for this post. Enjoy. DevelopMentor Courses - Monday, June 11, 2012 Peeling Back the Onion Architecture Here is the project structure for a Visual Studio solution I created to demonstrate the Onion Architecture. There is a private RegisterServices method where you can bind local service implementations and load Ninject modules. To< ProductService >(); // Add data and infrastructure modules var modules = new List < INinjectModule > { new RepositoryModule () }; kernel.Load(modules); }. Download the code for this article. This is where the “Onion Architecture” comes in. This layer would contain your POCO entities. The Web.Ui Enjoy. Tony and Zuzana's World - Saturday, October 8, 2011 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. Articles ASP.NET NoSQL Open Source Tools Visual StudioRazorEngine at [link]. Here you go. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 | -
| The Best from DevelopMentor | MORE | - 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. Articles ASP.NET NoSQL Open Source Tools Visual StudioRazorEngine at [link]. Here you go. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Simple WCF SOAP-REST Multi-Project Template
did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. 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. The web host exposes both SOAP and REST style endpoints but does not sport the usual REST bells and whistles, such as integration with the ASP.NET routing module. Technical REST SOAP Visual Studio WCFDownload the source code for this post. Enjoy. DevelopMentor Courses - Monday, June 11, 2012 - Peeling Back the Onion Architecture
Here is the project structure for a Visual Studio solution I created to demonstrate the Onion Architecture. There is a private RegisterServices method where you can bind local service implementations and load Ninject modules. To< ProductService >(); // Add data and infrastructure modules var modules = new List < INinjectModule > { new RepositoryModule () }; kernel.Load(modules); }. Download the code for this article. This is where the “Onion Architecture” comes in. This layer would contain your POCO entities. The Web.Ui Enjoy. Tony and Zuzana's World - Saturday, October 8, 2011 - Webinar: MEF Explained
In the process of updating my Exploring.NET course for DevelopMentor, I’ve authored a module on the Managed Extensibility Framework , or MEF for short. A good example is the code editor in Visual Studio 2010 , which has been MEF-ified to allow for customized extensions. also presented a webinar on the topic (video download available soon). Here are the slides and code for that session. Glenn Block , the principal architect of MEF, has written a very good article on MEF in the Feb 2010 issue of MSDN Magazine, where he provides plenty of code samples. Tony and Zuzana's World - Friday, November 19, 2010 - ASP.NET Routing in Windows Azure Using WebForms
First you'll need the Azure SDK and Visual Studio tools: [link]. Next, create a new solution in Visual Studio by choosing Cloud Service->Web and Worker Cloud Service. Modify the web.config by adding a handler and module to the system.webServer section: <add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web.Routing, Version=3.5.0.0, I'm a huge fan of ASP.NET Routing. It gained popularity as the part of ASP.NET MVC which channels requests for a given URL to the right controller action. link]. link]. link]. Kennedy. - MVVM: Service Locator
Here’s what it looks like: Notice that it implements the IServiceProvider interface – this is a base.NET interface used for service resolution and a form of it can be found in the Visual Studio extensibility API, Windows Workflow and a variety of other projects. To get the message visualizer you could do this: {rtf1ansiansicpglang1024noproof65001uc1 deff0{fonttbl{f0fnilfcharset0fprq1 Consolas;}}{colortbl;??red0green0blue0;red255green255blue255;red43green145blue175;red0green0blue255;red0green128blue0;}??fs28 null ). {. // Use message visualizer. }. anyway). It’s easy. Mark's Blog of Random Thoughts - Wednesday, January 27, 2010 - Adding ILDasm to VS.NET with a keyboard shortcut
I often show students in my classes how to add ILDasm to their tools menu - it's handy because you can then click on ILDasm and it will open the current module allowing you to look at the manifest, IL, etc. The path varies a bit from version to version of Visual Studio. Select Tools | External Tools. You’ll get the tools dialog: 2. Enter ILDASM for the title and set the Command to the path for ILDASM. For VS2008 you will find it at C:Program FilesMicrosoft SDKsWindowsv6.0Abinildasm.exe. You should now be able to access Tools | ILDASM. Then 1,2,3: Tags: NET %>
| | |