Sample Web App implementation with .NET Core and DDD using Clean Architecture. Solution Design The solution design focuses on a basic Domain Driven Design techniques and implementation, while keeping the things as simple as possible but can be extended as needed. Multiple assemblies are used for se...
Sample Web App. Contribute to AppInstaller/MySampleWebApp development by creating an account on GitHub.
Web app quickstart that shows how to configure a sample web app that signs in employees in workforce tenant or customers in external tenant
Check the version number of the Prerelease SDK that's in the repo's copy of the WebView2APISample app at GitHub: see packages.config. For example: XML Copy <package id="Microsoft.Web.WebView2" version="1.0.2950-prerelease" targetFramework="native" /> <package id="Microsoft.Windows....
Perform Web API operations Work with table definitions (metadata) Use the Web API with table definitions Query table definitions Retrieve table definitions by name or MetadataId Create and update table definitions Create and update column definitions Create and update table relationships Use multi-t...
Web app quickstart that shows how to configure a sample web app that signs in employees in workforce tenant or customers in external tenant
NavigationWindowfor iPhone and the similarNavigationGroupfor MobileWeb. The classic example of this pattern is theSettings Appon iOS. It stacks multiple windows, showing the title of the current window in a navigation bar that also has aBackbutton to pop back to the previous one. Ideal for hi...
Sample Code Find It on Gitee Find It on GitHub Android Studio sample code Click here Click here NOTE Before using the sample code, read the README file in the sample project carefully. Run the sample code only after you complete the following operations: Sign in to AppGallery Connect, do...
Web App Sample Code Game Service For Phones and Tablets Basic Sample Code Health Kit Basic Capabilities Sample Code Extended Capabilities Client Sample Code Identity Kit Sample Code In-App Purchases Phones, Tablets, and HUAWEI Vision Client Sample Code ...
if (!LibraryExists(ctx, web, libraryName)) { CreateLibrary(ctx, web, libraryName); } using (FileStream fs = new FileStream(filePath, FileMode.Open)) { Microsoft.SharePoint.Client.File.SaveBinaryDirect(ctx, string.Format("/{0}/{1}", libraryName, System.IO.Path.GetFileName(filePath)), ...