Tutorial by Topics

Well-designed classes encapsulate their functionality, hiding their implementation while providing a clean, documented interface. This allows redesign or change so long as the interface is unchanged. In a more complex scenario, multiple classes that rely on each others' implementation details may ...
Working with Win32 API using C# Windows exposes lots of functionality in the form of Win32 API. Using these API you can perform direct operation in windows, which increases performance of your application.Source Click here Windows exposes a broad range of API. To get information about various AP...
ParameterDetailapplicationIdSuffixApplication id suffix applied to this base configconsumerProguardFilesProGuard rule files to be included in the published AARdebuggableWhether this build type should generate a debuggable apkembedMicroAppWhether a linked Android Wear app should be embedded in varia...
akka provides some pre-defined shapes, that should probably fit 99.9% of your usage. creating a new shape should only be done in some very rare cases. the pre-defined shapes are: Source - 1 outlet, no inlets Sink - 1 inlet, no outlets Flow - 1 inlet, 1 outlet BidiFlow - 2 inlets, 2 outlets...
This section provides an overview of what gnuplot is, and why a developer might want to use it. It should also mention any large subjects within gnuplot, and link out to the related topics. Since the Documentation for gnuplot is new, you may need to create initial versions of those related topic...
You can provide help for Forms and Controls in a Windows Forms Applications in different ways. You can show a pop-up help, open a CHM file or a URL. You can show context-sensitive help for Forms, Controls and dialogs. HelpProvider Component You can setup a HelpProvider component to provide con...
ParameterDetailsResponse status401 if the origin server requires authentication, 407 if an intermediate proxy requires authenticationResponse headersWWW-Authenticate by the origin server, Proxy-Authenticate by an intermediate proxyRequest headersAuthorization for authorization against an origin se...
Subject<T, R> subject = AsyncSubject.create(); // Default AsyncSubject Subject<T, R> subject = BehaviorSubject.create(); // Default BehaviorSubject Subject<T, R> subject = PublishSubject.create(); // Default PublishSubject Subject<T, R> subject = ReplaySubject.create();...
UIPageViewController provides users the ability to easily transition between several views by using a swipe gesture. In order to create a UIPageViewController, you must implement the UIPageViewControllerDataSource methods. These include methods to return both the UIPageViewController before and afte...
Responses are cached separately for each URL and each HTTP method. HTTP caching is defined in RFC 7234. Glossary fresh — state of a cached response, which hasn't expired yet. Typically, a fresh response can satisfy requests without a need to contact the server the response originated from. ...

Page 128 of 428