By tag: Scripting
0
kicks
Silverlight: Embed IronRuby/DLR Scripting within XAML using IValueConv
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 W...
0
kicks
Scripting IIS7 With PowerShell
A simple example of how to use PowerShell to manage IIS7 virtual directories and switch between branches in version control.
0
kicks
Using the CodeDom to do scripting with .Net
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...
0
kicks
How to Search And Replace values in SQL across All Tables
My website got hacked. I got several html code injections inside the database. Here is how i fixed the issue very quickly.
0
kicks
Scripting in C#
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". Anyw...
0
kicks
Scriptable CSS
How to enable ASP.NET script markup in a Cascading Style Sheet (CSS) file and why you would want to do it.
0
kicks
Updated WatirMaker Script
An enhanced WatirMaker Script written in ruby for Unit Testing your UI layer.