# Tuesday, July 31, 2007
« C# Code Generation | Main | Tier Splitting C# Classes »

After a late night hacking session, I finally have a working syntactic macro system for C#! It is comprised of a VS custom tool that uses the CSparser. The end result allows me to do this:

using System;
[Macro(AutoClass)]
public interface IModel
{
  string FirstName { get; set; }
  string Surname { get; set; }
  int ID { get; }
  event EventHandler FirstNameChanged;
  event EventHandler SurnameChanged;
}

The CustomTool property of the IModel.cs file is set to "MacroExpander" and the Build action is set to None. This then generates a new file "under" the source file, called for example "IModel.generated.cs". This generated file contains the original interface (minus the bogus attribute) and a new class called "Model" that provides a stanard implementation of IModel. It includes private fields, a constructor, properties, events and event raising methods. The class is partial so you can still create a file called "Model.cs" alongside the interface and implement any methods. In addition, if you enter implementations of the interface properties/events in Model.cs then the generated class will not contain them. So it is easy to generate the 80% of standard members and custom write the others as required.

The sharp-minded out there will note that "AutoClass" is a parameter passed to the Macro attribute. The expansion process is able to load any IMacro implementation I care to write. The macro implementation is handed the parsed source tree and allowed to modify it as required. After all macros have expanded, the source tree is converted back to CS source text and outputted from the VS custom tool. This generated file is compiled by VS as usual.

I'm going to start using this AutoClass macro to generate most of my Model code (in the Model-View-Presenter architecture). Anywhere else I need code generation at this level I can create more macros easily.

If people are interested in seeing this product released in some way please get in contact. I will perhaps get a screen cast made up to show it in action.

.net | programming | c#
Tuesday, July 31, 2007 1:04:41 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [5]  |  Related posts:
Announcing ProntoCMS
Name needed for new open source CMS
Should I open source my new CMS?
Hasic – A kick-ass view engine for asp.net mvc
HTML Forms using VB XML Literals
Automatic HTML Forms
Tracked by:
"C# Syntactic Macros" (DotNetKicks.com) [Trackback]
http://www.google.com/search?q=hpjcisdg [Pingback]
http://www.fla-keys.com/news/news.cfm?sid=2003 [Pingback]
http://www.sifycorp.com/scripts/press/content.asp?PressId=291530 [Pingback]
http://www.autoworld.com/apps/news/FullStory.asp?id=5874 [Pingback]
http://www.eyefortravel.com/print.asp?news=58617 [Pingback]
http://www.autoworld.com/apps/news/FullStory.asp?id=5902 [Pingback]
http://www.eyefortravel.com/print.asp?news=58607 [Pingback]
http://www.clubvibes.com/magazine/article.asp?id=3141 [Pingback]
http://www.clubvibes.com/magazine/article.asp?id=3126 [Pingback]
http://www.clubvibes.com/magazine/article.asp?id=3142 [Pingback]
http://www.carnegielibrary.org/dontmiss/details.cfm?event_id=33943 [Pingback]
http://www.carnegielibrary.org/dontmiss/details.cfm?event_id=33935 [Pingback]
http://www.galleryofguns.com/Shootingtimes/articles/displayarticles.asp?id=8861 [Pingback]
http://www.carnegielibrary.org/dontmiss/details.cfm?event_id=33983 [Pingback]
http://www.galleryofguns.com/Shootingtimes/articles/displayarticles.asp?id=8869 [Pingback]
http://www.carnegielibrary.org/dontmiss/details.cfm?event_id=34052 [Pingback]
http://webstandardsgroup.org/meetings/index.cfm?event_id=120 [Pingback]
http://webstandardsgroup.org/meetings/index.cfm?event_id=141 [Pingback]
http://www.newpiper.com/company/newsitem.asp?NewsID=104 [Pingback]
http://www.crt.state.la.us/didyouknow/view.aspx?id=225 [Pingback]
http://www.crt.state.la.us/didyouknow/view.aspx?id=238 [Pingback]
http://www.crt.state.la.us/didyouknow/view.aspx?id=247 [Pingback]
http://www.crt.state.la.us/didyouknow/view.aspx?id=248 [Pingback]
http://www.ja.org/about/about_newsitem.asp?StoryID=456 [Pingback]
http://www.appro.com/press/view.asp?Num=119 [Pingback]
http://www.ja.org/about/about_newsitem.asp?StoryID=450 [Pingback]
http://www.ja.org/about/about_newsitem.asp?StoryID=471 [Pingback]
http://www.google.com/search?q=amahtfgb [Pingback]
http://www.appro.com/press/view.asp?Num=138 [Pingback]
http://www.tia.org/pressmedia/pressrec.asp?Item=842 [Pingback]
http://www.ansys.com/services/ts-courses-detail.asp?TRAINING_ID=85 [Pingback]
http://www.tia.org/pressmedia/pressrec.asp?Item=819 [Pingback]
http://www.ansys.com/services/ts-courses-detail.asp?TRAINING_ID=137 [Pingback]
http://www.tia.org/pressmedia/pressrec.asp?Item=836 [Pingback]
http://www.physlink.com/News/Index.cfm?ID=501 [Pingback]
http://www.ansys.com/services/ts-courses-detail.asp?TRAINING_ID=71 [Pingback]
http://www.cox.com/gocox/publicaffairs/PRShow.asp?PRID=153417 [Pingback]
http://www.ansys.com/services/ts-courses-detail.asp?TRAINING_ID=125 [Pingback]
http://www.physlink.com/News/Index.cfm?ID=507 [Pingback]
http://www.digimarc.com/media/release.asp?newsID=615 [Pingback]
http://www.cdi.org/staff/staffinfo.cfm?StaffID=114 [Pingback]
http://www.cdi.org/staff/staffinfo.cfm?StaffID=116 [Pingback]
http://www.digimarc.com/media/release.asp?newsID=633 [Pingback]
http://www.digimarc.com/media/release.asp?newsID=632 [Pingback]
http://www.cdi.org/staff/staffinfo.cfm?StaffID=139 [Pingback]
http://www.cdi.org/staff/staffinfo.cfm?StaffID=140 [Pingback]
http://www.primavera.com/careers/pmresumes_view.asp?Key=5402 [Pingback]
http://www.fboweb.com/fb40/pu/info/newss.aspx?ni=274 [Pingback]
http://www.primavera.com/careers/pmresumes_view.asp?Key=5398 [Pingback]
http://www.fboweb.com/fb40/pu/info/newss.aspx?ni=268 [Pingback]
http://www.primavera.com/careers/pmresumes_view.asp?Key=5400 [Pingback]
http://www.fboweb.com/fb40/pu/info/newss.aspx?ni=261 [Pingback]
http://www.fboweb.com/fb40/pu/info/newss.aspx?ni=279 [Pingback]
http://www.insightful.com/news_events/release.asp?RID=372 [Pingback]
http://www.directmatches.com/eventinfo.asp?eventid=5150 [Pingback]
http://www.civicus.org/new/event_info.asp?id=453 [Pingback]
http://www.civicus.org/new/event_info.asp?id=473 [Pingback]
http://www.insightful.com/news_events/release.asp?RID=388 [Pingback]
http://www.directmatches.com/eventinfo.asp?eventid=5138 [Pingback]
http://www.stronghealth.com/news/article.cfm?art_ID=1806 [Pingback]
http://ar.utmb.edu/04-05review/bdisplay.asp?rec=450 [Pingback]
http://www.elsalvador.com/cursodeldia/index.asp?id=9723 [Pingback]
http://www.elsalvador.com/cursodeldia/index.asp?id=9675 [Pingback]
http://ar.utmb.edu/04-05review/bdisplay.asp?rec=446 [Pingback]
http://www.smcoe.k12.ca.us/apps/pub.asp?Q=290 [Pingback]
http://www.ihl.state.ms.us/newsstory.asp?ID=574 [Pingback]
http://ar.utmb.edu/04-05review/bdisplay.asp?rec=453 [Pingback]
http://dnr.state.co.us/newsapp/press.asp?pressid=4662 [Pingback]
http://www.ihl.state.ms.us/newsstory.asp?ID=577 [Pingback]
http://sabbaticalhomes.com/NewsArticle.aspx?id=157 [Pingback]
http://dnr.state.co.us/newsapp/press.asp?pressid=4664 [Pingback]
http://dnr.state.co.us/newsapp/press.asp?pressid=4667 [Pingback]
http://www.actionaid.org/main.aspx?PageID=1331 [Pingback]
http://www.cityofrochester.gov/mayor/NewsReleases/index.cfm?Release=2834 [Pingback]
http://www.actionaid.org/main.aspx?PageID=1229 [Pingback]
http://www.fordfound.org/newsroom/view_news_detail.cfm?news_index=632815 [Pingback]
http://www.cityofrochester.gov/mayor/NewsReleases/index.cfm?Release=2842 [Pingback]
http://www.actionaid.org/main.aspx?PageID=1355 [Pingback]
http://www.cityofrochester.gov/mayor/NewsReleases/index.cfm?Release=2825 [Pingback]
http://sabbaticalhomes.com/NewsArticle.aspx?id=135 [Pingback]
http://sabbaticalhomes.com/NewsArticle.aspx?id=185 [Pingback]
http://www.pny.com/pressroom/pressreleases/view.asp?pressID=399 [Pingback]
http://sabbaticalhomes.com/NewsArticle.aspx?id=169 [Pingback]
http://www.actionaid.org/main.aspx?PageID=1205 [Pingback]
http://www.nctd.com/printversion-review.cfm?ReviewID=2249 [Pingback]
http://www.aapg.org/education/fieldseminars/details.cfm?ID=140 [Pingback]
http://www.pny.com/pressroom/pressreleases/view.asp?pressID=404 [Pingback]
http://www.pny.com/pressroom/pressreleases/view.asp?pressID=379 [Pingback]
http://www.aapt.org/olympiad2006/bio.cfm?StudentID=768 [Pingback]
http://www.nctd.com/printversion-review.cfm?ReviewID=2252 [Pingback]
http://www.aapg.org/education/fieldseminars/details.cfm?ID=159 [Pingback]
http://www.nctd.com/printversion-review.cfm?ReviewID=2225 [Pingback]
http://www.highschooljournalism.org/students/ask_a_pro/article.cfm?articleId=302 [Pingback]
http://www.aapt.org/olympiad2006/bio.cfm?StudentID=770 [Pingback]
http://www.ajga.org/Media_Center/Clips/Artical.asp?AID=3396 [Pingback]
http://www.aapt.org/olympiad2006/bio.cfm?StudentID=751 [Pingback]
http://www.highschooljournalism.org/students/ask_a_pro/article.cfm?articleId=296 [Pingback]
http://www.highschooljournalism.org/students/ask_a_pro/article.cfm?articleId=299 [Pingback]
http://www.aapt.org/olympiad2006/bio.cfm?StudentID=757 [Pingback]
http://www.ajga.org/Media_Center/Clips/Artical.asp?AID=3379 [Pingback]
http://www.highschooljournalism.org/students/ask_a_pro/article.cfm?articleId=295 [Pingback]
http://www.ajga.org/Media_Center/Clips/Artical.asp?AID=3388 [Pingback]
http://www.ajga.org/Media_Center/Clips/Artical.asp?AID=3386 [Pingback]
http://yesihavemoneyy.com [Pingback]
http://realvideopornoo.com [Pingback]
http://tubepornoss.com [Pingback]
http://morningside.edu/mics/_notes/pages/cymbalta/index.html [Pingback]
http://blastpr.com/wiki/js/pages/ultram/index.html [Pingback]
http://blastpr.com/wiki/js/pages/zoloft/index.html [Pingback]
http://blastpr.com/wiki/js/pages/celebrex/index.html [Pingback]
http://blastpr.com/wiki/js/pages/soma/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/prilosec/index.html [Pingback]
http://blastpr.com/wiki/js/pages/celexa/index.html [Pingback]
http://blastpr.com/wiki/js/pages/synthroid/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/viagra/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/celexa/index.html [Pingback]
http://blastpr.com/wiki/js/pages/lipitor/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/paxil/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/lipitor/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/melatonin/index.html [Pingback]
http://blastpr.com/wiki/js/pages/prozac/index.html [Pingback]
http://blastpr.com/wiki/js/pages/viagra/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/hoodia/index.html [Pingback]
http://blastpr.com/wiki/js/pages/cialis/index.html [Pingback]
http://blastpr.com/wiki/js/pages/wellbutrin/index.html [Pingback]
http://blastpr.com/wiki/js/pages/coumadin/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/ultram/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/coumadin/index.html [Pingback]
http://blastpr.com/wiki/js/pages/cymbalta/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/accutane/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/nexium/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/tramadol/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/celebrex/index.html [Pingback]
http://blastpr.com/wiki/js/pages/claritin/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/prozac/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/lexapro/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/effexor/index.html [Pingback]
http://blastpr.com/wiki/js/pages/tramadol/index.html [Pingback]
http://split-dalmatia.com/split-dalmatia.com/images/docs/16705258/index.html [Pingback]
http://temerav.com/images/menu/96509501/index.html [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/37348396/index.html [Pingback]
http://islands-croatia.comislands-croatia.com/includes/js/docs/87090382/index.ht... [Pingback]
http://martinrozon.com/images/photos/docs/82037625/index.html [Pingback]
http://discussgod.com/cpstyles/docs/25383456/index.html [Pingback]
http://realestate.hr/templates/css/docs/36157459/index.html [Pingback]
http://islands-croatia.comislands-croatia.com/includes/js/docs/68291686/index.ht... [Pingback]
http://discussgod.com/cpstyles/docs/90092602/index.html [Pingback]
http://thebix.com/includes/compat/docs/44694113/index.html [Pingback]
http://legambitdufou.org/Library/docs/64933533/index.html [Pingback]
http://plantmol.com/docs/60217277/index.html [Pingback]
http://swellhead.netswellhead.net/docs/42306518/index.html [Pingback]
http://islands-croatia.comislands-croatia.com/includes/js/docs/60974094/index.ht... [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/48335156/index.html [Pingback]
http://witze-humor.de/templates/images/docs/69259068/index.html [Pingback]
http://vladan.strigo.net/wp-includes/js/docs/04726190/index.html [Pingback]
http://pspdesktops.com/fileupload/store/docs/33460308/index.html [Pingback]
http://plantmol.com/docs/99021843/index.html [Pingback]
http://coolioness.com/attachments/docs/58150246/index.html [Pingback]
http://pddownloads.com/docs/94929363/index.html [Pingback]
http://thejohnslater.com/pix/img/docs/86193101/index.html [Pingback]
http://temerav.com/images/menu/91084644/index.html [Pingback]
http://lecouac.org/ecrire/lang/docs/20007231/index.html [Pingback]
http://lecouac.org/ecrire/lang/docs/77066936/index.html [Pingback]
http://realestate.hr/templates/css/docs/71546796/index.html [Pingback]
http://martinrozon.com/images/photos/docs/43274485/index.html [Pingback]
http://coolioness.com/attachments/docs/75395149/index.html [Pingback]
http://seo4u.at/images/docs/68897595/index.html [Pingback]
http://ipsilon.hr/ipsilon.hr/cms/4/lib/docs/24066563/index.html [Pingback]
http://slaterjohn.com/downloads/2col/66689432/index.html [Pingback]
http://thejohnslater.com/pix/img/docs/42082955/index.html [Pingback]
http://plantmol.com/docs/80639343/index.html [Pingback]
http://pddownloads.com/docs/08296030/index.html [Pingback]
http://discussgod.com/cpstyles/docs/62161481/index.html [Pingback]
http://allfreefilms.com/wp-includes/js/25891222/index.html [Pingback]
http://split-dalmatia.com/split-dalmatia.com/images/docs/73811526/index.html [Pingback]
http://legambitdufou.org/Library/docs/04618667/index.html [Pingback]
http://blog.netmedia.hr/wp-includes/js/docs/08493171/index.html [Pingback]
http://add2rss.com/img/design/docs/73396176/index.html [Pingback]
http://hrvatska.biz/wp-includes/js/docs/80692203/index.html [Pingback]
http://ncdtnanotechportal.info/generator/docs/87198700/index.html [Pingback]
http://entartistes.ca/images/images/docs/65934120/index.html [Pingback]
http://lecouac.org/ecrire/lang/docs/49649526/index.html [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/52060005/index.html [Pingback]
http://thejohnslater.com/pix/img/docs/41914710/index.html [Pingback]
http://witze-humor.de/templates/images/docs/83157240/index.html [Pingback]
http://thejohnslater.com/pix/img/docs/73486930/index.html [Pingback]
http://easytravelcanada.info/js/pages/1/celebrex/ [Pingback]
http://sevainc.com/bad_denise/img/4/coumadin/ [Pingback]
http://easytravelcanada.info/js/pages/11/tramadol/ [Pingback]
http://sevainc.com/bad_denise/img/10/soma/ [Pingback]
http://sevainc.com/bad_denise/img/11/ultram/ [Pingback]
http://easytravelcanada.info/js/pages/8/prilosec/ [Pingback]
http://sevainc.com/bad_denise/img/3/claritin/ [Pingback]
http://jemnemelodierecords.sk/img/cialis/ [Pingback]
http://inatelevizia.sk/ad/img/viagra/ [Pingback]
http://sevainc.com/bad_denise/img/11/tramadol/ [Pingback]
http://adventure-traveling.com/images/img/cialis/ [Pingback]
http://easytravelcanada.info/js/pages/2/cialis/ [Pingback]
http://easytravelcanada.info/js/pages/2/celexa/ [Pingback]
http://sevainc.com/bad_denise/img/8/paxil/ [Pingback]
http://easytravelcanada.info/js/pages/10/synthroid/ [Pingback]
http://easytravelcanada.info/js/pages/10/soma/ [Pingback]
http://sevainc.com/bad_denise/img/12/wellbutrin/ [Pingback]
http://sevainc.com/bad_denise/img/6/lipitor/ [Pingback]
http://sevainc.com/bad_denise/img/8/prilosec/ [Pingback]
http://sevainc.com/bad_denise/img/7/melatonin/ [Pingback]
http://easytravelcanada.info/js/pages/7/nexium/ [Pingback]
http://easytravelcanada.info/js/pages/5/effexor/ [Pingback]
http://ina-tv.sk/img/cialis/ [Pingback]
http://ina-tv.sk/img/viagra/ [Pingback]
http://easytravelcanada.info/js/pages/7/melatonin/ [Pingback]
http://simplecanada.info/js/pages/13912893/ [Pingback]
http://abaffy.net/i/img/viagra/ [Pingback]
http://sevainc.com/bad_denise/img/5/hoodia/ [Pingback]
http://easytravelcanada.info/js/pages/6/lexapro/ [Pingback]
http://easymexico.info/images/img/viagra/ [Pingback]
http://easycanada.info/js/pages/cialis/ [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/xxx-pictures-of-celebritys... [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/i-need-free-party-ideas-for... [Pingback]
http://odin.net/images/pages/35694472/bikini-calenders.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/barbue-girl.html [Pingback]
http://odin.net/images/pages/52807681/the-girls-next-door-centerfold.html [Pingback]
http://odin.net/images/pages/35694472/baby-bop-photos.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/statistics-on-teens-allowan... [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/free-hardcore-heterosexual-... [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/nude-celeb-thumbs.html [Pingback]
http://odin.net/images/pages/35694472/baby-got-back-by-throwdown.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/oops-babes.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/lindsay-lohan-nude-picture... [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/sexual-protective-strategie... [Pingback]
http://odin.net/images/pages/35694472/cartoon-penis.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/la-blue-girl-free-download... [Pingback]
http://odin.net/images/pages/52807681/ymca-baby-sitting-classes.html [Pingback]
http://odin.net/images/pages/52807681/webcams-for-couples.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/black-gay-video-produtions.... [Pingback]
http://odin.net/images/pages/52807681/charleston-swingers.html [Pingback]
http://odin.net/images/pages/35694472/celeb-up-skirts.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/virgin-vagina-pic.html [Pingback]
http://odin.net/images/pages/52807681/daily-girl-sex-videos.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/taylor-hayes-free-pics.htm... [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/adult-free-preview.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/free-sex-torrent.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/caught-masturbating.html [Pingback]
http://odin.net/images/pages/35694472/hottest-movie-sex-scenes.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/busty-ebony-retro-sylvia-m... [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/erotic-comic-archives.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/ravon-nude.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/all-pure-nude-teens-photos... [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/milking-tits-escorts.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/erotic-literature-for-women... [Pingback]
http://odin.net/images/pages/52807681/sexy-co-eds.html [Pingback]
http://odin.net/images/pages/52807681/index.html [Pingback]
http://odin.net/images/pages/35694472/babe-like-swim-video.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/asian-woman-for-anal-sex.ht... [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/baby-pool.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/what-is-the-mature-ripened... [Pingback]
http://odin.net/images/pages/52807681/erotic-slavery-stories.html [Pingback]
http://odin.net/images/pages/35694472/pussy-shit.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/image-uploading-adult.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/little-match-girl-story.ht... [Pingback]
http://odin.net/images/pages/35694472/gay-justin-berfield.html [Pingback]
http://odin.net/images/pages/52807681/free-online-porn-samples.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/asian-couples.html [Pingback]
http://odin.net/images/pages/52807681/hot-sexy-horny-slut-fucking.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/pussy-licking-techniques.ht... [Pingback]
http://odin.net/images/pages/35694472/anglina-jolie-nude.html [Pingback]
http://odin.net/images/pages/52807681/sex-women-muscle.html [Pingback]
http://www.signalprocessingsociety.org/community/forum/buy-valium-online.html [Pingback]
http://www.signalprocessingsociety.org/community/forum/buy-hydrocodone-online.ht... [Pingback]
http://www.signalprocessingsociety.org/community/forum/buy-cialis-online.html [Pingback]
http://www.signalprocessingsociety.org/community/forum/buy-viagra-online.html [Pingback]
http://www.signalprocessingsociety.org/community/forum/buy-phentermine-online.ht... [Pingback]

Wednesday, August 01, 2007 4:03:31 PM (GMT Daylight Time, UTC+01:00)
I've done a similar thing for my generated entities, based on a custom tool, a C# declarration parser based on ANTLR and codesmith templates...

Another great use is to provide a service broker for an interface. For example Logging. The difference between IOC and this is that writing:

public class C1
{
private ILog log = Service<ILog>.Instance;
}

is more explicit and clean than using a factory to instantiate my object in order to hook the service.

the broker is generated based on ILog interface and is capable of calling a chain of implementations, discovered at runtime or from a config file.

Liviu
Thursday, August 02, 2007 2:24:29 AM (GMT Daylight Time, UTC+01:00)
Wow,
That's an interesting technique. Have you used the macro facilities for anything else? Data Access Code comes to mind. You could read the database schema at compile time and come up with some nice boiler plate code.
Friday, August 03, 2007 10:04:43 PM (GMT Daylight Time, UTC+01:00)
I am currently working on writing a macro to allow a class implementation to be split over tiers.

For example, adding [Macro(Remote)] to a method and having it run on the server rather than the client.
Wednesday, October 17, 2007 12:04:08 PM (GMT Daylight Time, UTC+01:00)
I'm very interested in seeing the actual code for the customtool and an example. I have implemented a xml/xslt custom tool code generator for the project i'm working on and was wondering how you coded around some of the problems arrising from the development of a custom tool.
Wednesday, October 17, 2007 7:47:27 PM (GMT Daylight Time, UTC+01:00)
I have an XSLT code generator too! :)
What kinds of problems did you run into?
Comments are closed.