Archives

InterSystems Cache & Ensemble Error 411 – File %1 has been edited, cannot modify from the management p

In this blog post, let’s learn about the error message “411 File %1 has been edited, cannot modify from the management p” in InterSystems Cache & Ensemble and the description of the error message. Error Message 411 – File %1 has been edited, cannot modify from the management p Error Details File %1 has been edited, cannot modify from the management portal

How to Create Extension Method in C# ?

Extension methods are great way to add a method to an existing type . A typical scenario is when you dont have the access to the sourcecode and want to add a method to the type . How to Create Extension Method in C# ? Below is a sample code snippet that demonstrates how to create an extension method for the integer type to tell…