I'm always looking for ways to develop high quality software faster with less code. Recently, I explored aspect-oriented programming (AOP) to reduce code volume, and I cover the potential benefits in ...
Technologies mentioned in this article include VB.NET and C#. Q I put my resources for a given application into a different project because my company wants us to share resources among several ...
Take advantage of projections in C# to transform an object into a new form that has only the properties you need. Projection is an operation that transforms the results of a query. You can use ...