Hyle

Stories kicked by Hyle

Introducing .NET(en.csharp-online.net)

submitted by worldworld(520) 3 years, 9 months ago

The .NET label refers primarily to two things: 1. The .NET Framework, which consists of the Common Language Runtime (CLR) and the .NET Framework class library. 2. Visual Studio, an integrated development environment (IDE) for creating Windows applications. read more...

1 comment |category: |Views: 4

tags: another

Download .NetAsm JIT Native Code Injection Library(blog.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

NetAsm provides a hook to the .NET JIT compiler and enables to inject your own native code in replacement of the default CLR JIT compilation. read more...

add a comment |category: |Views: 28

tags: another

Dissection of an Application Framework(en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

We will look specifically at what is in a framework, how we can develop a framework for our application, and what object-oriented techniques we can leverage in developing the framework. To better understand how we can develop an application framework, we need first to understand what goes in an application framework and its relationship to other parts of the system. read more...

add a comment |category: |Views: 7

tags: another

Common Type System(en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

Learn about the CTS, and CLI. read more...

add a comment |category: |Views: 9

tags: another

.NET CLR Components(en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

The authors discuss modules and assemblies, the component building blocks of the CLR, and examine the CLR loader, which allows more flexible deployment and versioning and ensures that the component's origin cannot be spoofed through the use of public keys and digital signatures. read more...

add a comment |category: |Views: 15

tags: another

C# Certification, Development, and Training(en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

A free wiki based encyclcopedia covering Microsoft .NET Framework, ASP.NET, Visual C# Developer Training, SQL Server, and Visual Studio. read more...

add a comment |category: |Views: 15

tags: another

.NET Architecture(en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

Because the C# language is intended for use with .NET, it is important for you to have an understanding of this Framework if you want to develop applications in C# effectively. So, take some time to peek underneath the hood of .NET. read more...

add a comment |category: |Views: 9

tags: another

Working with Images in C#(en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

This article—Working with Images—is from GDI+ Custom Controls with Visual C# 2005. Learn to process images in C# read more...

add a comment |category: |Views: 60

tags: another

Writing Windows C# Programs (en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

Learn to write C# programs for the Windows platforms. read more...

add a comment |category: |Views: 34

tags: another

C# String Theory(en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

This article shows the differences between string versus String versus StringBuilder. It details when and how to use the C# String and StringBuilder classes. read more...

add a comment |category: |Views: 54

tags: another

Visual C# (en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

Learn about Visual C# and Visual C# Express. read more...

add a comment |category: |Views: 13

tags: another

Microsoft Exam Preparation Guides(en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

Microsoft Exam Preparation Guides provides information and exam study guides for preparation for Microsoft Certified Technology Specialist (TS) Exams offered by Microsoft Learning. read more...

add a comment |category: |Views: 12

tags: another

Visual Studio Overview(en.csharp-online.net)

submitted by worldworld(520) 3 years, 10 months ago

Read a concise overview of Visual Studio and its versions--an integrated development environment (IDE) from Microsoft. read more...

add a comment |category: |Views: 16

tags: another

Launch dates for VS, SQL Server, and Windows Server 2008(blog.csharp-online.net)

submitted by HyleHyle(2755) 4 years, 10 months ago

Microsoft announced that Windows Server 2008, Visual Studio 2008 and Microsoft SQL Server 2008 will launch together at a world-wide kickoff event. read more...

add a comment |category: |Views: 0

tags: another

C# Keyboard Shortcut Posters(blog.csharp-online.net)

submitted by HyleHyle(2755) 4 years, 11 months ago

You can use this handy, online Visual C# Keyboard Shortcut Reference. It is much easier to use than a printed poster. read more...

add a comment |category: |Views: 46

tags: another

Visual Studio Vista extensions (blog.csharp-online.net)

submitted by HyleHyle(2755) 4 years, 11 months ago

A collection of tools is now available for Visual Studio 2005 to develop for the Windows Vista and Office 2007 systems. read more...

add a comment |category: |Views: 1

tags: another