Every Question..What does it mean? Why is this? How it works?
Microsoft .Net (pronounced dot (.) net) may be a package element that runs on the Windows software package.
.Net provides tools and libraries that change developers to form Windows package a lot of quicker and easier.
Microsoft describes it as:".Net is that the Microsoft internet Service strategy to attach data, people,
system and devices through software".I'm Choulla Naresh..!
Word reader dll Add a reference to the dll "word_reader.dll", and also add a using Statement as "using word_reader;"
To extract text, use:
TextExtractor extractor = new TextExtractor(PathToWordDocument);
string text = extractor.ExtractText(); //The string 'text' is now loaded with the text from the Word Document
how to install or uninstall a .NET Windows Service using C#. This article starts with an introduction of installing and uninstalling a .NET Windows Service using C#.
To install or uninstall Windows Service (that was created using the .NET Framework) use the utility InstallUtil.exe. This tool can be found in the following path.
Step 1
Open a Command Prompt window.
Open InstallUtil.exe in the directory for Framework 2.0; the path is “C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\”.
Figure 1
Step 2
Then .NET service runs as a command similar to this (specify the full path to your service):