Showing posts with the label If c#.net application contains main method now we can generate DLL file or notShow All
 Creating and Using DLL (Class Library) in C#
Ratings:
Platform:
Windows

Introduction   A Dynamic Link library (DLL) is a library that contains functions and codes that can be used by more than one program at a time. Once we have created a DLL file, we can use it in many applications. The only thi…

How do you round a number to two decimal places in C#?
Ratings:
Platform:
Windows

How do you round a number to two decimal places in C#? Code here.. string a = "10.65678"; decimal d = Math.Round(Convert.ToDouble(a.ToString()),2)

Load More That is All

Translate

Close Menu