Game developmenthttp://edu.csdn.net/course/detail/5538Gobang Game Developmenthttp://edu.csdn.net/course/detail/5487RPG games from beginner to proficienthttp://edu.csdn.net/course/detail/5246Use of the WiX installation toolhttp://edu.csdn.net/course/detail/5207Tetris Game developmentHttp://edu.csdn.www.wanhengyl157.com net/course/detail/5110The basics of Boost library entryhttp://edu.csdn.net/course/detail/5029Introduction to Arduino Basicshttp://edu.
Visual Studio
Visual Studio Productivity Powertool: VS Pro Edition efficiency tools.
Web Essentials: Improve development efficiency and effectively help developers write code such as CSS, JavaScript, HTML, and more.
MSVSMON: The Remote Debug Monitor (msvsmon.exe) is a lightweight application that can remotely control vs to Debug programs. During remote debugging, VS runs on the debug host and MSVSMON on the remote machine.
WIX Tool
programs. During remote debugging, VS runs on the debug host and MSVSMON on the remote machine.
WIX toolset: You can compile the XML source code file into a Windows installation package.
Code Digger:code Digger is an extension of VS 2012/2013 that can help developers analyze code.
Codemaid:codemaid is an open source vs2012/2013/2015 plug-in that provides code analysis, cleanup, and simplified code functionality.
Ozcode: Very powerful
Introduced
This article lists useful tools for ASP.net developers.
Tools
1.Visual Studio
Visual Studio Productivity Power tool:visual Studio Professional (and above) with rich features such as quick Find, navigation solutions, searchable additional reference dialog boxes, etc.
ReSharper: Tools to increase the productivity of. NET developers, improve code quality by providing quick fixes to eliminate errors, and so on
Mz-tools: It can find strings in a method, file, project, solution,
tool. A cross-platform build automation system, Cake uses C # DSL to write code, run unit tests, copy files and folders, compress files and build NuGet packages.Main Features:
Available on windows,linux and OS X
Create the same way as other CI systems
Support for build tools, including Msbuild,mstest,xunit,nunit,nuget,ilmerge,wix and SignTool
Highly scalable
. MSBuildMSBuild was launched by Microsoft in 2008. It is not part
Visual Studio
Extensions of Visual Studio Productivity Power tool:visual Studio Professional (and above) feature rich features such as quick Find, navigation solutions, searchable additional reference dialog boxes, and more.
ReSharper: Tools to improve the productivity of. NET developers, improve code quality, eliminate errors by providing quick fixes, and more.
Mz-tools: It can find a string in a method, file, project, solution, or project group, selected text, file combination, or port
Automatic Build Process with msbuild12.3 build. NET 1.1 assembly with msbee in msbuild12.4 use msbuild community tasks to extend the msbuild Function12.5 use msbuild sidekick to intuitively manage the Build Process12.6 use cruisecontrol. Net to shorten the development cycle12.7 use CI factory to reduce the burden of implementing a continuous integration process12.8 use unleash it to simplify Web Application Deployment12.9 use web deployment projects to ease the burden of deploying web applicati
Make a Native Windows Installer for your applications with these open source tools
Create Native Windows Executable installers for your applications with these greate opensource tools.
1. ninstallA project to produce an open source package that can compete with the specified cial installer products under Windows using the Windows Installer (MSI files ).
2. Windows Installer XML
He Windows Installer XML (WIX) is a toolset that builds Windows In
simple content management system implemented by ASP. NET (C #). Net, and Microsoft SQL Server is used for background databases. Ndcms is a content management system under Asp.net (C. It provides user management, file management, a WYSIWYG editor, template management, spelling check, and built-in HTTP compression. The goal of ndcms is to provide a simple and fast way to deploy. net sites to save your time and money.
I have tried a few of these open-source CMS files. To be honest, it is very d
For a long time, find and installProgramThe MSI source file paths are all "System32" paths. After the installation program is completed, the WIX method is learned and the test is successful.
There are many ways to obtain the source file path on the Internet, such
1. Scan all processes to obtain the meiexec process path.
2. Obtain the path of the current program
3. Obtain the path to initiate the current process
In fact, these paths are not M
Recognize what Gradle is under Android Studio
What is Gradle? I haven't figured it out at the beginning. The official explanation is:Gradle is a project automation construction tool based on the concepts of Apache Ant and Apache Maven.So what is Apache Ant and Apache Maven? Ignore this first. What about automated construction tools?My personal narrow sense is the software environment deployment and packaging tools. net also has CruiseControl. net continues to integrate
. typography
(1) Quick Guide to webfonts via @ font-face
(2) how to achieve cross-browser @ font-face support
(3) Google Fonts
(4) Adobe edge Web Fonts: Get free Web Fonts
Edge Web Fonts website
(5) typekit: easily use commercial web fonts on your website
(6) matrix of fonts bundled with Mac and Windows operating systems, Microsoft Office and Adobe Creative Suite
(7)typeset.css
(8) typecast
(9) csstypography
(10) So: @ font-face fonts only work on their own domain
(11) fittext
(12) typebutter
Creating complex code generators
Reusing code generators on multiple projects
Here's some of the links from Oleg's blog.
How to create a simple T4 template
How to use T4 to generate. config files
How to use T4 to generate Decorator classes
How to use T4 to generate CRUD stored procedures
How to use T4 to generate strongly-typed navigation class in ASP. NET(By Kirill Chilingarashvili)
How to use T4 to generate stronugly-typed AzMan wrapper
How to generate multiple outputs from
Gnuradio can also run on Windows, and when installing Gnuradio, a series of PowerShell scripts are automatically downloaded to build in the source. It then relies on a 64-bit native binary file, packaged with Visual Studio 2015, into an. msi.If you want to know more about it, see here.The MSI package includes:
Device support: UHD, RTL-SDR, Hackrf, Airspy, Bladerf, OSMOSDR, FCD
Gnuradio module: 3.7.9.2 version has been build in addition to Gr-comedi.
Oot modules: Gr-iqbal, Gr-fos
# # #React简介RN is based on react design, understand react help us develop RN application;react wants to break down functionality and make development look like building blocks, fast and maintainablereact mainly has the following 3 characteristics:* As UI (Just the UI)* Virtual dom (Vsan)This is the highlight is the most important feature of react to put into memory the least updated viewdifferential partial updating diff algorithm* Data Flow (Date flow) One-way data flowWhat do you need to know
Windows Installer provides a "msix64" attribute to help us detect whether the current system is 32-bit or 64-bit. TheMsix64Property is defined only if running on an x64 processor. When a 64-bit system is detected, the installation package cannot be run. In Wix, we can add a condition: However, note that this attribute must be supported by Windows Installer 3.1 or later, that is, the Windows Installer version of the operating system must be at least 3
During WPF application development, the Windows Service registered in the background must be operated by WPF. However, the installation program packaged by Wix does not have the default Administrator permission for the WPF app.Therefore, we need to manually add administrator permissions in the WPF project:1. Right-click the project and choose properpies> Security> enable clickonce security setting,You will see the app. manifest file in the project pro
with. Net specifications.
C # Studio is a simple IDE developed by C #/Mono/GTK # developers.
12. Installation and Production
Izfree is a set of free tools to help you create installation programs using Microsoft Windows Installer technology. With izfree, you can create powerful installers for your applications.
Windows Installer XML (WiX) allows you to create a tool set for Windows program installation packages by reusing XML source files. It support
Visual Studio
Visual Studio Productivity Powertool: VS Pro Edition efficiency tools.
Web Essentials: Improve development efficiency and effectively help developers write code such as CSS, JavaScript, HTML, and more.
MSVSMON: The Remote Debug Monitor (msvsmon.exe) is a lightweight application that can remotely control vs to Debug programs. During remote debugging, VS runs on the debug host and MSVSMON on the remote machine.
WIX Tool
. In the interview, Shengsong said that from 2004 Microsoft's Open source Visual Studio Packaging Tool WiX, 2010 began to support node. JS Project, Microsoft Open Technology in 2012 and many other open-source companies in 2014 to create the open-source community, With the recent run of Red Hat Enterprise Linux on Microsoft's Smart Cloud platform, Microsoft has gone through the 12-year open source Road to build a better open source ecosystem in China.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.