News

Take advantage of the MethodImplAttribute class in C# to inline methods and improve the execution speed of your .NET applications. The Just-In-Time (JIT) compiler is a component of the Common Language ...
When working in applications you might often find that the source code has become so complex that it is difficult to understand and maintain. Fluent interfaces and method chaining are two concepts ...