runxc1

Stories submitted by runxc1

blog.RunXc | Interface Driven Extensibility in .Net(blog.runxc.com)

submitted by runxc1runxc1(220) 1 year, 10 months ago

If you want to create an extensible application than take a look at the article as it gives an example in MEF and IronRuby and how Interfaces can be used with theses technologies to allow your application to grow. read more...

add a comment |category: |Views: 6

tags: another

Calling an Interface Method using IronRuby in C#(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 2 months ago

Using IronRuby can be a lot of fun and with this little snippet you can get up and writing IronRuby that is designed to be hosted inside a .Net application. Just a decent sample of how to use a .Net Interface to ease calling IronRuby methods from C# read more...

add a comment |category: |Views: 74

tags: another

Scaffolding with Asp.Net MVC 2 and SubSonic 3(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 2 months ago

ASP.Net MVC2 makes Scaffolding very easy and does 90% of the work but just doesn't put that last 10% in to get a true List/Edit/Create Scaffold. Here is a simple tutorial with code on how to create a Scaffold. read more...

add a comment |category: |Views: 415

tags: another

Announcing Kiss Database Change Management(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 6 months ago

I tried to find a Database Change Management system that was easy and would get me up and running in 15 minutes. I looked everywhere only finding over engineered tools that would require more time to set up then they would save... Hence the birth of KissDB Change Management read more...

add a comment |category: |Views: 6

tags: another

Evolution of a View in ASP.NET MVC(volaresystems.com)

submitted by runxc1runxc1(220) 2 years, 6 months ago

Evolution of a View in ASP.NET MVC- What it was in 1.0 and what it is moving towards. read more...

add a comment |category: |Views: 8

tags: another

Convention over Configuration- a .Net call to arms(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 9 months ago

It seems that lately I have seen some of my fellow .Net programmers fall to the dark side. Namely they have gone from the compiled world of c# to a slightly more hip Ruby on Rails(RoR)... Why is this and is there something we need to learn from this read more...

add a comment |category: |Views: 5

tags: another

CSRF by Example- How to hack DotNetKicks.com(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 10 months ago

Don't worry if you read my article I won't automatically kick it for you but I could if I wanted I'm just not that kind of guy. This will show you how to perform CSRF so that you will know how to defend against it. read more...

add a comment |category: |Views: 25

tags: another

TryParse a string to a nullable type (DateTime, int, Decimal, etc)(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 10 months ago

Have you ever wanted to parse a string to a nullable type? This will show you how to do it in a Generic way so you don't have to rewrite your code to parse it to a Decimal? as opposed to a DateTime? or Int? or.... read more...

1 comment |category: |Views: 129

tags: another

Exporting a DataTable to Excel (DataTable to CSV)(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 10 months ago

Ever needed to export a DataTable to Excel(csv) well here is a good way to write it so that you don't have to rewrite the code for each query. You don't even need to remember what columns you selected. read more...

add a comment |category: |Views: 126

tags: another

Forcing a GridView to use clean html for use with jQuery plug-ins(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 11 months ago

One of the problems of using a GridView with a lot of the table plug-ins for jQuery or any other JavaScript table library is that the library expects your html to be well formatted with your table headers appearing within a thead which is not the default behavior or a GridView. This simple Extension Method solves makes the GridView output clean html. read more...

add a comment |category: |Views: 7

tags: another

Printing Barcodes with Crystal Reports. Examples in .Net C(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 11 months ago

A very common requirement for applications is the need to print out a barcode using Crystal Reports or some other medium so that users can track products, inventory etc. The following tutorial should get you from 0-60 in about 4.5 seconds. read more...

add a comment |category: |Views: 17

tags: another

XSS by Example (Cross Site Scripting)(blog.runxc.com)

submitted by runxc1runxc1(220) 3 years ago

So lately I have been reading “ASP.NET MVC Pro” and when I read the chapter about security (written by Rob Conery ) I was intrigued by the XSS examples that were in the book and thought to myself that I should give XSS a try. Here are my first attempts. Thanks for the inspiration Rob. read more...

add a comment |category: |Views: 63

tags: another

jQuery with Asp.Net, couldn’t get any easier.(blog.runxc.com)

submitted by runxc1runxc1(220) 3 years ago

If you haven't yet started adding Ajax functionality to your web site this tutorial will get you up and going in as few lines of code as possible. read more...

add a comment |category: |Views: 24

tags: another

Using jQuery to add values to a DropDownList and overcoming ASP.NET(blog.runxc.com)

submitted by runxc1runxc1(220) 3 years ago

You often need to add functionality to your site by using client side javascript or ajax. This article shows how to add a value to a DataBound Control using jQuery and how to get the value back on the server side after a postback. Using ASP.Net there are a few gotchas that you will need to look out for... read more...

add a comment |category: |Views: 67

tags: another

MsBuild vs Nant(blog.runxc.com)

submitted by runxc1runxc1(220) 3 years, 1 month ago

This article gives a very good overview of MsBuild and Nant and should really help you to decide which tool to use in your build. read more...

add a comment |category: |Views: 42

tags: another

OpenSuse vs. Ubuntu for .Net Developers(blog.runxc.com)

submitted by runxc1runxc1(220) 3 years, 1 month ago

Many .Net developers are playing with Linux on the side because it is free but which Linux should you choose to use if you are a .Net developer? read more...

add a comment |category: |Views: 569

tags: another