Tutorial by Topics: n

This section provides an overview of what hazelcast is, and why a developer might want to use it. It should also mention any large subjects within hazelcast, and link out to the related topics. Since the Documentation for hazelcast is new, you may need to create initial versions of those relate...
This topic covers the basics of concurrency in C++ using OpenMP. OpenMP is documented in more detail in the OpenMP tag. Parallelism or concurrency implies the execution of code at the same time. OpenMP does not require any special headers or libraries as it is a built-in compiler feature. How...
How to fill your created Excel sheet with data from different sources.
Installing Web Deploy allows quick installation of web applications directly from the development environment using Visual Studio. Installation types: online - target Windows server has Internet access - installation is simple using Installing and configuring Web deployment on servers with Interne...
Basic examples of how to create cells with a formula for calculations within the Excel sheet.
Given Below are the examples to show how bootstrap model can be shown and how to manage title main content and footer. This topic is created to demonstrate different ways of showing and easily managing bootstrap model.
This topic discusses about type inferencing that involves the keyword auto type that is available from C++11. It is usually better to declare const, & and constexpr whenever you use auto if it is ever required to prevent unwanted behaviors such as copying or mutations. Those additional hints e...
In database systems, isolation determines how transaction integrity is visible to other users and systems, so it defines how/when the changes made by one operation become visible to other. The phantom read may occurs when you getting data not yet commited to database. You can read the various...
What Is Katana? Katana is a set of open source components for building and hosting OWIN-based web applications, maintained by the Microsoft Open Technologies Group.Katana provides an implementation of the OWIN specification, and is in fact used in an increasing number of ASP.NET project templates. ...
[![enter image description here][1]][1] basics of game development. ------------------------------- Note, this set of tutorials/articles contains many concepts which may provided as separated topics before. we have to refreshing them in the mind and learning a bit of implementing most critical par...
This section provides an overview of what Web Components are, and why a developer might want to use them. Web Components are a set of new web technologies implemented in modern web browsers, and used to design reusable web elements with the only help of HTML, JavaScript and CSS. Topics covered ...
Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably deliver messages at no cost. Using FCM, you can notify a client app that new email or other data is available to sync. You can send notification messages to drive user reengagement and retention. For use ca...
When writing multi-threaded applications, one of the most common problems experienced are race conditions. So we document the How do you detect them? and How do you handle them?
In iOS 10 Apple is extending the scope of privacy control. User need to ask the use permission before access the user private data in following key :Calendar,Contact,Reminder,Photo,Bluetooth Sharing,Microphone , Camera ,Location,Heath,HomeKit ,MediaLibrary,Motion,CallKit,Speech Recognition, SiriKit...
Recently, new versions of MySQL servers have begun to generate 1055 errors for queries that used to work. This topic explains those errors. The MySQL team has been working to retire the nonstandard extension to GROUP BY, or at least to make it harder for query writing developers to be burned by it....

Page 249 of 329