Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to get the filename only from the given path string in C#

Suppose we have a string with full path with filename and we want to extract only the filename from the given path, then we can use Path.GetFileName method to extract only the file name. Syntax: filename= Path.GetFileName(path); Where path is par

What is And Why to do Regression Testing ?

What is :- Regression testing ensures that quality of software is not disturbed because of the changes made.. Regression testing is used to ensure effectiveness of fixed bugs in the Application. Which means when a tester finds the bugs in the appli

Can I use an enum type in Java switch statement?

The Answer to this question is yes, we can use enum in java with switch statement. the following examle shows how: enum Car{THAR,XUV,SCORPIO} class Cars { Car car; Cars(Car car) { this.car= car; } public void tell

C Preprocessor directives

The preprocessing of C source code is done before it is compiled by the compiler. The Preprocessor directives are the command used for preprocessing which starts with "#" symbol. The list of preprocessor directives that C language offers is given bel

Canvas in HTML

A canvas is a rectangular area on an HTML page. You can use a canvas tag in HTML to draw various shapes in your HTML page.   <canvas id="myCanvas" width="200" height="100"></canvas>  Drawing with JavaScript var c = docu

CURL Fails To Load Page

Php Guys, Why does this cURL show complete blank page ?   <?php /* ERROR HANDLING */ declare(strict_types=1); ini_set('display_errors', '1'); ini_set('display_startup_errors', '1'); error_reporting(E_ALL); mysqli_report(MYSQLI_REPORT_ER

8 Tips and Tricks to Sell Online Courses on Social Media

People have gotten used to the new ways of selling courses and that is online. Social Media plays a pivot role in getting you more buyers for your online courses which you had toiled hard to accomplish. The task doesn’t lie in the situation whe

How to Find Perfect Java Development Company For Your Project?

Java is a popular language for building websites and applications, it is widely used across the world. From custom software solutions to web development, Java is used everywhere. There are countless Java consulting companies in different parts of the

Regrouping After a Failed Tech Business Venture - An Entrepreneurs Guide

Failure is difficult for most people to admit. Perhaps this is because we live in a culture that tends to reserve all praise and rewards for people who are successful in life and in business.   When an entrepreneur fails in the tech industry,

Learn Basic Structure of C++ Programming for Beginner

Prior to creating a C++ program, one needs to start the C++ IDE. The instructions for starting C++ all depend on the system one is using. This unit assumes that the individual is using the Bloodshed compiler. Incase, one uses a different version of C

1 15 319
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: