Чарльз Петзольд, по книжке которого я знакомился с WinAPI дал интервью, про Win8, WinRT, etc.

http://community.devexpress.com/blogs/sarafaatz/archive/2012/08/07/connections-charles-petzold.aspx


А здесь короткое описание - что такое WinRT, C++, COM, NET и что из чего растет.
Если внимательно почитать, то видно что развитие идет циклически и после достаточно долгого и глубоко увлечения одними методами, инструментами и парадигмами происходит коррекция и развитие меняет направление, заходит на седующий виток.
Но уже с переосознанием ценности, возможностей и ограничений инструментов и технологий, которые еще недавно были фаворитами.

http://www.it-visions.de/lserver/artikeldetails.aspx?b=6241

Connections: Charles Petzold )
Вот вам реаьный недостаток человеческого перевода, когда написано одно, а глаза видят другое:

Весь ввод-вывод, инициированный определенным потоком, отменяется, если этот поток существует

All I/O initiated by a given thread is canceled when that thread exits

Отсюда

Sandcastle

Dec. 2nd, 2009 10:06 am
A friend had told me about Sandcastle and I looked it up. Sandcastle is a project by Microsoft, that is intended to create MSDN-style documentation from .NET assemblies…

I had managed to achieve my goal quite easily using Sandcastle, and I thought about sharing my experience to serve other people as a guide. This is just a quick write-up of what I did – I did not read Sandcastle’s documentation and I believe that I don’t know how to operate it to its full potential.

1. The first step is to download and install Sandcastle.
2. Next, if you haven’t done it already, you have to tell Visual Studio to build XML documentation files. This parses all your comments ( in the C# format /// etc…) and creates an XML file that we will feed into Sandcastle. To enable XML documentation, you have to go to Proect->(Project Name) Properties… and tick the relevant checkbox in the Build menu:builddoc


3. We will now launch the Sandcastle GUI application, located in C:\Program Files\Sandcastle\Examples\generic ( replace C:\Program Files with wherever you had installed Sandcastle).
4. Add your assemblies (exe/dll) and XML comments file to the relevant list boxes and choose the desired output format. Enter you project name under “Name”.
5. Hit “Build”. The build process can take a while, and it may seem like the program is frozen, but it’s not.
6. Your documentation files should now be ready in C:\Program Files\Sandcastle\Examples\Your Project Name
7. If you chose CHM as an output format, you will now have to compile the CHM file. To do this you need to download and install Microsoft HTML Help Workshop
8. After installing HTML Help Workshop, you will have to run hhc.exe (from the directory where you installed it). hhc takes an hhp (HTML Help Project) file as an argument. Sandcastle has created this hhp file for you, and it should be in your Sandcastle project directory. Just run “hhc yourproject.hhp” and this will produce a CHM file in the project’s directory.

That’s it. You should now have your compiled CHM help file with nice MSDN-style documentation.

As I mentioned earlier, I don’t really know Sandcastle and will be happy to get some tips in the comments section if you have any.

From here:
http://www.bonf.net/2009/03/04/create-c-documentation-using-sandcastle/
http://en.csharp-online.net/Attributes

Contents

* 1 Attribute usage and syntax
* 2 Positional parameters
* 3 Named parameters
* 4 Using multiple attributes
* 5 Target type
* 6 Predefined attributes
* 7 Custom attributes
o 7.1 Creating a Custom Attribute Class
o 7.2 Assigning the AttributeUsageAttribute to your class
o 7.3 Creating positional parameters
o 7.4 Creating named parameters
* 8 Reflecting on attributes
* 9 MSDN references
* 10 See also

Profiler

May. 9th, 2008 12:40 pm
http://www.red-gate.com/Products/ants_profiler/index.htm
http://www.yourkit.com/
http://msmvps.com/blogs/theproblemsolver/archive/2006/09/25/Red-Gate-_2D00_-ANTS-Profiler.aspx

With YourKit solutions, both CPU and memory profiling have come to the highest professional level, where one can profile even huge applications with maximum productivity and zero overhead.

Profile

3mer

June 2016

S M T W T F S
   1234
5678 91011
12131415161718
19202122232425
2627282930  

Syndicate

RSS Atom

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 1st, 2025 07:18 am
Powered by Dreamwidth Studios