
Search In
Unit Testing plays an important role in software development process, basically this testing is done by Developers as they test smallest piece of codes and test whether it gives accurate output or not.Each unit can be tested separately and can be tes
In SQL server if you have columns which are of Date/Time type then sometimes you need to find their difference for passing into the application when needed.
So for doing that SQL Server provides a function called DATEDIFF, it is mainly used for find
Business Essentials You Need to Know
When it comes to running your business, you really need to have some basic information in order to make sure that you do everything right that you need to. Running a small business can really be stressful
Hi Friends,
In my previous blog Rails Active Records Callbacks: Part 1, I explained about why these callbacks are required and also discussed about some of the useful methods available in rails active records during creation and saving of the object
No business can have immediate contact with almost every target customer regarding the business. So if you have started your company and now you're thinking about landing your own first contact you might think of using many of the promotion techn
In the previous part, C++ Interview Questions and Answers Part 1 and Part 2, we have explained some basic questions of C++. This part is in continuation with the previous C++ Interview Questions and Answers tutorial. In this part of the tutorial we w
Sometimes it is required to show useful information to the user in android App and in that case,WebView is very useful.But to access WebView,we need to develop a two-way connection between application and WebView.
Here I will show you the best way t
Central Nervous System: aggression, convulsion, vardenafil depersonalization, depressed awareness, disorientation, dysarthria, loss of awareness, paresthesia, sedation, stupor, syncope (with and also without hypotension), passing ischemic attack, se
Before reading information from any file,we have to open the file for reading.
This Blog will help you to find the code to read-open-close the file(s) on server we have created with PHP.
Opening a file:fopen()
This function enables to open a PHP
Hi friends,
To discuss this topic let's start with some obvious questions and try to answering them with suitable explanation(if needed).
What is Guid in C#?
Guid refers to Global Unique Identifier. It takes 16 bytes space in memory (12
