Tutorial by Topics: o

Slaesforce StandardSetController hold only List of sObject, It will not holdslist of wrapper class object. Below source code demonstrates the usage of Paginating using Wrapper Class in sales-force.
"aggregations" : { -"<aggregation_name>" : { -"<aggregation_type>" : { -<aggregation_body> -} -[,"meta" : { [<meta_data_body>] } ]? -[,"aggregations" : { [<sub_aggregation>]+ } ]? -} -[,"<aggregation_...
Introduction to sorted Map.
This topic covers how to do a dynamic pivot in SQL Server.
Data validation allows user to create a drop-down list and restrict values in the cell to these entries. Due to limitation Excel can't bind more than 256 characters programmatically. To bind more than 256 characters one can follow explained approach.
Creating the data validation constraint can be tricky and time taking in NPOI. I have shared some of my workable approach. These approach will give good idea to customize your own constraint types.
The gltf-model component allows to use 3D models in the glTF format with A-Frame. glTF is a Khronos standard for efficient, full-scene 3D models and is optimised for usage on the web. <a-entity gltf-model="url(https://cdn.rawgit.com/KhronosGroup/glTF-Sample-Models/9176d098/1.0/Duck/gl...
The documentation provides a sample implementation of the inter-process communication between C# and Python scripts. Note that in the example above data is serialized using MongoDB.Bson library that can be installed via NuGet manager. Otherwise, you can use any JSON serialization library of y...
Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hoste...
It is .NET version of POI Java project. it allows to read/write xls, doc, ppt files without Microsoft Office installed. Details about documentation is available here:https://github.com/tonyqus/npoi
This section provides an overview of what ionic3 is, and why a developer might want to use it. It should also mention any large subjects within ionic3, and link out to the related topics. Since the Documentation for ionic3 is new, you may need to create initial versions of those related topics....
test coverage is defined as a technique which determines whether our test cases are actually covering the application code and how much code is exercised when we run those test cases. Angular CLI has built in code coverage feature with just a simple command ng test --cc
This section provides an overview of what drop-down-menu is, and why a developer might want to use it. It should also mention any large subjects within drop-down-menu, and link out to the related topics. Since the Documentation for drop-down-menu is new, you may need to create initial versions ...
It sometimes happens that two languages put different meanings on the same or similar syntax expression. When the both languages are of interest for a programmer, clarifying these bifurcation points helps to better understand the both languages in their basics and subtleties.
TypeApplications are an alternative to type annotations when the compiler struggles to infer types for a given expression. This series of examples will explain the purpose of the TypeApplications extension and how to use it Don't forget to enable the extension by placing {-# LANGUAGE TypeApplicati...
Azure AD B2C is a cloud identity management solution for your web and mobile applications. It is a highly available global service that scales to hundreds of millions of identities.
The Rich Notifications lets you customize the appearance of local and remote notifications when they appear on the user’s device.Rich notification mostly includes UNNotificationServiceExtension and UNNotificationContentExtension ie displaying the normal notification in an extended manner

Page 274 of 283