About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: interface
Common.Logging – generic developer logging
Image courtesy of Ales Krivec / unsplash.com https://www.nuget.org/packages/Common.Logging/ Common.logging provides an abstraction for the logging framework of choice. For IoC the common.logging offers an interface. NoOpLogger is a fake implementation used for unit testing. I prefer to use the nuget from log4net with … Continue reading
Posted in Development, Tooling
Tagged Code, interface, log4net, logging, NuGet, unittest
Leave a comment
AutoMapper – converting objects
Image courtesy of Mike Enerio / unsplash.com https://www.nuget.org/packages/AutoMapper/ Mapping two objects using convention and coded/configurerd mappings. This comes in handy when moving through the layers of a solution (data > business > viewmodel) Every property with the same name is automatically mapper … Continue reading
Code generation from Visual Studio UML class diagram
In the Ultimate edition of Visual Studio 2010 Microsoft has put the Architecture feature. With this I can create Graphs, Layer and UML diagrams. The feature is readonly in the Premium edition, but I’m not sure it can generate code … Continue reading
Posted in Development
Tagged azure, class diagram, classdiagram, Code, codegeneration, DataContract, generate code, interface, servicecontract, serviceimplementation, T4, Tooling, UML, Visual Studio 2010, WCF, Windows Azure
1 Comment
Windows Azure SDK better with wrappers
Since Windows Azure SDK 1.2 back in 2010 I’m trying to get my unittests up and running. I posted about it on the Microsoft forum and consulted the JustMock forum. Nobody was able to provide the solution as it looks … Continue reading
Posted in Development
Tagged azure, decouple, fakes, interface, reference, Rhino mocks, RoleEnvironment, RoleEnvironmentHelper, singleton, telerik, Telerik JustMock, unittest, vs11, Windows Azure, windows azure sdk, wrapper
Leave a comment