March 30, 2011, 9:08 PM
In the previous lesson we talked about COM automation support introduced in Silverlight 4 and we said that COM automation is available only for Silverlight OOB (Out-of-Browser) applications that have Elevated Trust, and that’s one of the security restrictions imposed by Silverlight.
Today, we’re going to talk about COM automation in more details and give few Silverlight examples that make use of this great feature.
March 27, 2011, 6:26 PM
In April 2010 Silverlight 4 was released to the world with one of its great features ever, COM-automation support, that allows you to create cutting-edge applications that do everything you can imagine.
January 20, 2011, 7:14 PM
In this article we are going to explore the Speech API library that’s part of the TTS SDK that helps you reading text and speaking it. We’re going to see how to do it programmatically using C# and VB.NET and how to make use of LINQ to make it more interesting. The last part of this article talks about…… won’t tell you more, let’s see!
Tags:
.NET,
COM,
CSharp,
Interoperability,
LINQ,
Multimedia,
SDKs,
TTS,
VB.NET,
VBScript Category:
COM Interop,
TTS |
1 CommentDecember 16, 2010, 9:00 PM
This is the last article in this series, it talks about unmanaged code interoperation; that’s, interop between .NET code and other code from other technologies (like Windows API, native libraries, COM, ActiveX, etc.)
Be prepared!
December 13, 2010, 11:24 PM
In the previous article, you learnt what interoperability is and how it relates to the .NET Framework. In this article, we’re going to talk about the first form of interoperability, the Managed Code Interop. In the next article, we’ll talk about the other forms.
December 12, 2010, 2:58 PM
In this article and the few following it, we’ll try to take a tour in Interoperability in .NET Framework.
In this lesson, we’ll start by an introduction to the concept of Interoperability. In the next few lessons, we’ll have a look at Interoperability and how it fits into the .NET Framework and other technologies.
Since Interoperability is a very huge topic and cannot be covered in just a few articles, we’ll concentrate on Interoperability in .NET Framework (not any other technologies) and summarize its uses.
Here we go!
June 27, 2010, 4:19 PM
Like anything else in MCI, you can set device information using a MCI command (string/numeric), and this time it’s the MCI_SET command.
May 5, 2010, 4:22 PM
Are you somewhat confused between Serialization and Marshaling? This writing would break this confusion up, it would give you a basic understanding of the process of Serialization and the process of Marshaling, and how you can get the most out of each.
May 2, 2010, 7:37 PM
A second honeymoon with Microsoft Agent. Do you remember our article Programming Microsoft Agent in WinForms and our sample application PartIt? After you have included your desired agent in your application, are you feeling bad with the default popup menu? If so, then you are in the right place (welcome :).)
April 6, 2010, 12:10 AM
This writing talks about hard links and soft links; two of the nice features of NTFS file system.
You can divide file links into two categories: 1) Normal Links (shortcuts) 2) Symbolic Links
March 23, 2010, 1:18 AM
This writing will focus on how you can record sound from an input device and how you can play sound files using MCI (Media Control Interface) in C and C#.
This writing does not involve a discussion or even an introduction to MCI. Instead, it provides technical discussion of what we will need to use to record and to play sound files. If you need an introduction to MCI refer to the MSDN documentation.
We will begin by a discussion to types and functions required to accomplish our tasks. Then we will look on how you can utilize those types and functions in your C or C# application.
Our demonstration examples in this writing will be in C. In the last section we will have a look at .NET and C#. Besides this, there are sample applications written by C and C# attached with the article.
March 9, 2010, 8:14 PM
Marshaling with C# Pocket Reference
Chapter 3: Marshaling Compound Types (structures, unions, etc.)
March 9, 2010, 7:27 PM
Marshaling with C# Pocket Reference
Chapter 2: Marshaling Simple Types (primitives, booleans, strings, etc.)
March 9, 2010, 6:38 PM
Marshaling with C# Pocket Reference
Chapter 1: Introducing Marshaling
March 9, 2010, 6:30 PM
Marshaling with C# Pocket Reference (online version + direct download links)
Learn how to marshal between managed types and unmanaged types.