Gitlab CI + Asp.net core 2019-11-12 2.6K Add auto build and publish using gitlab ci/cd services and deploy to ubuntu.
dotnet core dependency graph 2019-06-15 2.6K My other open source project https://gitlab.com/quantr/toolchain/dotnet-core-dependence-walker can generate a dependency graph for dotnet core dll.
Framework 4.6 Namespace-to-Assembly Reference 2019-06-08 2.3K Below is the table show you the mapping between namespace and assembly, thanks to the book "C# 7.0 in a…
Easy easy to extend c# class 2018-12-16 3K Love this book, a very easy way call "extension methods" can let you easily inject new method to existing classes…
Proved ASP.net can call class in GAC 2018-12-02 2.6K Nothing special, it works. SharePoint Master page doesn't have a code behind, we can use this skill to add it…
dotnet core will produce two exe 2018-09-22 4.4K dotnet core will produce two exe if you make it self contained. One in win-x64\ and one in win-x64\publish\ . The…
咪記唔將成套.net搞到portable其中一個原因可能係CLR 2018-09-19 6.6K 咪記唔將成套.net搞到portable其中一個原因可能係CLR係用com server寫,com一引用DLL根本係好難移值
Useful AD command about AD user 2018-09-15 3.9K get user properties get-aduser -filter {name -eq 'administrator'} -property * get-aduser -filter {name -eq 'administrator'} -property *|select mobile,city
主題分享 - 走進 .NET Core 的世界 2018-09-15 6.6K dotnet core pptx [slideshare id=114651142&doc=dotnetcore-180915070504&w=650&h=500]
.net core CLR ELF analyst in Ubuntu 16.04 2018-08-12 4.2K Analyst the ELF files build from .net core CLR in Ubuntu 16.04 by https://sourceforge.net/projects/elf-dependency-walker/
Powershell學習之旅 - Object Type 2018-08-01 7.7K Powershell是一種typed的語言,和其它同種的語言比,它有一個我認為比較特別的地方,就是它支援不同的Object typ。Windows世界裏幾個大的Object家族它都支持: Common Object Model (COM) .Net Windows Management Instrumentation (WMI), 它是Management Object Format格式 ActiveX Data Objects Active Directory Services…
Grid in Office UI fabric js 2017-12-17 2.9K Office UI fabric js library embedded a very old Fabric Core 5.0.1, so the grid example from Fabric Core will not work.…
Calling SharePoint authentication.asmx 2017-12-07 2.7K Calling SharePoint authentication.asmx need to set the "Content-Type" in header. For SOAP 1.1 (namespaces "soap") it's needed to use "text/xml" content…
For Java developer, login to microsoft api is a problem 2017-12-07 3.7K I have developed a SharePoint library to read/write SharePoint Online restful api. As you can see the below image from…
PowerBI may not be a very good option to build stock chart 2017-12-03 2.4K PowerBI may not be a very good option to build stock chart if your data set is over 10,000,000 records,…
Azure functions first try 2017-12-03 2.6K Azure functions first try, sending around 60,000 to a very simple function on Azure functions, just returning a random number.…
Kendo with asp.net MVC ScriptBundle issue 2014-08-28 2.9K Kendo with asp.net MVC, need to be careful this link in your web.config You have to turn off debug="true", otherwise…