C# Tutorial - For Beginners & Professionals

Dictionary Data Type in C#

Dictionary Data Type in C#

In the this tutorial, we are going to learn Dictionary data type in C#. Dictionary Data type stores key value pairs, but unlike VB, it’s a little more strict in C#. We’ll learn the differences and some of the more common methods associated with Dictionary in this tutorial.

Demo and Full Guide

Dictionary Data Type in C# Dictionary Data Type dictionary data type in c#


How to Lock, Logoff, Restart, Shutdown Computer using C# with Winform Example

COBOL Program to sort a masterfile and produce a new file with example

How to upload multiple files at once using the ASP.NET File Upload control & jQuery's uploadify

How to encrypt Bitmap image in c#

How to Convert Numbers to Words String in ASP.NET using  C#

Set meta tag in asp.net programmaticaly for creating seo friendly websites

Set meta tag in asp.net programmaticaly for creating seo friendly websites

Here Pawan Kumar has explained how to Set meta tag in asp.net programmatically for creating SEO friendly websites. Search Engine Optimization or SEO helps a website to get generic traffic from internet and traffic is very important for a website to retain in the market and when we are developing Search Engine Optimization or SEO friendly ASP.NET Websites, the first and important basic thing for Search Engine Optimization or SEO is the META Tags(like Keywords, Title, Description)

Demo and Full Guide

ASP.NET Meta tags SEO ASP.NET Meta Keywords Meta Description SEO friendly websites


Truncate Strings with Complete Words without chopping words half way In C#