Tuesday, 19 September 2017

Automate GAC dll by Post-Build Event Command Line in Visual Studio

Batch Script:

echo off
set GAC_UTIL="C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\"
cd\
C:
cd\
cd
cd %GAC_UTIL%
cd
call GacUtil.exe -i %1

Post-Build Event Command Line:
call C:\xxxx\xxxx\xxxxx\test.bat $(TargetPath)

BRE:

Fact :

Facts are discrete pieces of information about the world.

Facts can originate from:
.NET objects (methods, properties, and fields)
XML documents (elements, attributes, and document subsections)
Database rowsets (values from table column)

In the Business Rule Composer, you can use the Facts Explorer to browse and bring data into your rules from various sources.

https://msdn.microsoft.com/en-us/library/aa561464.aspx
https://msdn.microsoft.com/en-us/library/aa560118.aspx


Vocabulary :

A vocabulary is a collection of definitions consisting of friendly names for the facts used in rule conditions and actions. Vocabulary definitions make the rules easier to read, understand, and share by people in a particular business domain.