The concept of URL mapping was introduced for the very first time in ASP.Net version 2.0 and ever since, it has been in existence. While most of the Web-developers who develop their projects on ASP.net prefer going for URL Mapping whereas there are developers who don’t like to go with the concept of URL mapping. [...]
While ASP.NET is known for providing users/developers with inbuilt functions and methods for creating Login forms etc., yet there are sometimes when we need to generate a random password string for every new user created. Especially in applications like Online Examinations System where the admin generates a random default password for every new user created. [...]
Microsoft .Net Framework is very useful as it provides support for developing both Windows applications and Web based applications. Microsoft has provided .Net Framework with an exceptional feature which automatically converts the datatypes as per the requirement of framework (if the language is supported). You can also design and run your own language inside the [...]
Delegates in .NET can be considered as address to methods. This can be considered to be equivalent to Function Pointers in C++. However, there are some difference like delegates are type-safe and a delegate class can hold reference to multiple methods.
When we program in VB.net, we sometimes get into a situation where we have more than one solution for doing a given problem. Sometimes, we code something as a solution and then find a better version of the same on Internet or some other resource. Such situations are sometimes funny while they are irritating most [...]
In order to understand how to write your own custom attributes, it is useful to know what the complier does when it encounters an element in the code which has been presented as a custom attribute applied to it.
Development of software is only a single phase of overall system development. Coding is an important step on system development but maintaining the quality of software is also an important part and a challenging job. Proper testing is important for the good quality assurance. At present, there are different tools available for testing products. The tools like