Pages

C#

How to open a file locked by other process


An exception kicks up whenever you access a file that is already open by another process.
Learn how to overcome this issue by following this post.

Use Google translation service in your application - C# Walk through


Learn how to create a class library that translates text in a specific language to another language by following this simple step by step walk through.
The ouput of this walk through is a .Net dll that can be referenced in any .Net application.


#Happy coding :)


How to enable Google translation API


In one of my previous article I have written step by step walk through on how to create a class library for language translation using Google translation API. In order to use the library you need to enable Google translation API and obtain a key. 
How to achieve this is explained in the following article.

How to enable Google translation API

Check public key token of an assembly 


No comments:

Post a Comment