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

Search In

Finding the current domain address using C# in MVC

I came across a requirement where i had to find the current domain address of the app as i had to send an email to users with a public page url. I knew the virtual address of page but it would not work as in order to open a page from my website using

Finding the current domain address using in MVC

I came across a requirement where i had to find the current domain address of the app as i had to send an email to users with a public page url. I knew the virtual address of page but it would not work as in order to open a page from my website using

Finding the current domain address using MVC

I came across a requirement where i had to find the current domain address of the app as i had to send an email to users with a public page url. I knew the virtual address of page but it would not work as in order to open a page from my website using

Asynchronous Programming : Use of Async and Await

This is an introductory post on how to use the async and await keywords in C# to create asynchronous background tasks. It is a common practice to use multi-threading and asynchronous tasks to avoid performance bottlenecks and to keep the applicat

Fetch the user detail from facebook in iOS 9.0

To fetcht the user detail from facebook like name,first_name,last_name,middle_name,gender etc use the code below : func fetchUserDetails(useid: String,accessToken:String) { let graphRequest : FBSDKGraphRequest = FBSDKGraphRequest(graphPa

Initial Setup & AvaTax Configuration in Odoo-9

If you want Initial Setup & AvaTax Configuration in Odoo-9 follow the below steps-> Step-1 Install Ava Tax Modules Step-2 Setup > Installed Modules > Search for AvaTax Click “Install” button Step-3 Accounting > Configuration >

How to check indexes for a database or table in mysql ?

There are chances that you want to check for the indexes that you created on the tables in past because there can be a large number of indexes on numerous of tables depending on the size of the database If you want to see the indexes for a particula

PHP magic function

PHP functions that start with a double underscore “__” , are called magic functions in PHP. __construct() __destruct() __call() __callStatic() __get() __set() __isset() __unset() __sleep() __wakeup() __toString() __invoke() __set_state() __clone(

How to halt image uploading in Dropbox.js

If you are using Dropbox.js for file uploading and wants to upload some specific extension type like csv, xls etc. Please follow the below code:: Dropzone.options.uploadcontact = { maxFilesize: 10, // Mb acceptedFiles: ".xls,.xlsx,.csv", //

How to save Appium server logs ?

The logs that are generated on the Appium server gets removed as soon as we close the server. If there is a need to study the logs to find the root cause of any issue then we have to save the logs before closing the server. Appium provides a way to s

1 19 179
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: