| |
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.
|
5 Articles match "Article","Class Library"
| The Latest from DevelopMentor | MORE | | Build a Multi-Project Visual Studio Template Download the code for this article here. 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. Start by creating a class library project and referencing the assembly, Microsoft.VisualStudio.TemplateWizardInterface.dll. Create a RootWizard class that implements IWizard. Entities; namespace $safeprojectname$ { class Program { static void Main( string [] args) { // Client code goes here. } } }. You can download the code for this article here. Tony and Zuzana's World - Wednesday, September 14, 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. UI Library's YUI Compressor Java project. Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and.NET platform utilizing Microsoft.NET Framework. RazorEngine at [link]. Here you go. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 Unity, Multiple Constructors and Configuration Its mostly straightforward as IoC containers go but one thing had me puzzled for a while as its not really documented or blogged as far as I can see; so I decided to blog it so hopefully others looking will stumble across this article. Lets start off with a simple example: I have two interfaces: IService and IRepository that live in the Interfaces class library. also have two implementations in the Services class library: MyRepository. 1: public class MyRepository : IRepository. 1: public class MyService : IService. 1: class Program. .NET Meanderings - Monday, June 7, 2010 | -
| The Best from DevelopMentor | MORE | - Six Things That’ll Surprise You About.NET 4.0
I recently wrote an article for DevelopMentor ’s Developments entitled. You can read the entire article (republished just below this introduction) or if you’d rather see it as a quick set of 6 sides, you can see those here: Six Things That’ll Surprise You About.NET 4.0. In this article, we will explore some of the new features of the.NET 4.0 For example, one style of development where developers sketch out a scenario in code involving a set of classes before they are completely written was painful in VS 2008 (e.g. Base-class Libraries. " anyone? Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - 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. UI Library's YUI Compressor Java project. Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and.NET platform utilizing Microsoft.NET Framework. RazorEngine at [link]. Here you go. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Build a Multi-Project Visual Studio Template
Download the code for this article here. 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. Start by creating a class library project and referencing the assembly, Microsoft.VisualStudio.TemplateWizardInterface.dll. Create a RootWizard class that implements IWizard. Entities; namespace $safeprojectname$ { class Program { static void Main( string [] args) { // Client code goes here. } } }. You can download the code for this article here. Tony and Zuzana's World - Wednesday, September 14, 2011 - Unity, Multiple Constructors and Configuration
Its mostly straightforward as IoC containers go but one thing had me puzzled for a while as its not really documented or blogged as far as I can see; so I decided to blog it so hopefully others looking will stumble across this article. Lets start off with a simple example: I have two interfaces: IService and IRepository that live in the Interfaces class library. also have two implementations in the Services class library: MyRepository. 1: public class MyRepository : IRepository. 1: public class MyService : IService. 1: class Program. .NET Meanderings - Monday, June 7, 2010 - EF 4.0 N-Tier Support: Take 2
About a year ago I wrote an article for MSDN Magazine outlining one possible solution to this problem. On the service-side, I wrote a helper class which interrogated entities for changes and persisted changes to the database, using either LINQ to SQL or the Entity Framework. uses the same basic approach, with entities tracking their own state and helper classes for change-tracking and persistence. The difference is that EF uses code-generation via T4 templates to create the helper classes instead of incorporating them into assemblies for the client and service to reference. Tony and Zuzana's World - Thursday, November 12, 2009 %>
| | |