Example 1: The first instance is a simple example. Datetime.Compare method compares two dates that...
Archive - April 28, 2018
Compare Dates Without Time in Linq Query
In this code, You will compare two date without to disregard the time part. Compare and get date...
Compare Two Dates in Linq Query
Create a sample class. Add some objects to a List then compare them with Linq query (compare two...
C# Get All Filenames in Directory
C# Get All Filenames and Directory Names in Directory. C# using System; using System.IO; class...
Call Oracle stored procedure which returns ref cursor in C#
In this post you will see how to use the .NET Managed Provider for Oracle to pass an input...
Boxing Unboxing Example in C#
Boxing is the process of converting a value type to the type object or to any interface type...
C# Program to find the LONGEST word in an entered String
Program to find the LONGEST word in an entered String. You may also like this post too...