CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Ubuntu – How to reset administrator password?

After few weeks of gap, I tried to login into my Ubuntu System. Unfortunately, I forget the password and I tried with different passwords, usually I set to my user accounts; and none of them were matched to login into my System. Finally, I reset my password, using Boot options. And I would like to […]

How Server side scriptings works?

Server-side scripting, we use to develop Dynamic Web pages. During Web development, depending on the design of the website, Programmers will decide whether to use Client side scripting Server side scripting, or both. Through this article, we are going to briefly look, at how server-side scripts work. When we access a website from our Computer, […]

Spring Boot – Work with data – MongoDB

Data plays a crucial role in today’s world; from accessing, persisting, and analyzing it, to effectively using the information for better results. In our previous article, we have created our first Spring Boot application. Through this article, we will look at how Spring Data MongoDB makes, work simple when it comes to Data Modeling. It […]

Spring Boot – Create a web application using Maven – Our First Application

Through the series of articles; so far, we discussed about an overview of Spring Boot and setting up a development environment to build the applications. Now, we are going to discuss, creating a web application using Maven; a simple Spring Boot working example. Create a web application using Maven Maven provides us with better options […]

Spring Boot – An Overview

In this article let’s discuss the overview of Spring Boot. It is lightweight to Spring Framework. Spring Boot helps in simplifying the development process. It helps in the creation of standalone, production-ready applications easily; use of annotations, simplify setting up and configuring the services. Spring Boot provides us with a modern pattern for developing web […]

C# – How to use CheckedListBox control?

CheckedListBox control allows selecting multiple options from the ListBox. It is basically a ListBox control; with the additional feature, in which a check box is displayed for each item to allow the user to select the option. ListBox control allows us to select multiple items from the list; but, in CheckedListBox , we call it […]

C# – How to use RadioButton control?

RadioButton controls are used to get the mutually exclusive options from the user. It has similar functionality with CheckBox control. CheckBox control is to get combination of options from the user, whereas this control allowed to select mutually exclusive options. Properties When set AutoCheck property to True, the state of the RadiButton control automatically changed […]

Scroll to top
Exit mobile version