.Net Obfuscator
Obfuscator is essentially a tool that scrambles or obfuscates the MSIL code in such a way that it becomes impossible to comprehend and reverse engineer the compiled code to the original source code.
Obfuscator is essentially a tool that scrambles or obfuscates the MSIL code in such a way that it becomes impossible to comprehend and reverse engineer the compiled code to the original source code.
The importance of surveillance and security camera systems is constantly growing these days. In the ancient times, there was a camera and a guard whose […]
According to JMS Specification “The Java Message Service (JMS) sets the standard or rules for reliable Enterprise Messaging or Messaging Oriented Middleware (MOM).” Messaging or […]
Introduction The Equation parser is a program written in C# to parse the mathematical formulas like “12^3+log(3.45)”, the program can also solve more complex formulas […]
For those who don’t know, NAnt is a .NET build scripting tool. It is a lot like the Java build tool Ant, so everything in […]
This article describes about design pattern namely Singleton Pattern. Let us see some of the implementation : Ist way of implementing Singleton Pattern in C#: […]
This article talks about how to set a watch on a file or directory, and take custom actions when that file is modified. These tasks […]
In this article, I will explain how to create and install a simple windows screensaver, similar to the Marquee screensaver; witch is installed on your […]
Motivation Sometimes, while programming, we find ourselves in situations where a sorted collection of (key, value) pairs is needed. C# provides a class that implements […]
Introduction: We all are use datasets as a means of carrier of data from one layer to another. Most of the time we are using […]
Copyright © 2024 | WordPress Theme by MH Themes