explore the features of Microsoft .NET

Category Archives: Windows Application

About log4net log4net is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent log4j framework to the .NET runtime. We have kept the framework similar in spirit to the original log4j while taking advantage of new features in the .NET runtime Features [...]


Barry Boehm,  University of Southern California Victor R. Basili,  University of Maryland   Software’s complexity and accelerated development schedules make avoiding defects difficult. These 10 techniques can help reduce the flaws in your code. Download :


· Differences 1. Difference between Classic ASP and ASP.Net? Answer: § ASP is Interpreted language based on scripting languages like Jscript or VBScript. § ASP has Mixed HTML and coding logic. § Limited development and debugging tools available. § Limited OOPS support. § Limited session and application state management. § Poor Error handling system. § [...]


How to register  and unregister a DLL? It is possible that your application requires this DLL to be on the search path. In this case you could move it to \WINDOWS\system32 Or the application requires it to be in the application directory. Now to register it, you need to move to the directory where the [...]


Hi .NET Architects! Visual Studio Setup and deployment Projects provides to make an executable or installer file in .NET windows application is easy and rapidly. Visual Studio provides templates for four types of deployment projects: Merge Module Project, Setup Project, Web Setup Project, and Cab Project. In addition, a Setup wizard is provided to help [...]


How to secure the data at the time of transmissions in VB.NET?before going this chapter we see the concepts of encryption and decryption. Encryption is the conversion of data into a form, called a cipher text, that cannot be easily understood by unauthorized people. Decryption is the process of converting encrypted data back into its original [...]


How to carry a value from one form to another form in vb.net windows applications? Web applications contains facilities to transfer the value from one form to another using server objects like Session, Application. Same way in windows applications we can use global variables able to solve this problem. For ex., In your windows application [...]



Follow

Get every new post delivered to your Inbox.

Join 35 other followers