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#

Multiple “order by”-statements in LINQ

May 27, 2014 Administrator

To use multiple order by statements in your LINQ query you can use the OrderBy Method combined with multiple ThenBy Method’s. Example so let’s create a sample class and fill…

Microsoft SQL Server

How to write a case-sensitive MS-SQL query

May 26, 2014 Administrator

When using a case-insensitive Server Collation your sql queries are case-insensitive by default. To write a case-sensitive MS-SQL query, you need to add the keyword. In this sample we used…

.NET

Adding a Manifest Application File to your Visual Studio Project

May 26, 2014 Administrator

Right click on your project in the Visual Studio Solution Explorer. Select “Add New Item” from the context menu. 3. Choose “Application Manifest File” from the list of options in…

.NET C# VB.Net

How to force a .NET Application to run as administrator

May 26, 2014 Administrator

If you need to force a .NET Application to run with Administrative Privileges, you simply need to modify the Application Manifest File of your Project. If you need Help Adding…

.NET C# VB.Net

How to calculate a person’s age using C# and VB.NET

May 26, 2014 Administrator

This code snippet can help you to calculate a Person’s age using C# and VB.NET. C# Snippet #region using System; #endregion namespace de.Fesslersoft.CalculateAge { internal class Program { public static…

Posts navigation

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