Abundant Code

  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • F#
  • JavaScript
  • ASP.NET
  • C
  • Java
  • SQL Server
  • Assembly Lang
Home » .NET

Difference between Hash table and Dictionary in .NET

July 15, 2014 by AbundantCode Leave a Comment

Here’s a simple difference between Hashtable and Dictionary in .NET Dictionary Hashtable It is generic in nature It is non generic in nature It is defined in the namespace System.Collections.Generic It is defined in the namespace System.Collections When a request is made to the dictionary and if the key does not exists , you get […]

Filed Under: C# Tagged With: .NET, Collection, Dictionary, Hashtable, How to

Popular LINQ Providers for .NET Developers

March 31, 2014 by AbundantCode Leave a Comment

LINQ stands for Language Integrated Query . It enables the developers or the programmers to query against different data sources with the similar syntax. Below are some of the popular LINQ Providers for the .NET Developers. Popular LINQ Providers for .NET Developers Linq to Excel Linq to Google LINQ to Active Directory LINQ to AD […]

Filed Under: C# Tagged With: .NET, developers, LINQ, popular, Providers

How to Convert a Stream to Byte Array in C# 4.0 ?

December 31, 2013 by AbundantCode 4 Comments

One of the simplest way to convert a stream to byte array in C# 4.0 is to use the MemoryStream and perform the CopyTo operation on the source stream to the Memory Stream. How to Convert a Stream to Byte Array in C# 4.0 ? Below is a sample code snippet on how to convert […]

Filed Under: C# Tagged With: .NET, Byte Array, C#, convert, Stream

Top Tools to Convert HTML to PDF in .NET

December 27, 2013 by AbundantCode 6 Comments

There are times when you may want to generate PDF from the simple HTML data . There are plenty of tools available that lets the developers to easily convert HTML to PDF in .NET . Below are some of the well known tools to perform the task. Top Tools to Convert HTML to PDF in […]

Filed Under: News Tagged With: .NET, convert, HTML, PDF, Tools, top

How to Create Extension Method in C# ?

December 26, 2013 by AbundantCode Leave a Comment

Extension methods are great way to add a method to an existing type . A typical scenario is when you dont have the access to the sourcecode and want to add a method to the type . How to Create Extension Method in C# ? Below is a sample code snippet that demonstrates how to […]

Filed Under: C# Tagged With: .NET, C#, Create, Extension Method, How to

How to Decode HTML Characters in C# ?

December 26, 2013 by AbundantCode Leave a Comment

The .NET Framework 4.0 and above provides the WebUtility.HtmlDecode class which lets the developers to convert the string which are encoded with HTML characters to plain string . How to Decode HTML Characters in C# ? Below is a sample code snippet that demonstrates how to decode HTML characters in C#.

Filed Under: C# Tagged With: .NET, C#, Characters, Decode, How to, HTML

Example of Immediate Query Execution of LINQ in C# .NET

December 6, 2013 by AbundantCode Leave a Comment

Below is a sample code snippet that demonstrates the Immediate Query execution of LINQ Query in C#. Example of Immediate Query Execution of LINQ in C# .NET The Output of the above program in

Filed Under: C# Tagged With: .NET, C#, Immediate, LINQ, Query Execution

Example of deferred execution of LINQ Query in C# .NET

December 6, 2013 by AbundantCode Leave a Comment

Below is a sample code snippet that demonstrates the deferred execution of LINQ Query in C#. Example of deferred execution of LINQ Query in C# .NET The Output of the above program is

Filed Under: C# Tagged With: .NET, C#, deferred, execution, LINQ, Query

How to generate a random number in C# and .NET?

October 18, 2013 by AbundantCode Leave a Comment

If you want to generate a random number in your .NET application using C#, you can use the random class to generate one. How to generate a random number in C# and .NET? Below is a sample code snippet on how to generate random numbers in C#. Try to keep the instance of the Random […]

Filed Under: C# Tagged With: .NET, C#, generate, How to

What are the Different Access Modifiers available in .NET?

October 5, 2013 by AbundantCode Leave a Comment

There are 5 different access modifiers available in .NET Public – The members declared as public is accessible to all. Private – The members declared as private is accessible only within the same type. Internal – The members declared as internal is accessible only with in the same assembly. Protected – The members declared as […]

Filed Under: C# Tagged With: .NET, Access Modifiers

  • 1
  • 2
  • Next Page »
RSS
Facebook
fb-share-icon
Twitter
Visit Us
Follow Me
Tweet

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval

Categories

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML

Blog Stats

  • 8,729,245 hits

Archives

Top Posts & Pages

  • How to open display settings from command line in Windows 10 ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • C Program to Multiply Two Matrices Using Multi-dimensional Arrays
  • How to Extract number from a string using C# ?
  • C Program to display half-pyramid using alphabets
  • Json.NET & VB.NET - How to Deserialize an Object ?
  • System Software - SIC/XE Program to clear 20 byte string to empty
  • How to Check if Integer is a multiple of a number in Java?
  • System Software - SIC/XE program to clear 20 byte string using Immediate addressing mode.
  • How to Allow only numeric input in a Textbox in WPF ?

Categories

  • Android
  • Angular 2
  • ASP.NET
  • Assembly Language
  • C
  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • Excel
  • F#
  • HTML
  • Interview Questions
  • Java
  • JavaScript
  • jQuery
  • Microsoft Office
  • MySQL
  • NETWORK
  • News
  • PHP
  • popular
  • PowerShell
  • Python
  • Ruby
  • SharePoint
  • SQL Server
  • SQL Server
  • Unix
  • VB.NET
  • Visual Studio
  • WebAPI
  • Windows
  • Windows Azure
  • Windows Forms
  • XAML

Top Posts & Pages

  • How to open display settings from command line in Windows 10 ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • C Program to Multiply Two Matrices Using Multi-dimensional Arrays
  • How to Extract number from a string using C# ?
  • C Program to display half-pyramid using alphabets
  • Json.NET & VB.NET - How to Deserialize an Object ?
  • System Software - SIC/XE Program to clear 20 byte string to empty
  • How to Check if Integer is a multiple of a number in Java?
  • System Software - SIC/XE program to clear 20 byte string using Immediate addressing mode.
  • How to Allow only numeric input in a Textbox in WPF ?

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval
  • Python Program to Check Prime Number
  • Python Program to Find the Largest Value Among Three Numbers
  • Python Program to Check If a Given Year is Leap Year
  • Python Program to Check if a Number is Odd or Even
  • Python Program to Check if a Number is Positive, Negative or Zero

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML