ASP.NET IronPython Resource

Learn python and .net

IronPython - Dynamically creating objects and binding them to a form

Coding is fun and all, but what if we could generate a form instantly without having to create sql statements or create classes?  Sure, LINQ does that, but it's annoying to have to recreate the LINQ-TO-SQL file every time the database schema changes. Since IronPython is a dynamic language, it has the ability to add new members to a type at runtime.

More...

Posted: Aug 23 2008, 02:03 by Administrator | Comments (619) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: IronPython ASP.NET
Tags:
Social Bookmarks: E-mail | Kick it! | DZone it! | del.icio.us
Beginning IronPython - Creating an update form (Part 4)

In this tutorial, we will create a simple update form. It will work off the class that was built in the last tutorial and use object oriented principals.

More...

Posted: Aug 12 2008, 13:15 by Administrator | Comments (566) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: IronPython ASP.NET
Social Bookmarks: E-mail | Kick it! | DZone it! | del.icio.us
Beginning IronPython - Creating a class (Part 3)

In this tutorial we will be creating a sql table based class for a simple form. It will demonstrate how to create a class and reference it from a form.

More...

Posted: Aug 10 2008, 13:47 by Administrator | Comments (854) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: IronPython ASP.NET
Social Bookmarks: E-mail | Kick it! | DZone it! | del.icio.us
C# ASP.NET SQL Object Generator

I have added a handy object generator/ORM I created a while ago. It will generate objects with basic CRUD operations, sql scripts, and c# code based off tables in SQL Server 2000/2005. I will modify it to create Python code at a future date. A demonstration is available at here.

The source code can be downloaded below. Just change the connection string and you are all set. This will run on ASP.NET 2.0 and greater. An IronPython version is coming soon. This code generator is still a work in progress. Questions, comments, suggestions, bugs can be directed to admin@ironpythonresource.com.

ObjectGenerator.zip (16.35 kb)

Posted: Aug 10 2008, 11:19 by Administrator | Comments (932) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: C# | Code Generator
Tags:
Social Bookmarks: E-mail | Kick it! | DZone it! | del.icio.us
Beginning IronPython - Connecting to a database and using the gridview (Part 2)

This tutorial goes over connecting to a database, binding the data to a grid, then color coding the stocked quantity column. This could be done through sqldatasource, however for this demonstration it will be bound manually to show how it can be done. The AdventureWorks database will be used.

More...

Posted: Aug 09 2008, 06:29 by Administrator | Comments (972) RSS comment feed |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: IronPython ASP.NET
Social Bookmarks: E-mail | Kick it! | DZone it! | del.icio.us
Beginning IronPython - Creating a basic ASP.NET Form (Part 1)

Ever wanted to know how to create an IronPython site but didn't know where to start? Here is a simple tutorial to get you up and running quickly.

More...

Posted: Aug 03 2008, 05:20 by Administrator | Comments (959) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: IronPython ASP.NET
Social Bookmarks: E-mail | Kick it! | DZone it! | del.icio.us