comparison Tools/DocGen/Content/rss.xml @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
1 <?xml version="1.0" encoding="utf-8" ?>
2 <rss version="2.0">
3 <channel>
4 <title>Business Logic Toolkit for .NET</title>
5 <link>http://www.bltoolkit.net</link>
6 <description />
7 <lastBuildDate>2009-01-11</lastBuildDate>
8 <item>
9 <title>Version 3.1 released</title>
10 <link>http://www.bltoolkit.net/Download.htm</link>
11 <description>See &lt;a href="http://www.bltoolkit.net/Download.htm"&gt;change log&lt;/a&gt;</description>
12 <pubDate>2009-01-11</pubDate>
13 </item>
14 <item>
15 <title>Version 3.0 released</title>
16 <link>http://www.bltoolkit.net/Download.htm</link>
17 <description>See &lt;a href="http://www.bltoolkit.net/Download.htm"&gt;change log&lt;/a&gt;</description>
18 <pubDate>2008-05-21</pubDate>
19 </item>
20 <item>
21 <title>New examples</title>
22 <link>http://www.bltoolkit.net/Doc/</link>
23 <description>See the following &lt;a href="http://www.bltoolkit.net/Doc/"&gt;link&lt;/a&gt;</description>
24 <pubDate>2008-05-10</pubDate>
25 </item>
26 <item>
27 <title>Version 2.0.7 released</title>
28 <link>http://www.bltoolkit.net/Download.htm</link>
29 <description>See &lt;a href="http://www.bltoolkit.net/Download.htm"&gt;change log&lt;/a&gt;</description>
30 <pubDate>2008-02-12</pubDate>
31 </item>
32 <item>
33 <title>New web demo project</title>
34 <link>http://www.bltoolkit.net/Download.htm</link>
35 <description>MS PetShop 4.0 powered by BLToolkit. See the dev version of the project.</description>
36 <pubDate>2007-07-21</pubDate>
37 </item>
38 <item>
39 <title>Version 2.0.6 released</title>
40 <link>http://www.bltoolkit.net/Download.htm</link>
41 <description>See &lt;a href="http://www.bltoolkit.net/Download.htm"&gt;change log&lt;/a&gt;</description>
42 <pubDate>2007-07-21</pubDate>
43 </item>
44 <item>
45 <title>How to map into internal object</title>
46 <link>http://www.bltoolkit.net/Doc/Mapping/MapFieldAttribute.htm</link>
47 <description>
48 &lt;a href="http://www.bltoolkit.net/Doc/Mapping/MapFieldAttribute.htm"&gt;Map.MapFieldAttribute&lt;/a&gt;
49 </description>
50 <category>Examples</category>
51 <pubDate>2007-06-05</pubDate>
52 </item>
53 <item>
54 <title>Version 2.0.5 released</title>
55 <link>http://www.bltoolkit.net/Download.htm</link>
56 <description>See &lt;a href="http://www.bltoolkit.net/Download.htm"&gt;change log&lt;/a&gt;</description>
57 <pubDate>2007-05-17</pubDate>
58 </item>
59 <item>
60 <title>Version 2.0.4 released</title>
61 <link>http://www.bltoolkit.net/Download.htm</link>
62 <description>See &lt;a href="http://www.bltoolkit.net/Download.htm"&gt;change log&lt;/a&gt;</description>
63 <pubDate>2007-02-12</pubDate>
64 </item>
65 <item>
66 <title>Version 2.0.3 released</title>
67 <link>http://www.bltoolkit.net/Download.htm</link>
68 <description>See &lt;a href="http://www.bltoolkit.net/Download.htm"&gt;change log&lt;/a&gt;</description>
69 <pubDate>2006-10-22</pubDate>
70 </item>
71 <item>
72 <title>Version 2.0.1 released</title>
73 <link>http://www.bltoolkit.net/Download.htm</link>
74 <description></description>
75 <pubDate>2006-08-27</pubDate>
76 </item>
77 <item>
78 <title>How to map one object to another</title>
79 <link>http://www.bltoolkit.net/Doc/Mapping/ObjectToObject.htm</link>
80 <description>
81 &lt;a href="http://www.bltoolkit.net/Doc/Mapping/ObjectToObject.htm"&gt;Map.ObjectToObject&lt;/a&gt;
82 </description>
83 <category>Examples</category>
84 <pubDate>2006-05-21</pubDate>
85 </item>
86 <item>
87 <title>How to emit with BLToolkit</title>
88 <link>http://www.bltoolkit.net/Doc/Reflection/Emit/HelloWorld.htm</link>
89 <description>
90 &lt;a href="http://www.bltoolkit.net/Doc/Reflection/Emit/HelloWorld.htm"&gt;Hello, World!&lt;/a&gt;
91 </description>
92 <category>Examples</category>
93 <pubDate>2006-05-10</pubDate>
94 </item>
95 <item>
96 <title>DataAccessor examples</title>
97 <link>http://www.bltoolkit.net/Doc/DataAccess/index.htm</link>
98 <description>
99 &lt;a href="http://www.bltoolkit.net/Doc/DataAccess/ExecuteList.htm"&gt;ExecuteList&lt;/a&gt;&lt;br&gt;
100 &lt;a href="http://www.bltoolkit.net/Doc/DataAccess/ExecuteDictionary.htm"&gt;ExecuteDictionary&lt;/a&gt;&lt;br&gt;
101 &lt;a href="http://www.bltoolkit.net/Doc/DataAccess/ExecuteObject.htm"&gt;ExecuteObject&lt;/a&gt;&lt;br&gt;
102 &lt;a href="http://www.bltoolkit.net/Doc/DataAccess/ExecuteScalar.htm"&gt;ExecuteScalar&lt;/a&gt;
103 </description>
104 <category>Examples</category>
105 <pubDate>2006-04-30</pubDate>
106 </item>
107 <item>
108 <title>IDictionary support for abstract accessors</title>
109 <link>http://www.bltoolkit.net/Doc/DataAccess/ExecuteDictionary.htm</link>
110 <description>Now abstract accessor can return an object that implemens IDictionary interface.</description>
111 <category>Features</category>
112 <pubDate>2006-04-26</pubDate>
113 </item>
114 </channel>
115 </rss>