| Projects on Google Code | Results 1 - 10 of 15 |
componentdependencygraph
- .NET library to define component dependencies and generate DI mappings...
The ComponentDependencyGraph (cdg) library allows you to define the dependencies between .NET components using a FluentInterface. Its purpose is to manifest the component architecture of an application in code.
Once this is done, the mapping for Dependency Injection (DI) containers (DIC) like Mic...
The CCR is a great tool to define asynchronous architectures. But sometimes its level of abstraction is too low, especially for developers using it only occaissonally.
The CCR Space is trying to raise the level of abstraction for asynchronous programming by building on top of the CCR.
In addit...
Repository zum Ausprobieren eines kollektiven CCD-orientierten Code Reviews.
Die durchzusehende Beispielmethode entstammt dem Artikel "Daten verschlüsseln und entschlüsseln" von Andreas Maslo in der dotnetpro 2/2009, http://dotnetpro.de/articles/onlinearticle2862.aspx.
Im dotnetpro Archiv ist ...
Renaming a VS project is not easy. Using F2 just renames the project file. But what you usually really want is to also rename the project´s folder.
This tools helps you to exactly that. Because help is needed, since renaming the folder also means you need to update the project´s solution as well ...
Quellcode zu den Übungen der School of .NET
Faktura-Anwendung für den Hausgebrauch von Freiberuflern und in kleinen Unternehmen.
Auch als Fingerübung in Clean Code Development gedacht (www.clean-code-developer.de).
* AnforderungsListe
Quellcode zur School of .NET
Translates the parameters passed to an application on the CommandLine into a configuration object.
See ApiUsage for details on how this look in your code.
Scratchpad for all sorts of projects
Beispielprogramm, das zeigt, wie Integrationstests nicht nur "durch das" UI durchgeführt werden können, sondern noch besser, wenn UI und andere Verantwortlichkeiten in "Komponenten" ausgelagert sind.
Der Artikel zu diesem Code ist erschienen in dotnetpro 9/2009 (www.dotnetpro.de).
-Ralf Westph...