home / developersection / category
In this article, we learn how to resize an image in c#. To complete this task firstly we design a user interface for resize image which is a combination of
Nullable Variable is those variables in which the initial value will null and the value will be initialize after quite some time. With the help of nullable variable operator we can declare any type of variable value as null.
Step: Open Visual Studio Command Prompt Type gacutil/i [Drive_Name]:\[Folder_Name]\[Assembly_Name].dllAfter following these steps you will get a me
First, you have to add a namespace in your existing namespaces that will be System.Net which will provide the functionality to represent the networking related facilities in our programming
What is System Process? The Process component is useful to obtain the list of the processes that are running on the system.With the help of Process c
What is DataGridView?Where The DataGridView control is used for displaying the data from the SQL database. Data will display in a table from the dat
A Strong Name consists of the assembly's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature. Strong Name is similar to GUID (It is unique in space and time).
Globalized connection string meant for that if you are designing a vast application that having so many windows forms and u need to control all the application using an app.config file. So here is just a demo to create a Globalized connection string
Windows forms Tree View control helps to represent data in hierarchical format. Whenever you want to display data in the format of parent child relationship or in hierarchical format then we can use concept of tree view control. The best example of t
PrintDocument PrintPreviewDialog and PrintDialog Control in C#.NetWhere, The PrintDialogControls are used to open the Windows Print Dialog. The Prin
The DataRepeater control allows you to display rows of your data in a scrollable container giving you more flexibility and customization than standard grid controls.
The DataGridView control enables you to connect to a database and display data in tabular format. How to use DataGridView ControlDrag and drop DataG