作者: 做方舟 時(shí)間: 2025-3-21 22:33
Going Inside the CLR,ible for a piece of software as powerful as the CLR. But I’ll select a few key topics to explore in detail. And in choosing topics, I’ve deliberately emphasized areas that are frequently glossed over by other books or by the documentation.作者: Lice692 時(shí)間: 2025-3-22 01:55 作者: Bravura 時(shí)間: 2025-3-22 06:44 作者: 歌曲 時(shí)間: 2025-3-22 11:47 作者: Blood-Clot 時(shí)間: 2025-3-22 12:58 作者: Blood-Clot 時(shí)間: 2025-3-22 18:36 作者: FAZE 時(shí)間: 2025-3-23 00:29 作者: Misnomer 時(shí)間: 2025-3-23 05:23
Building Advanced Windows Forms Applications, this book—I’m not talking about basic Windows Forms techniques. I’m referring to some of the ways you can make your Windows Forms programs that little bit more sophisticated or look that bit more polished than those of your competitors.作者: 舊病復(fù)發(fā) 時(shí)間: 2025-3-23 09:12 作者: 圓木可阻礙 時(shí)間: 2025-3-23 10:54
Understanding Cryptography,idence provided by the assemblies used by the application. In particular, I covered where the code came from, whether it has been signed, and so on. In short, I covered how much the code itself is trusted. In this chapter, I’ll keep on the security theme, but I’ll focus on the mechanics of how you c作者: 有常識(shí) 時(shí)間: 2025-3-23 15:31
Introduction to the global agri-food systemes are the main candidates here, but the same applies to some more complex database queries, to intensive numerical code, and to areas such as regular-expression processing. Any operations that need to be performed over a network can also impact performance.作者: Encoding 時(shí)間: 2025-3-23 21:30 作者: 編輯才信任 時(shí)間: 2025-3-24 02:16 作者: Petechiae 時(shí)間: 2025-3-24 04:11
Generating Code Dynamically,r code may modify the code in other assemblies (which maybe done, for example, to insert calls to create debugging or profiling information). And obviously, if your product is a developer tool that’s intended to assist developers in writing code, then it may be called on to generate some source code itself.作者: Arteriography 時(shí)間: 2025-3-24 07:01 作者: Tincture 時(shí)間: 2025-3-24 12:30 作者: 愛管閑事 時(shí)間: 2025-3-24 16:35
Understanding Assemblies,tween public and shared assemblies, as well as basic techniques for compiling high-level code into assemblies—so I’ll go a bit beyond those topics and show the underlying structure of assemblies and the Global Assembly Cache (GAC).作者: backdrop 時(shí)間: 2025-3-24 21:54 作者: amplitude 時(shí)間: 2025-3-25 00:23
https://doi.org/10.1007/978-981-10-7578-0er, in keeping with the advanced nature of this book, I’ll tour through the basic concepts and syntax fairly quickly so that I can get onto presenting some examples of applications that take advantage of CAS in fairly sophisticated ways, including showing you how to define your own custom permissions.作者: Needlework 時(shí)間: 2025-3-25 04:25
Green Village and Town Construction in Chinaan ensure that code and messages passed across the network aren’t tampered with and can’t be read by unauthorized people. In the process you’ll also understand the details of how strong naming of assemblies works and how to digitally sign an assembly with a certificate.作者: Coronary 時(shí)間: 2025-3-25 10:44 作者: 硬化 時(shí)間: 2025-3-25 12:46 作者: 航海太平洋 時(shí)間: 2025-3-25 18:50
Understanding Cryptography,an ensure that code and messages passed across the network aren’t tampered with and can’t be read by unauthorized people. In the process you’ll also understand the details of how strong naming of assemblies works and how to digitally sign an assembly with a certificate.作者: Agronomy 時(shí)間: 2025-3-25 21:43 作者: GUILT 時(shí)間: 2025-3-26 01:30
Melissa Rodríguez-Delgado,Nancy Ornelas-Sotong defining instance fields, methods, properties, and constructors. I’ll also show you how to code some more advanced .NET constructs such as delegates—and the chapter will end by applying what you’ve learned and then examining and compare the IL emitted by the C#, VB, and C++ compilers.作者: 從屬 時(shí)間: 2025-3-26 04:34
Directions for Further Research,ly swap from background processing to managing the user interface when the user does something. Using multiple threads also means that an application can carry on working while it’s waiting for outside events, such as waiting for data to be returned from a Hypertext Transfer Protocol (HTTP) network request.作者: 檢查 時(shí)間: 2025-3-26 08:44
Intermediate Language: Digging Deeper,ng defining instance fields, methods, properties, and constructors. I’ll also show you how to code some more advanced .NET constructs such as delegates—and the chapter will end by applying what you’ve learned and then examining and compare the IL emitted by the C#, VB, and C++ compilers.作者: Isthmus 時(shí)間: 2025-3-26 15:51 作者: 雄辯 時(shí)間: 2025-3-26 17:48
Melissa Rodríguez-Delgado,Nancy Ornelas-Sotombly syntax, the concept of the evaluation stack, and how to code a simple procedural program in IL. However, I haven’t yet introduced object-oriented programming in IL. In the previous chapter, everything you did was essentially procedural. You did see how to define classes, but in the examples in 作者: 玉米棒子 時(shí)間: 2025-3-27 00:13
https://doi.org/10.1007/978-3-031-46858-2ible for a piece of software as powerful as the CLR. But I’ll select a few key topics to explore in detail. And in choosing topics, I’ve deliberately emphasized areas that are frequently glossed over by other books or by the documentation.作者: 乞討 時(shí)間: 2025-3-27 02:45
https://doi.org/10.1007/978-94-007-1430-4blies. I’ll assume you’re familiar with the purpose of an assembly as well as related concepts such as metadata, modules, and the broad differences between public and shared assemblies, as well as basic techniques for compiling high-level code into assemblies—so I’ll go a bit beyond those topics and作者: embolus 時(shí)間: 2025-3-27 06:29 作者: Haphazard 時(shí)間: 2025-3-27 10:12 作者: 嘲弄 時(shí)間: 2025-3-27 16:05 作者: 商店街 時(shí)間: 2025-3-27 21:31
https://doi.org/10.1007/978-981-32-9495-0ource code or IL code dynamically. In other words, you can have your code actually write or manipulate code instead of data. Normally, you’d conceptually imagine that the process of producing a software application involves you writing the source code, compiling it, and shipping it—and that’s it. Th作者: Blatant 時(shí)間: 2025-3-28 01:37
Directions for Further Research,he number of processors) can increase performance by ensuring that all the processors are contributing simultaneously to the processing being carried out by the application. On single-processor systems, extra threads will not improve performance. Too many threads on any system can decrease performan作者: pessimism 時(shí)間: 2025-3-28 05:05
Vahid Hejazi,Michael Nosonovsky this book—I’m not talking about basic Windows Forms techniques. I’m referring to some of the ways you can make your Windows Forms programs that little bit more sophisticated or look that bit more polished than those of your competitors.作者: 外觀 時(shí)間: 2025-3-28 07:28 作者: Amendment 時(shí)間: 2025-3-28 10:24
Green Village and Town Construction in Chinaidence provided by the assemblies used by the application. In particular, I covered where the code came from, whether it has been signed, and so on. In short, I covered how much the code itself is trusted. In this chapter, I’ll keep on the security theme, but I’ll focus on the mechanics of how you c作者: 不適 時(shí)間: 2025-3-28 17:19 作者: Ordnance 時(shí)間: 2025-3-28 20:23
Understanding Management Instrumentation,In this chapter I’ll show how you can use managed code to interact with the Windows Management Instrumentation (WMI) services.作者: 集聚成團(tuán) 時(shí)間: 2025-3-29 02:43
https://doi.org/10.1007/978-3-031-46858-2ible for a piece of software as powerful as the CLR. But I’ll select a few key topics to explore in detail. And in choosing topics, I’ve deliberately emphasized areas that are frequently glossed over by other books or by the documentation.作者: 愛花花兒憤怒 時(shí)間: 2025-3-29 04:22
https://doi.org/10.1007/978-981-13-2236-5ET Framework. The aim of this chapter is to make sure you understand at a fairly detailed level how the main .NET resource cleanup system, the garbage collector, works and how best to use the garbage collection services in your code. I’ll also explain the best methods for implementing objects that can be cleared up by the garbage collector.作者: Debark 時(shí)間: 2025-3-29 07:34
Vahid Hejazi,Michael Nosonovsky this book—I’m not talking about basic Windows Forms techniques. I’m referring to some of the ways you can make your Windows Forms programs that little bit more sophisticated or look that bit more polished than those of your competitors.作者: ALOFT 時(shí)間: 2025-3-29 13:37 作者: 有危險(xiǎn) 時(shí)間: 2025-3-29 16:58
Understanding Garbage Collection,ET Framework. The aim of this chapter is to make sure you understand at a fairly detailed level how the main .NET resource cleanup system, the garbage collector, works and how best to use the garbage collection services in your code. I’ll also explain the best methods for implementing objects that can be cleared up by the garbage collector.作者: molest 時(shí)間: 2025-3-29 23:31
Building Advanced Windows Forms Applications, this book—I’m not talking about basic Windows Forms techniques. I’m referring to some of the ways you can make your Windows Forms programs that little bit more sophisticated or look that bit more polished than those of your competitors.作者: 配偶 時(shí)間: 2025-3-30 03:05 作者: Infraction 時(shí)間: 2025-3-30 07:51
http://image.papertrans.cn/e/image/319120.jpg作者: Mhc-Molecule 時(shí)間: 2025-3-30 10:39 作者: Aerophagia 時(shí)間: 2025-3-30 14:45 作者: Spinal-Fusion 時(shí)間: 2025-3-30 19:54
NET Programming. originally appeared under the title .Advanced .NET.. The response from many readers was extremely enthusiastic, prompting us to release a second edition under the new title. This edition has be978-1-59059-222-9978-1-4302-0726-9作者: 惡名聲 時(shí)間: 2025-3-30 22:08 作者: 綠州 時(shí)間: 2025-3-31 04:03
,Blut-Morphologie, H?m-Synthese und -Abbau, H?matokrit, H?mostaseologie,