C# | ASP.net | jQuery | Javascript | linq

Base64 to String [C#]

›
In this post we will see how to convert Base64 string to string. .Net provides .FromBase64String() method in System.Convert class to conve...

String to Base64 [C#]

›
In this post we will look how to convert string to Base64 using C#. .Net provides .ToBase64String() method in System.Convert class that we ...

Write to text file [C#]

›
File class in System.IO Namespace also contains methods to write contents to text tile. WriteAllText() method to write string to text file. ...

C# Uppercase First Character or Letter

›
Some times we need to uppercase the first letter . There are various ways to make first word in uppercase. we will look at some of the ways...

C# string ToLower - Convert string to lowercase

›
While writing C# code some times we need a string to be converted to lowercase string, so that the uppercase letters of the string get conv...

C# string ToUpper - Convert string to uppercase

›
In some cases we need to convert lowercase string to uppercase string, so that the lowercase letters of the string get converted  to upperc...

C# string

›
C# string is a object of class String. Value of string is text, which is nothing but the collections of read-only char Objects. In C# we ca...

embed resources like .js, .css or images in c#

›
In this post we will learn how to embed the resources like javascript file, images, .css files in class libraries. When creating custom con...
2 comments:

jquery attribute selectors

›
How to Use jQuery Selectors? jQuery has power of  minimizing lines of code. jQuery would be the powerful tool for the DOM. jQuery is easy t...

gridview add new row

›
In this post we will see how to add new row to grid. Gridview have a footer template. By default the visibility is false for this footer te...
‹
›
Home
View web version
Powered by Blogger.