Tutorial by Topics: as

This section provides an overview of what Flash is, and why a developer might want to use it. It should also mention any large subjects within Flash, and link out to the related topics. Since the Documentation for Flash is new, you may need to create initial versions of those related topics. ...
You can write tests in non-techinical way as below using specflow. Specflow is an open source extension available in visual studio, that lets you to write specifications using Gherkin syntax. Just if you are aware about cucumber for BDD approach, then specflow is cucumber for .net.
When using async callback we need to consider scope. Especially if inside a loop. This simple article shows what not to do and a simple working example.
The mask element allows you to "clip" with soft edges. You can compose masks from multible elements including text. Everything of a mask that is white will be completely opaque. Everything that is black will be completely transparent. Values between white and black will be semi transparent...
You can use Pentaho Data Integration (Kettle) to Transfer Data from One Database to another. Its very easy as the transformation is automatically created just by creating the connection.and it can transfer Lacs of records very quickly.
In this topic I would like to mention all possible global variables which can be used in Apex code. Like [UserInfo Class][1]. I suggest we just list a global classes/variables and links. If you know about a global class/variable but can't find a documentation, please provide as much informati...
A notorious common question is "how to send notifications from device to device", sadly the answer is: you can't. FCM needs to be triggered in order to send push notifications. That can be done in 3 different ways: Directly in the Firebase web console Setting a Firebase Functions li...
When you receive an error: "Microsoft Access has encountered a problem and needs to close", there is often not a lot of information to help you identify the cause of the error. Below are a series of steps you can take to troubleshoot the cause of the errors. Be sure to remove other vari...
Instance method are methods that are specific to particular classes. Instance methods are declared and defined followed by - (minus) symbol. Class methods can be called by class name itself .Class methods are declared and defined by using + (plus)sign . -(void)testInstanceMethod; //Class meth...
fastlane is a tool for iOS, Mac, and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application. Docs: https://docs.fastlane.tools/ Source Code: https://github.com/fastlane/fastlane
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...
Basic examples of how to create cells with a formula for calculations within the Excel sheet.
[![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...
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...
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...
While some existing JavaScript libraries have type definition files, there are many that don't. TypeScript offers a couple patterns to handle missing declarations.
In this topic you'll find a summary of the new features added to the Java programming language in Java SE 8. There are many other new features in other fields such as JDBC and Java Virtual Machine (JVM) that are not going to be covered in this topic. Reference: Enhancements in Java SE 8
Database Transaction Units (DTU) are the unit in which the performance of Azure SQL DB is measured. DTUs make the most sense when used for comparing workloads. For example, a workload that uses 5 DTUs will consume 10 DTUs when doubled. Officialy, Microsoft has introduced the DTU as the average numb...

Page 28 of 40