TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About close
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (7)
Geo J Thachankary (2)
Pranay Rana (2)
Munib Butt (2)
Usama Hafeez (2)
Rajeev Ranjan (2)
Aman Singhal (2)
Jean Paul (2)
Ashwani Tyagi (2)
Rion Williams (1)
Rahul Kumar Saxena (1)
Francis (1)
Rikam Palkar (1)
Anoop Kumar Sharma (1)
Vishal Yelve (1)
Nitya Sharma (1)
Arjit Soni (1)
Ashutosh Singh (1)
Harminder Singh (1)
Ajay Kumar (1)
Ghanashyam Nayak (1)
Mohan Kumar (1)
Vipin Yadav (1)
Vijayaragavan S (1)
Chris Love (1)
Toufik El Azzaoui (1)
Aman Gupta (1)
Shubham Jain (1)
Ashish Bhatnagar (1)
Anant Vernekar (1)
Thiago Vivas (1)
Nilanjan Dutta (1)
Rizwan Ali (1)
Ankur Mishra (1)
Dinesh Gabhane (1)
Utkarsh Kashyap (1)
Lala zareh (1)
Naveen Sharma (1)
Karthik Elumalai (1)
Mahender Pal (1)
Priyank Modi (1)
Rahul Singh (1)
Arpit Jain (1)
Sourav Kayal (1)
Rahul Bansal (1)
Jasminder Singh (1)
Sachin Kalia (1)
Anubhav Chaudhary (1)
Matthew Cochran (1)
Sharad Gupta (1)
Vinod Kumar (1)
Shubham Srivastava (1)
Varesh Tuli (1)
Venkatesan Jayakantham (1)
Syed Shakeer (1)
Edwin Lima (1)
Illawesome (1)
Related resources for close
No resource found
Simple Popup Window Management In JavaScript
9/23/2024 11:30:45 AM.
This article explains how to manage windows opened via JavaScript's 'window.open()' function. It provides a quick solution for opening and closing these windows from the same page, using a
Export Data Table To Excel in ASP.Net MVC 4
9/5/2024 11:09:19 AM.
This article demonstrates exporting a Data Table to Excel in ASP.NET MVC. It covers creating a new project, adding a ClosedXML reference, and setting up models and controllers. It details fetching dat
Understanding the Open/Closed Principle (OCP) with C#
8/12/2024 8:46:10 AM.
The Open/Closed Principle (OCP) states that software entities should be open for extension but closed for modification. This principle helps in creating flexible and maintainable code by allowing new
ASP.NET MVC - TempData - A Closer Look
6/24/2024 9:00:33 AM.
Explore the intricacies of TempData in ASP.NET MVC with this insightful guide. Learn how TempData facilitates temporary data storage across requests within controllers, its role in maintaining state b
Creating an Autoclose Sidebar in Blazor
6/24/2024 3:44:01 AM.
We'll explore how to implement a auto-collapsible sidebar in Blazor.
Export And Import Excel File Using ClosedXML In ASP.NET MVC
6/14/2024 10:40:56 AM.
Learn how to seamlessly export and import Excel files in ASP.NET MVC using ClosedXML. This tutorial covers uploading Excel files, reading data into a DataTable, and displaying it in a view.
S.O.L.I.D Principles - A Primer
4/29/2024 5:51:10 AM.
Explore the essential S.O.L.I.D principles in software development for robust, maintainable code. Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Invers
Learn Open/Closed Principle (OCP)
4/2/2024 5:16:26 AM.
The Open/Closed Principle (OCP) emphasizes that software entities should be open for extension but closed for modification. It enables adding new functionalities without altering existing code structu
Back To Basics - Dispose Vs Finalize
3/28/2024 10:39:36 AM.
We have been using the Dispose method for disposing objects in .NET. For the same purpose, we may also use the Finalize method. In this article I will try to explain what the Dispose and the Finalize
Open Closed Principle in SOLID
2/15/2024 6:51:23 AM.
In this article, we will learn about the Open Closed Principle. The Open Closed Principle (OCP) in SOLID, coined by Robert C. Martin, asserts that software entities should be open for extension but cl
Improve sales productivity and close more deals with Microsoft Sales Copilot
12/2/2023 11:43:56 AM.
We will talk about Microosft Sales Copilot, Sales Copilot Capabilities and how Microsoft Sales Copilot can help you improve your sales productivity.
Open-Closed Principle (OCP) in .NET 6 Core
10/30/2023 5:50:49 AM.
As a beginner developer, you're likely on a quest to create clean, maintainable, and scalable code. One of the guiding principles in this journey is the "Open-Closed Principle" from the
ClosedXML Excel Printing settings
10/6/2023 5:45:20 AM.
This article will describe all the printing settings available in CloseXML excel library.
Building Flexible And Future-Proof C# Applications With Examples
9/27/2023 6:11:38 AM.
This article explores the Open Closed Principle (OCP), one of the SOLID principles of object-oriented design, and how it can help developers build flexible and future-proof C# applications. By adherin
Use of Stopwatch Class in C#
9/21/2023 11:35:05 AM.
This article shows how to use the Stopwatch class in your application.
SOLID Principles In C# - Dependency Inversion Principle
9/17/2023 8:41:47 PM.
C# is an object-oriented programming language. These days whenever you talk about object-oriented programming you hear the acronym, SOLID. These are five design principles introduced by Michael Feathe
Find And Close The Window Using WIN API
9/10/2023 10:43:56 PM.
This article explains how to find and close the window using Win API. To find and close a window using the Windows API in a C# application, you can use the FindWindow function to locate the window by
Calling Any Stored Procedure In ADO.NET
9/10/2023 9:36:17 PM.
This one generic function can call any Stored Prodedure which take input parameters and return output parameters with the help of two-dimensions array. This is very helpful specially when you designin
CMD Session action in Desktop flow using Microsoft Power Automate
6/21/2023 6:44:53 AM.
Reading this article, you can learn how to execute the windows commands, Using Open CMD session action, Read from CMD session, Write to CMD session action and Close CMD session action with Desktop flo
How to Clone Complex Data Structures in JavaScript: The Deep Copy and structuredClone Methods
3/3/2023 2:07:03 AM.
An in-depth guide to deep copying in JavaScript, including techniques for copying arrays and objects, handling complex data structures, and optimizing performance. Learn about the new structuredClone(
Generating An Excel File Through A List Of Objects In ASP.NET MVC
10/7/2022 7:19:26 AM.
The purpose of this article is to facilitate the generation of an Excel file from a list of objects passed as parameters, allowing the choice of columns to be displayed and also the merging of cells w
Sealed Classes - A Java 17 New Feature
9/5/2022 6:05:01 AM.
In this article, you will learn about new feature of Java 17- Sealed Classes.
Design Principles For Better Software
7/18/2022 6:23:11 AM.
This article is about design principles and will help in basic understanding of most important principles used in better software development
Solid Principles Simplified (C#, .Net 5)
6/30/2022 1:46:41 PM.
This article is about Solid principles, concepts are described with examples for clear understanding of each principle.
How To Handle Files Through Python
5/17/2022 12:36:52 PM.
Nowadays python has emerged as a totally famous and effective language due to its excellent overall performance and huge variety of features by which we are able to use Python in various fields inclus
Date Controls And Timer Component In C#
10/28/2021 10:45:13 AM.
In this article, you will learn about date controls and timer components in C#.Net.
Quick Start On Observer Design Pattern
6/7/2021 7:12:52 AM.
Understanding of observer Design Patterns with real-world analogy and technical implementation in c#.
S.O.L.I.D Principles with C#
3/30/2021 9:28:12 AM.
In this video, I break down the 5 principles from SOLID alongside their common scenarios and how to apply the right principle to fix them
A Closer Look At JavaScript Hoisting
9/11/2020 12:59:51 PM.
Let's understand how "Hoisting" works under the hood in JavaScript
SOLID Principles In C# - Open Closed Principle
5/26/2020 1:01:43 PM.
C# is an object-oriented programming language. These days whenever you talk about object-oriented programming you hear the acronym, SOLID. These are five design principles introduced by Michael Feathe
Custom Pop-Up Window Using jQuery
4/30/2020 12:34:34 PM.
This is the article explains the custom PopUp window in jQuery, without any plug-ins. Most of the time we willing to open a <div> on a click event.
Ease of Access Settings in Windows 10
1/17/2020 4:54:29 PM.
This article explains the Ease of Access features in Windows 10.
Completely Close Metro Apps In Windows 8
12/23/2019 2:32:22 AM.
In this article we explain how to completely close (kill) Metro apps in Windows 8.
Close Running Apps and Clear App History In Windows 8
12/23/2019 2:20:45 AM.
In this article we explain how to close running metro apps & clear app history in windows 8.
CSS Error Handling
12/12/2019 4:10:42 AM.
In this article you will learn about CSS Error Handling.
How to close an app in Windows 8
12/5/2019 1:21:30 AM.
How to close a Metro style app running in Windows 8.
O In The SOLID - Open Closed Principle (OCP)
9/22/2019 11:41:00 PM.
In this article, you will learn about O, i.e., the Open-Closed Principle (OCP) in SOLID.
Create And Download Excel Using Closed XML In MVC5
10/30/2018 2:31:27 AM.
In this video, you can learn how to dynamically create and download an Excel sheet using closed XML and MVC5.
How To Return A Pair Of Closest Birthdates Using API, Multi Threading And MVC 5 Using C#.NET
10/18/2017 9:13:40 AM.
This article demonstrates how to use multi-threading to return the name of 2 customers who have the closest birthdate. I also include how create API to add\ retrieve customer details from SQL database
Azure Cloud - A Close Look
8/22/2017 5:30:48 PM.
Every two or three years, a new technology comes along which carries the potential to change the world, and “Cloud Computing” is the one. However, there are numerous terms and definitions floating aro
Closed XML To Read Excel Files In ASP.NET C#
8/11/2016 1:33:42 AM.
In this article, you will learn, how to close XML to read Excel files in ASP.NET C#.
Stop User From Creating Activities For Closed Records - Quick Tip
4/7/2016 1:55:06 AM.
This article is about stopping user from creating activities for inactive records in CRM.
In Depth Look: Strategy Design Pattern, Dependency Injection (DI), Open/Closed Principle (OCP) and Loose Coupling
6/6/2015 11:46:58 PM.
This article explains the Strategy Design Pattern, Dependency Injection, Open/Closed principle and Loose Coupling.
How and Where Decorator Design Pattern
2/6/2015 4:37:53 AM.
The Decorator Design Pattern is one of the behavior patterns introduced by the GOF.
Close Console Window Automatically in C#
12/16/2014 4:41:42 PM.
In this article you will learn how to close a Console Window Automatically in C#.
Open and Closed Term Sets Inside SharePoint 2013
7/20/2014 4:39:53 PM.
This article explores Open and Closed Term sets of SharePoint 2013.
Open and Closed Term Sets in Sharepoint
7/9/2014 12:40:13 AM.
In this article we can explore Open and Closed Term Sets inside SharePoint.
Microsoft Drivers For PHP For SQL Server
6/4/2014 1:13:55 PM.
In this article we will learn the sqlsrv API, which is a Microsoft driver for PHP for SQL Server. This API helps us to use the SQL Server database in a PHP Project.
Custom Message Box Control With Click Event Buttons In WP8
5/7/2014 12:45:23 AM.
In this article we will learn how to add an event handler for Message Box buttons.
Demystify SOLID: "O" For Open Close Principal
4/24/2014 3:36:40 PM.
As per the title, this article exlains the concept of “Open close principal in this article”.
Change the Look and Feel of Login Form in Windows Application
4/7/2014 4:17:50 PM.
This article shows how to hide control boxes like minimize, maximize, the close button and change the look and feel of your Windows application form.
SOLID (Object Oriented Design) Principles
3/24/2014 12:33:51 PM.
This article attempts to describe the best technique for writing code that requires a minimum of changes to add/modify requirements that are easily scale-able and most importantly, reusable. This is where the S.O.L.I.D. principles and Design patterns are useful.
Adding a Close Button in LightSwitch 2012
9/19/2013 10:00:46 PM.
In this article I am going to describes how to add a Close Button on a Editable Grid Screen using LightSwitch Visual Studio 2012.
Various Methods to Close a WPF Application
6/6/2013 1:04:30 AM.
This article describes the various methods to close a Windows Presentation Foundation (WPF) Application.
The Open Closed Principle of SOLID
5/22/2013 11:45:05 PM.
SOLID principles are like the backbone of OOP, I've gone through with this and obtained a good understanding of this and I thought to share it so that anyone can understand this principle at MAX.
Close Files Currently Used by Remote User
5/20/2013 7:13:52 PM.
In this article you will learn how to close files currently used by a remote user.
Writing Better Code - Keepin' it Extensible
5/13/2013 4:21:55 AM.
In a previous article I talked about how to keep code cohesive by applying the Single Responsibility Principle. I wanted to explore part of another principle of software engineering that will help our code be extensible and can handle growth and change.
FileSystem Function in PHP: PART 3
4/15/2013 1:50:59 PM.
In this article I describe the PHP FileSystem functions disk_total_space, diskfgreespace, fclose and feof.
FTP Function in PHP
4/4/2013 2:38:26 PM.
I will explain the ftp_connect() and ftp_close() functions in PHP.
Popup Control in Windows Store App
1/7/2013 8:08:47 AM.
Today we will discuss the Popup control of XAML files in Windows Store Application.
How to Exit a Windows Store app in Code
1/5/2013 2:47:57 AM.
This tip shows how to close a Windows Store app in dynamically.
Types of Recovery Operations in QTP in Testing
11/13/2012 10:48:39 AM.
In this article I discuss types of Recovery Operations in QTP.
Get Autoclose and Autoshrink Values for the Databases in Sql Server
9/29/2012 9:19:19 AM.
In this article you will learn how to Get autoclose and autoshrink values for the databases in sql server.
Switch between open apps in Windows 8
7/31/2012 10:41:45 AM.
How to switch between open applications in Windows 8.
The Xmlwriter Classes
5/20/2012 6:26:47 AM.
In this article I will explain you how to read an Xmlwriter Classes in ADO.NET.
Fill Methods in GDI+
1/30/2012 11:08:42 PM.
In this article I will explain about Fill Methods in GDI+.
Popup Window in WPF
1/19/2011 12:17:59 AM.
This article shows you how to add controls, how to Open and Close the Popup Window.
Saving Images & Image Format Properties in GDI+
1/27/2010 11:13:55 PM.
In this article I will explain about Saving Images & Image Format Properties in GDI+.
Drawing Splines and Curves in GDI+
11/24/2009 12:16:01 AM.
In this article I will explain how to draw Splines and Curves in GDI+.
Redirecting Standard Input/Output using the Process Class
12/29/2005 4:29:53 AM.
When a program starts, a new process (a program in execution) is created by the operating system,and this process is identified by its process Id and also a name.
Using MSIL Code to Close Application Programmatically
12/28/2005 4:09:57 AM.
You can use MSIL code to call Win32 APIs and one of the simplest example of it is by closing an application programmatically.