Stories recently tagged with 'Scripting'

Silverlight: Embed IronRuby/DLR Scripting within XAML using IValueConv(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 1 year, 7 months ago

After I wrote the “Intro to IronRuby/DLR Scripting in C# Silverlight 4 Application” post, I came across an interesting series on embedding DLR scripts in XAML with WPF. This is an interesting series, although the code doesn’t run in Silverlight, due to the fact that Silverlight is only a subset of WPF and doesn’t support the System.Windows.Markup.MarkupExtension class. I test out a couple things in Silverlight, and I was able to get similar DLR scripting functionality working under Silverlight using a combination of a simple, custom IValueConverter and a custom UserControl class. read more...

add a comment |category: |Views: 16

tags: another

Scripting IIS7 With PowerShell(www.gregshackles.com)

submitted by gshacklesgshackles(156) 2 years, 3 months ago

A simple example of how to use PowerShell to manage IIS7 virtual directories and switch between branches in version control. read more...

add a comment |category: |Views: 21

tags: another

Using the CodeDom to do scripting with .Net(msmvps.com)

submitted by JoacimJoacim(255) 2 years, 11 months ago

The company I work for, Interactive Medica, provides SaaS business solutions for the pharmaceutical industry. Many of our clients receive data from third-parties which they need us to import into our system. This is pretty straight-forward and common in many industries. The data arrives in different formats, CSV files (or other delimited text files), Access database, Excel Spreadsheets, and so on. Sometimes the files are zipped and sometimes not. Sometimes the files are uploaded to us via FTP and at other times we need to pull the data, also usually via FTP. read more...

add a comment |category: |Views: 60

tags: another

How to Search And Replace values in SQL across All Tables(korayem.net)

submitted by korayemkorayem(1240) 3 years, 9 months ago

My website got hacked. I got several html code injections inside the database. Here is how i fixed the issue very quickly. read more...

add a comment |category: |Views: 27

tags: another

Scripting in C#(csscript.net)

submitted by jamesstaylorjamesstaylor(100) 5 years, 4 months ago

CS-Script allows you to run C# files as scripts. You can either write straight C# or classless C# files. It also allows you to embed the scripting engine in your own application. It gives you shell integration on Windows so you right click on a .cs file and select "Run as Script". Anyway, very cool stuff, I've used it in a number of my applications. read more...

add a comment |category: |Views: 22

tags: another

Scriptable CSS(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 10 months ago

How to enable ASP.NET script markup in a Cascading Style Sheet (CSS) file and why you would want to do it. read more...

add a comment |category: |Views: 9

tags: another

Updated WatirMaker Script(tonybunce.com)

submitted by tonybtonyb(60) 5 years, 10 months ago

An enhanced WatirMaker Script written in ruby for Unit Testing your UI layer. read more...

add a comment |category: |Views: 13

tags: another