Welcome to MSDN Blogs Sign in | Join | Help

May 2009 - Posts

Lecture de paramètres web.config depuis une application Silverlight

Il est plus que courant qu’une application web ASP.NET ait à lire des paramètres de configuration depuis le fichier de configuration du site, web.config. Cette opération est très simple depuis une page ASPX par le biais de ConfigurationSettings.AppSettings.
Posted by lvovan | 0 Comments
Attachment(s): SlReadWebConfig.zip

Reading web.config parameters from a Silverlight application

It is a very common ASP.NET scenario to have to read a configuration parameter from web.config. This operation is very easily implemented from ASPX using Configuratoin.AppSettings. However, this scenario does not work out of the box from a Silverlight
Posted by lvovan | 0 Comments
Attachment(s): SlReadWebConfig.zip

Interacting between Powershell and a host .NET application

An unusual topic in today’s post : interacting between Powershell and a host .NET application. The examples available on MSDN show how to host Powershell runspaces using classes from the System.Management.Automation namespace ; but it is also possible
Posted by lvovan | 1 Comments
Attachment(s): Program.cs

Interaction entre Powershell et une application hôte .NET

Sujet inhabituel sur ce blog: l’interaction entre Powershell et une application hôte .NET. Les exemples disponibles sur MSDN montrent comment héberger des runspaces Powershell via les classes du namespace System.Management.Automation ; mais outre le simple
Posted by lvovan | 1 Comments
Attachment(s): Program.cs
 
Page view tracker