<rss version="2.0" xmlns:dn247="http://www.dotnet247.com/schemas/rss"><channel><title>.NET 247: ASPFriends.com 'ngfx-compiledynamic' list</title><link>http://www.dotnet247.com/247reference/__site/175</link><description>ASPFriends.com 'ngfx-compiledynamic' list on .NET 247.</description><generator>.NET 247/WinFX 247 RSS Generator</generator><dn247:id>175</dn247:id><item><title>Establishing a Function name (5 replies)</title><link>http://www.dotnet247.com/247reference/msgs/19/96098.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/19/96098.aspx</guid><pubDate>08 May 2002 04:45:47</pubDate><description>Copied from [aspngcs] to [ngfx compiledynamic] by Chaz charlesmarkcarroll@yahoo.com I want to be able to call a class for logging info to a file with the filename being tied into the function where the logging is occurring. When I call the class using something like: WriteLog.Log(FunctionName,stringToLog); is there any way of determining the Function name automatically? Cheers, Julian Voelcker The...</description><dn247:id>96098</dn247:id><dn247:siteId>175</dn247:siteId></item><item><title>tutorial articles or books? (2 replies)</title><link>http://www.dotnet247.com/247reference/msgs/15/78163.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/15/78163.aspx</guid><pubDate>05 Apr 2002 14:51:21</pubDate><description>does anybody know of ANY references for the CodeGenerator stuff? I'm looking into making a form that can generate code for multiple languages... 20 and the whole concept of using methods to write code is a bit foreign to me. web articles, books, even interesting message threads. ANYTHING. All i've found so far is a rather explanation light page on the quickstarts: http://samples.gotdotnet.com/quic...</description><dn247:id>78163</dn247:id><dn247:siteId>175</dn247:siteId></item><item><title>Strings divided at 80 chars? (3 replies)</title><link>http://www.dotnet247.com/247reference/msgs/15/78165.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/15/78165.aspx</guid><pubDate>05 Apr 2002 05:35:00</pubDate><description>aGF2aW5nIGEgcHJvYmxlbSB3aXRoIHRoZSBmb2xsb3dpbmcgY29kZToNCiANCmdlbmVyYXRvci5H ZW5lcmF0ZUNvZGVGcm9tU3RhdGVtZW50KCBDcmVhdGVBcHBlbmRDYWxsKCBsaW5lICksIG91dHB1 dCwgb3B0aW9ucyApOw0KIA0KICAgICAgICBwcm90ZWN0ZWQgdmlydHVhbCBDb2RlU3RhdGVtZW50 IENyZWF0ZUFwcGVuZENhbGwoIFN0cmluZyBhcHBlbmRlZFN0cmluZyApIHsNCiAgICAgICAgICAg IENvZGVWYXJpYWJsZVJlZmVyZW5jZUV4cHJlc3Npb24gdGFyZ2V0T2JqZWN0ID0gbmV3IENvZGVW YXJpYWJsZVJlZmV...</description><dn247:id>78165</dn247:id><dn247:siteId>175</dn247:siteId></item><item><title>Escape special characters in a string? (3 replies)</title><link>http://www.dotnet247.com/247reference/msgs/15/78164.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/15/78164.aspx</guid><pubDate>05 Apr 2002 02:49:00</pubDate><description>I'm trying to create a method that will take a String entered by the user, and generate a String that has all/any language specific escape characters removed/rendered inoperable. ferinstance... User inputs the string: 20 He said, &amp;amp;quot;But what\where will it be&amp;amp;quot;. I want the method to transform that into: [C#] He said, \&amp;amp;quot;But what\\where will it be\&amp;amp;quot;. [VB] He said, &amp;amp;quot;&amp;amp;quot;But what\where will it be&amp;amp;quot;&amp;amp;quot;. Andy Smi...</description><dn247:id>78164</dn247:id><dn247:siteId>175</dn247:siteId></item><item><title>sample scripting hosts? (2 replies, VIP)</title><link>http://www.dotnet247.com/247reference/msgs/12/62793.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/12/62793.aspx</guid><pubDate>04 Mar 2002 23:22:00</pubDate><description>I was wondering if anybody knew of any V1 sample apps or at least articles on making a .net application scriptable with c#, vb.net, or jscript.net I found an article on msdn that does it: http://msdn.microsoft.com/library/default.asp?url 3D/library/en us/dnclin ic/html/scripting06112001.asp but it's for beta2, and the relevant classes have moved or changed names, and I can't figure it out. Andy Sm...</description><dn247:id>62793</dn247:id><dn247:siteId>175</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>Dynamic compile resources (2 replies, VIP)</title><link>http://www.dotnet247.com/247reference/msgs/7/38117.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/7/38117.aspx</guid><pubDate>16 Jan 2002 20:49:00</pubDate><description>Attention everyone! I am updating the signup/info page for this list at http://aspfriends.com/aspfriends/ngfx compiledynamic.asp and I'd like your input. Please feel free to send me the names and/or links of any of the following on this list's topic: Books Web articles Other developer lists These will be reviewed and, if approved, placed under the appropriate tab on the list signup page. Thanks in...</description><dn247:id>38117</dn247:id><dn247:siteId>175</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>dynamic creation of .net assemblies (4 replies, VIP)</title><link>http://www.dotnet247.com/247reference/msgs/7/36965.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/7/36965.aspx</guid><pubDate>14 Jan 2002 19:07:30</pubDate><description>I have a list of .net assemblies that I want to create dynmically in another .net assembly. Can anyone point me int he right direction to do this? I believe that I have to create the asssemblies that I want to call using a strong name and then use reflection to invoke them from another assembly. I'm still early on in my research on the subject though. Any help would be much appreciated. Thanks, Ch...</description><dn247:id>36965</dn247:id><dn247:siteId>175</dn247:siteId><dn247:highlight>True</dn247:highlight></item></channel></rss>