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

Search In

Penetration Testing common test scenarios

Penetration Testing common test scenarios:- Hello Readers.. By this blog i am sharing few important testing scenarios related to the penetration testing. These are common test scenarios. I hope these will help to all in time of penetration testing.

How to Add the Python function in odoo-9

Here is just one thing to do: create the Python function which is called by the automated action. The Python function ‘process_demo_check_queue’ will automatically create and update the value called by automated action. So let us create this in the P

SQL Server : Error handling using TRY-CATCH

Before SQL Server 2005, the only practical way to trap errors in SQL was using the old-fashioned @@error system variable. Although this is still supported, in this blog we will learn how to use TRY-CATCH for handling errors.TRY-CATCH block is simila

Difference betwee ASP.NET and MVC

While working with .NET framework, you need to build your applications using ASP.NET or using MVC. Both have its advantage and disadvantage . We will discuss difference between these two as below ASP.NET is the legacy way to build web applications

  • 151
C# .Net : XML Serialization of DataSet

C# .Net : XML Serialization of DataSet   XML Serialization require XmlSerializer class which is derived from System.Xml.Serialization.   Example to demonstrate XML Serialization of DataSet :-   using System.IO; namespace DemoAp

How to Fix Ajax Call Handler Method in Spring Controller

This is my controller : @Controller @RequestMapping(value = "/paymentgateway") public class PaymentGatewayController { @RequestMapping(value = "/checkPayStatusProposalID/{proposalID}", method = RequestMethod.GET) @ResponseBody public PGTransactio

How to get or post asynchronously data using ICallbackEventHandler interface in .net

Hello all, Working with ASP.NET web forms, if we want to post or fetch the data from server asynchronously we use ICallbackEventHandler which is an interface that can be implemented in any class by inheriting it. ICallbackEventHandler is an interfa

Simple loader using pure CSS

Hi all, Below is an example of pure css loader. Using css animate I just rotate the div and change the border radius. Check the code for details. CSS : div { height: 20px; width: 20px; background-color: transparent; bo

How to make validation for date and time using Javascript

Hello Reader's! if you want to make the Date time format validation in your form then you can use Javascript to validate. Let's see the example below:- your html will be go like this:- <form method="POST" action="/javascript/validate-date/" ons

Configuration File in .NET

While defining and developing web  applications one important thing that you have is the configuration file that contains the information and settings of your applications. This is the basic structure of your configuration file.   <co

  • 315
1 161
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: