
Search In
In the following article we will learn how to handle 404 errors in ASP.NET MVC gracefully.
The first step will be to set up the custom errors page by making the following settings in web.config:
<system.web>
<compilation debug="fal
In this blog you will see some code samples that you might find useful while accomplishing simple user management tasks like creating a user, assigning a role and so on. Following code samples assume that you have created an ASP.NET MVC application w
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use ftp_size() function in php ?
The ftp_size() function is used for returning the size of a specified file on the FTP server.
This function returns the file size in bytes on s
As we know cakephp have not any kind of in-build form validater to check requried fields. So by ajax we can check form validation.
The flow is that first of all we have to submit the form via ajax to controller and check the validation throw cakephp
require "net/ssh"
require 'net/ssh/shell'
require 'capistrano/rails'
require 'sshkit'
require 'sshkit/dsl'
include SSHKit::DSL
@hostname = "lwa1001.env-10-100-222.iagcloud"
@username = "admin"
@password = "password1"
@cmd = "ls -la"
res = ""
ssh =
Clearing out clutter of your home is important and making use of best PC cleaner holds pivotal significance for efficiency and performance of your computer too.
Oftentimes users replace their old laptops with brand-new one because they are not as fa
Here we will see how the non blocking programming works and how the control goes from one program to another without sequence.
Example for Non-Blocking:
Let us create a text file file_2.txt. Now write some content in the file_2.txt
Let us write th
Are you ready to develop the Rest APIs in PHP? The first thing you require is a lightweight PHP Framework to create a fast and reliable restful service. A framework in PHP language is considered as a means to enhance the productivity to del
Purpose :-
To overcome physical standby lag online using duplicate from active database.
The standby lag is huge, “incremental from scn” backup size if huge & taking long time
There is no enough disk space on the Primary/standby to accommodate t
Purpose --
To overcome physical standby lag online using duplicate from active database. The standby lag is huge, “incremental from scn” backup size if huge & taking long time There is no enough disk space on the Primary/standby to a
