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

Search In

Reza Fard-Retailers Acquisition

Technology: .NET MVC 4.5 Design required- Just for 1 or 1.5 days (shared a Detailed BRD with design & style inputs) Payment Terms- Fixed Duration of project: 15 working days, 5 days design & HTML , 10 days for development

Best way to send array with URL using PHP

Hello Reader's! If you want to send an array as a Param with the url then you can use the serialize and deserialize option from PHP Lets see the example below:- <?php $array["a"] = "Thusitha"; $array["b"] = "Sumanadasa"; $array["c"] = "Lakmal"; $

Some functions that are removed in PHP7

Here we will see some of the functions listed below that are removed in PHP7. 1- ASP-style tags ( <%, <%= and %> ), is removed. 2- Script tags "<"script language='php' ">" Note: always use "<"?php ?">". 3-Split function that

How to bind a model to a route in laravel

In laravel 5.2 we can bind a model to a route.This model binding is called Implicit model binding Route::get('/web/users/{user}', function(Post $user) { return $post; }); in this case if i use request users/1 it will will inject the User insta

OVERRIDING IN JAVA

Overriding method is different than overloading, as in overloading of a method, their are more than one method with same name but different parameter with in same class unlike this, In overriding of a method, a method in child class(sub class) has th

DataSet in .NET

ADO.NET mainly work with the data that we get from the data source.   While retrieving data we can get it using the connected approach or using the disconnected approach .   For retrieval we don't need to open and close the database

Difference between yield and return statement in C#.

return statement in C# Example to demonstrate return statement: static int SimpleReturn() { return 1; return 2; return 3; } static void Main(string[] args) { Console.WriteLine(SimpleReturn()); Console.WriteLine(SimpleRetu

ThreadGroup Class

ThreadGroup in Java: It represents combination of threads within a group. A thread group can also include other thread groups .With the help of thread group we can easily suspend, resume or interrupt group of threads by a single method call.  

Promises in node.js

Promises are the alternatives of callbacks for delivering the results of asnchronous computations. From the implementation point of view callbacks are easier to implement, promises need some efforts. A promise is used for asynchronous calculations.

How to Get Rid of Oreo Signalr Issue in Android 8.0

Hello, When i am using signalr client sdk in android , but its not installing application in android oreo(anroid 8.0) and error occurs like "Installation failed with message Failed to finalize session : INSTALL_FAILED_NO_MATCHING_ABIS: Failed t

1 47 949
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: