Hello
Learner
Login
|
Register
|
Forgot password
Home
Articles
Interview QA
Snippets
Tips
News
My Mirror
Publish Article
|
Post Interview QA
|
Submit Snippet
|
Article List
|
Interview QA List
|
Snippets
Stats
Total Count
:
17
Article Categories
.NET Framework
ADO.NET
AJAX
ASP.NET
C#
CSS
HTML
JavaScript & Jquery
LINQ
Microsoft Azure
Others
Practices, Patterns & Arch
Remoting & Web services
Sharepoint
Silverlight
SQL Server
VB.NET
Visual Studio
WCF
Windows Forms
WPF
WWF
XML & XSLT
Resources
Publish New Article
Reverse string without using any built in function in .NET
In this snippet we will see how to reverse a string easily without using any built function or string function
By:
Ashok Nalam
|
12 Dec 2012
|
C#
|
Views:
12354
|
Comments:
0
|
Tags:
string
GET/Remove the last character from a string in SQL Server
We will see how to get and remove last character from a string in sql server.
By:
Ashok Nalam
|
14 Dec 2012
|
SQL Server
|
Views:
20246
|
Comments:
0
|
Tags:
string
tsql
parse an email address text before @ symbol in javascript
By:
Ashok Nalam
|
28 Feb 2013
|
JavaScript & Jquery
|
Views:
4575
|
Comments:
0
|
Tags:
string
convert letters on phone to numbers using .NET
In this snippet we will write a program which converts letters on phone to numbers using .NET
By:
Ashok Nalam
|
07 Mar 2013
|
C#
|
Views:
6221
|
Comments:
0
|
Tags:
string
how to set text or HTML content for span using jquery/Javascript
By:
Ashok Nalam
|
14 Mar 2013
|
JavaScript & Jquery
|
Views:
31023
|
Comments:
0
|
Tags:
string
.NET Program to count the number of occurrences of a Character in a String
The program returns number of occurrences of a particular character in a String.
By:
Ashok Nalam
|
24 Jun 2013
|
C#
|
Views:
63310
|
Comments:
0
|
Tags:
.NET
string
number of occurrences of a character in a string in c#
In this snippet we will see the program to find number of occurrences of a character in a string.
By:
Ashok Nalam
|
10 Sep 2013
|
C#
|
Views:
8817
|
Comments:
0
|
Tags:
.NET
string
Reverse string using Array.Reverse function in C#
In this snippet we will a simple program which reverse a string using Array.Reverse built in function using C#.NET.
By:
Ashok Nalam
|
16 Sep 2013
|
C#
|
Views:
6612
|
Comments:
0
|
Tags:
.NET
array
string
Difference between string.IsNullOrWhiteSpace and string.IsNullOrEmpty
The snippet covers difference between string.IsNullOrWhiteSpace and string.IsNullOrEmpty using an example.
By:
Ashok Nalam
|
19 Nov 2013
|
C#
|
Views:
11985
|
Comments:
0
|
Tags:
.NET
difference
string
Count number of vowels in a string using C#.NET
Snippet counts number of vowels in a string using C#.NET
By:
Ashok Nalam
|
10 Dec 2013
|
C#
|
Views:
11407
|
Comments:
0
|
Tags:
.NET
string
1
2