Android : setting up android development environment using ionic framework & cordova : part 1
Android development using ionic framework to set up environment please watch the video below and follow the inst...
There is no power like knowledge and no poverty like ignorance.
Android development using ionic framework to set up environment please watch the video below and follow the inst...
Using single operator will check all consition if first one is true. Using double operator in if loop will not che...
Enums are said as strongly typed constants When integral numbers are used for specifying any value than enums are ...
3 Tech Solutions · Post Prevent MVC ASP.NET web application from Cross Site Forgery Attack Posting as Amol Wabale Publish Save Preview Close...
Exception The unseen error occur when program is running is called exception. Exception Handling The unseen error occured when...
Cross Site Request Forgery It is an attack at the end user which forces to executes unwanted action without ...
Bootstrap tooltip HTML Code @{ ViewBag.Title = "ToolTip"; var PopoverHtmlString = a"<di...
A delegate pointing to more than one function is called Multicast Delegate. When this delegate is invoked all the fun...
A delegate is a type safe function pointer ( It points towards a function with same signature) It is called function pointer because whe...
Class B and C inherits from class A. Class D inherits from Class B and C. If class D call a method from Class A, there will be ambi...
Problem Statement Create an angular directive to accept mobile number and country code ...
//required libraries using System.Net; using System.Net.Sockets; public static string GetIpAddress() ...
Abstract class can have implementation for some of its members. But interface cannot have implementation for any of its members. Abstrac...
It is not possible to create instance / object of abstract class An abstract class can be only used as base class It cannot be sealed. ...
Sealed class Once the class is marked as sealed than it cannot be used as inheritance, or as a base class. Interface It is used onl...
Struct is a value type where as class is a reference type. Value type hold there value in memory where as reference type hold the refere...
Method Overriding When a base class reference method pointing to child class object will invoke the overridden method in child class i...
Inheritance It is generally used when the codes in the class are mostly common. Same code in two class should be removed and formed as t...
The jquery / javascript that is required for view can be written inline or in a separate js file. Writing script in separate file and i...
Required Plugins l Jquery 2.1 or above > https://jquery.com/download/ l jquery.dataTables.min.js > https://datatab...