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# VB.Net

How to catch specific MS-SQL SQLExceptions in C# and VB.NET

Nov 20, 2015 Administrator

To catch specific SQLExceptions using Microsoft.NET and Microsoft Sequel Server you can use the snippet below. You also need to look for the specific error numbers/codes you want to catch.…

Announcements

MD5 Hash creator

Nov 12, 2015 Administrator

We have just released another tool in our new Tools section. It’s a online MD5 Hash Creator, which uses HTML, AngularJs and Bootstrap. MD5 Hash Creator If you have any…

.NET C# VB.Net

How to extract a password protected zip file using DotNetZip in C# and VB.NET

Nov 12, 2015 Administrator

To extract (unzip) a password protected zip file using the Ionic DotNetZip Library, you can use the snippet below. Samples [tab name=”C# Sample”] string zipFile = @"C:\Users\Fesslersoft\Desktop\ZipTest\Test.zip"; string targetDirectory =…

Announcements

Base64 encoder and decoder

Nov 11, 2015 Administrator

We have just released the first tool in our new Tools section. It’s a unicode compatible base64 encoder/decoder, which uses HTML, AngularJs and Bootstrap. Base64 Encoder/Decoder If you have any…

.NET C# VB.Net

How to use a specific encoding using XDocument in C# and VB.NET

Nov 10, 2015 Administrator

To use a specific encoding when working with XDocument, you can create an XDeclaration. Samples C# Sample XDocument xDoc = new XDocument(); xDoc.Declaration = new XDeclaration("1.0", "ISO-8859-1", ""); VB.NET Sample…

.NET C# VB.Net

How to remove specific (unicode) characters in a String using C# and VB.NET

Sep 25, 2015 Administrator

Here is an example on how to remove specific (unicode) characters in a String using C# and VB.NET Samples C# Sample static void Main(string[] args) { Console.OutputEncoding = System.Text.Encoding.Unicode; const…

Most Read Articles

Top 10 reads of July 2015

Aug 7, 2015 Administrator

These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan generic extension method for C# and VB.NET How to prevent…

Most Read Articles

Top 10 reads of June 2015

Jul 7, 2015 Administrator

These are the Top 10 reads of June 2015. How to convert Color to Hex and Hex to Color using C# and VB.NET How to Remove duplicates from a IEnumerable…

.NET C# VB.Net

IsSmallerThan generic extension method for C# and VB.NET

Jun 29, 2015 Administrator

This is the IsSmallerThan generic extension method, this extension method which is part of the Fesslersoft.Extensions. It should only work with numeric values. Samples Sample C# public static bool IsSmallerThan<TOne,…

.NET C# VB.Net

IsLargerThan generic extension method for C# and VB.NET

Jun 29, 2015 Administrator

This is the IsLargerThan generic extension method, this extension method which is part of the Fesslersoft.Extensions. It should only work with numeric values. Samples Sample C# public static bool IsLargerThan<TOne,…

Posts navigation

1 2 3 … 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