Latest posts on tagged on "ASP-NET"

System.speech dll download

8 September 2016

Here you can download System.Speech.dll and reference it with an application.

Asp .net text to speech using c#

8 September 2016

In this article I will show you how to convert text to speech using namespace System.Speech in .Net framework.

Vb isNullorEmpty with example

7 September 2016

If you want to check the property value or string which is Null or not using the following code in vb .Net.

C# isnull or empty

7 September 2016

If you want to check the property value or string which is Null or not using the following code in c# .Net.

Override method in c#

6 September 2016

In this article, I will show you how to override ToString() method in c# .net with example. You can overwrite a method of any class using a keyword “override”.

Explain generics in c# example

6 September 2016

Generics allow us to design classes and methods decoupled from data types. Generic classes available in System. Collections. Generic namespace.