Skip to content

Instantly share code, notes, and snippets.

View phamkythanh's full-sized avatar
🌍
I may be slow to respond.

Thanh Phạm phamkythanh

🌍
I may be slow to respond.
  • GKIM Ltd VN
  • Vietnam
View GitHub Profile
@phamkythanh
phamkythanh / README.md
Created March 11, 2022 07:21 — forked from JaimeStill/README.md
ASP.NET Core Active Directory Integration

Active Directory Authentication

This will provide an example of integrating Active Directory authentication in an ASP.NET Core app.

Note, you'll need to be running on a Windows domain with Visual Studio debugging in IIS Express for this to work.

Setup

In launchSettings.json, you'll want to modify iisSettings by turning on windowsAuthentication:

@phamkythanh
phamkythanh / PlayVideoUnity56beta.cs
Created October 5, 2017 11:20 — forked from demonixis/PlayVideoUnity56beta.cs
Playing a video with the new VideoPlayer component with Unity 5.6 beta.
public class VideoManager : MonoBehaviour
{
[SerializeField]
private RenderTexture _renderTexture = null;
[SerializeField]
private VideoClip _videoClip = null;
private IEnumerator Start()
{
Application.runInBackground = true;
@phamkythanh
phamkythanh / Form.php
Created August 31, 2017 04:06 — forked from samuelsolis/Form.php
Change Field value in drupal 8 form with Ajax
<?php
/**
* Form controller for the bb_report entity edit forms.
*
* @ingroup report
*/
class FeeForm extends ContentEntityForm {
/**
* {@inheritdoc}