Skip to content

CODE SNIPPETS

All the Code Snippets and Samples you need

  • Home
  • Menu
    • DISCLAIMER / HAFTUNGSAUSSCHLUSS
    • IMPRINT / IMPRESSUM
    • PRIVACY POLICY / DATENSCHUTZ
    • Submit a Snippet
  • Projects
    • Fesslersoft.Extensions
    • Tornadocapture
  • Tools
    • Base64 Encoder/Decoder
    • Colorpicker
    • MD5 Hash Creator
    • UUID/GUID Generator
    • XML Formatter
Top Tags
  • C#
  • csharp
  • Visual Studio 2012
  • Visual Studio 2008
  • Visual Studio 2010
  • Visual Studio 2013
  • Visual Studio 2005

Latest Post

How to get the current path using VBScript How to disable all links using jQuery How to remove class after delay in jQuery How to check if a value is a double value in Android (Java) How to refresh the current Android Fragment
VBScript

How to get the current path using VBScript

Aug 23, 2016 Administrator
jQuery

How to disable all links using jQuery

Aug 5, 2016 Administrator
jQuery

How to remove class after delay in jQuery

Aug 4, 2016 Administrator
Java

How to check if a value is a double value in Android (Java)

Aug 4, 2016 Administrator
Android Java Mobile

How to refresh the current Android Fragment

Jun 9, 2016 Administrator
  • Latest
  • Popular
  • Trending
  • VBScript
    How to get the current path using VBScript
  • jQuery
    How to disable all links using jQuery
  • jQuery
    How to remove class after delay in jQuery
  • Java
    How to check if a value is a double value in Android (Java)
  • Most Read Articles
    Top 10 reads of February 2015
  • AngularJs
    How to define global Variables in AngularJs
  • AngularJs
    How to reload or rerender the page using AngularJS
  • jQuery
    How to add or remove a class on hover using jQuery
  • VBScript
    How to get the current path using VBScript
  • jQuery
    How to disable all links using jQuery
  • jQuery
    How to remove class after delay in jQuery
  • Java
    How to check if a value is a double value in Android (Java)
.NET C#

What character escape sequences are available in C# or VB.NET?

May 28, 2014 Administrator

The following character escape sequences are avaiable in c#   \’   single quote, needed for character literals \”   double quote, needed for string literals \\   backslash \0…

.NET C# Regex VB.Net

How to rename a file in c# or vb.net

May 28, 2014 Administrator

To rename a file in c# or vb.net you need to Move it, there is no inbuild function that would just rename a file without moving. The Move function can…

.NET C# Regex VB.Net

How to replace multiple spaces with a single space in c# or vb.net

May 28, 2014 Administrator

To replace multiple spaces with a single space in c# or vb.net you can use a Regular Expression Sample c# Sample VB.NET there are more ways to do that, but…

.NET C# VB.Net

How to mark classes, methods and properties as Obsolete / Deprecated in c# or vb.net

May 28, 2014 Administrator

How can a class marked as Deprecated/Obsolete in c# or vb.NET? You can mark a class, method or property by adding the Obsolete Attribute above the declaration.   Sample C#…

.NET C# VB.Net

How to convert int to hex and hex to int in C# or VB.NET

May 27, 2014 Administrator

How to convert int to hex and hex to int in C# or VB.NET? Example C# Example VB.NET see also Standard Numeric Format Strings in the MSDN.

.NET C# VB.Net

How to populate a XDocument from a String

May 27, 2014 Administrator

How to populate a XDocument from a String? Example C# Example VB.NET see the msdn for more informations XDocument.Parse Method

.NET C# VB.Net

How to convert a char array to string

May 27, 2014 Administrator

How to convert a char array to string in c# or vb.net?   Sample C# Sample VB.NET For more informations take a look at the String Class Constructor’s in the msdn.

.NET C# Regex VB.Net

How to replace a line break in C# and VB.NET

May 27, 2014 Administrator

Replacing a line break is a simple challenge. In .NET there are plenty of ways to do that. You can for example use String.Replace or Regex.Replace. My prefered method is…

.NET C# VB.Net

generate random numbers in csharp or vb.net

May 27, 2014 Administrator

To generate random numbers in csharp or vb.net you simply need to use the Random class which is located in the namespace System. c# example vb.net example remember that the…

.NET C#

Setting a default value for auto implemented properties

May 27, 2014 Administrator

normally you can set a default value for your properties by giving the private property a value. but the auto implemented properties which were introduced with C# 3.0 the syntax…

Posts navigation

1 … 51 52 53
Search
Categories
  • .NET
  • Android
  • AngularJs
  • Announcements
  • Batch
  • C
  • C#
  • C-PlusPlus
  • CSS
  • Devexpress
  • HTML / HTTP / WEB
  • ios
  • Java
  • Javascript
  • jQuery
  • Microsoft SQL Server
  • Mobile
  • Most Read Articles
  • MySql
  • NuGet
  • Objective-C
  • Oracle
  • PHP
  • Powershell
  • Python
  • Regex
  • Ruby
  • SQLite
  • VB.Net
  • VB6
  • VBA
  • VBScript
  • Wordpress
  • XML
  • XSD
  • XSL
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Archives
  • August 2016
  • June 2016
  • December 2015
  • November 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • November 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
TAG CLOUD
.net (104) all (30) array (21) C# (209) char (50) character (36) characters (44) chars (50) check (49) convert (31) csharp (209) css (35) Directory (21) Extension (21) file (53) files (49) folder (24) get (82) html (45) IO (25) is (35) Java (31) javascript (68) jQuery (33) js (66) list (68) net (119) php (45) Python (32) query (24) remove (23) retrieve (57) select (65) SQL (28) String (94) Strings (71) System (75) to (31) vb.net (200) Visual Studio 2005 (205) Visual Studio 2008 (207) Visual Studio 2010 (207) Visual Studio 2012 (208) Visual Studio 2013 (207) XML (23)
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

CODE SNIPPETS

All the Code Snippets and Samples you need

Proudly powered by WordPress | Theme: Newsup by Themeansar.

  • Home
  • Menu
    • DISCLAIMER / HAFTUNGSAUSSCHLUSS
    • IMPRINT / IMPRESSUM
    • PRIVACY POLICY / DATENSCHUTZ
    • Submit a Snippet
  • Projects
    • Fesslersoft.Extensions
    • Tornadocapture
  • Tools
    • Base64 Encoder/Decoder
    • Colorpicker
    • MD5 Hash Creator
    • UUID/GUID Generator
    • XML Formatter