<?xml version="1.0"?><rss version="2.0"><channel><title>Orasis Software News</title><link>http://www.orasissoftware.com/</link><description></description><item><title>New Updates include new enhancements</title><description><![CDATA[Orasis has enhanced the IDE to include new enhacements in the Unit Test Workbench, Project Settings, Auto Mapping and SQL parsing. Start using it and let&#39;s know what you think!]]></description><link></link><pubDate>Mon, 07 Sep 2009 00:00:00 GMT</pubDate><guid>http://www.orasissoftware.com/news/default.aspx?a=13</guid></item><item><title>We listened to your feedback on first release and planning version 2.0 with new and exciting features</title><description><![CDATA[<strong>We listened to you!</strong> we took everything you said into serious consideration.&nbsp;<u>Orasis is planning the road map for the next release with new exciting features, better usability. Stay tuned.</u>&nbsp;Help us make Orasis better, Use our FAQ section at <a href="../faqs/afmmain.aspx">http://www.orasissoftware.com/faqs/afmmain.aspx</a>&nbsp;to find your answers and post questions and suggestions that you may have. Comment on our articles in our forum at <a href="http://forums.orasissoftware.com/">http://forums.orasissoftware.com/</a>. Log in any issues that may find. We are here and we respond very fast. Our support team is working very hard to assure customer satisfaction.]]></description><link>http://www.orasissoftware.com/support.aspx</link><pubDate>Fri, 27 Mar 2009 00:00:00 GMT</pubDate><guid>http://www.orasissoftware.com/news/default.aspx?a=11</guid></item><item><title>Exploring Orasis Mapping Studio 2009</title><description><![CDATA[<font size="3"><font face="Calibri">Orasis Software releases the<strong><em> Orasis Mapping Studio 2009 Database Edition</em></strong>; a round trip Visual toolset that assists developers building open database access code targeting performance, development time and maintenance.<br /></font></font><font size="3"><font face="Calibri"><br />The Studio integrates with<strong> Microsoft Visual 2005 and 2008</strong> through auto generated project files that can be added to any project solution. It supports .Net 2.0, 3.0 and 3.5 frameworks, C# and VB.Net and major database vendors like SQL Server, Oracle, MySql, Microsoft Access and any ODBC data source. <br /><br /></font></font><font size="3"><font face="Calibri">The Studio&rsquo;s<strong><em> Unit Test Workbench</em></strong> allows developers to test their data tier performance at the method level. Each method can be benchmarked without writing any code by executing the final generated code without leaving <span>&nbsp;&nbsp;</span>the workbench.<br /><br /></font></font><font size="3"><font face="Calibri">The Studio&rsquo;s<strong><em> powerful Query designer</em></strong> assists developers to build and use parameterized queries; Developers can now visually analyze queries and benchmark them before they decide to map them to code. The Mapping Wizard simply auto generates the code based on the code setting preferences.<br /><br /></font></font><font size="3"><font face="Calibri">The Studio&rsquo;s<strong><em> Library Reflector</em></strong> allows developers to utilize their class libraries that do not and should not resemble the physical database table schemas. With no requirements on the development of the data models such as attributing them or implementing interfaces or extending third party classes or even requiring them to contain ID properties, developers can simply provide a default constructor and start mapping! The Reflector brings in all of the needed assembly dependencies in the project. Developers can even add library dependencies the same way that they are familiar with.</font></font><font size="3"><font face="Calibri"><br /><br />The Studio&rsquo;s<strong><em> Field Mapping control</em></strong> enables nested object graph mappings between SQL columns/parameters and object fields. Use the pure object models that you have generated by visually mapping them to query results and parameters. Visually expand nested class references or simply replace them with derived instances. Replace interfaces with their implementation classes, or simply replace an abstract class with one of its implementation classes. The Studio&rsquo;s Smart Data Access code generation engine will minimize the number of statements that are required to select, insert, update and delete whether the mappings target queries or stored procedures. With full knowledge of database metadata at design time, .Net object metadata and standard .Net conversions the code generation engine <span>&nbsp;</span>produces extremely efficient code free of any reflection code. </font></font><font size="3"><font face="Calibri"><br /><br />The Studio&rsquo;s .Net <strong><em>Code Generation and Build engine</em></strong> compiles both SQL and .Net code and thus guaranteeing the validation of the data access tier from database changes. </font></font><font size="3"><font face="Calibri">Now you can connect, map, compile, run, benchmark and simply export your data tier to be used by the rest of your system development teams.<span>&nbsp; </span></font></font>]]></description><link></link><pubDate>Sun, 22 Mar 2009 00:00:00 GMT</pubDate><guid>http://www.orasissoftware.com/news/default.aspx?a=9</guid></item><item><title>Orasis Software team announcement</title><description><![CDATA[This tool was built to satisfy the needs of developers and architects who wanted abstraction from the low level data access and mapping&nbsp;code while maintaining full control of their mappings and queries. It was built on customer needs. This IDE was designed by a team of enthusiast programmers fully funded by our parent company to express their vision on using the concept of Visual Mappings and efficient Code Generation. All your comments and suggestions are valuable to us will be taken into consideration. We are looking forward for your input!]]></description><link>http://www.orasissoftware.com/faqs/afmmain.aspx</link><pubDate>Wed, 15 Oct 2008 00:00:00 GMT</pubDate><guid>http://www.orasissoftware.com/news/default.aspx?a=6</guid></item><item><title>How to choose a technology to implement your data access tier</title><description><![CDATA[<em>Should you choose an ORM implementation or simply allow a tool to craft your data services to your actual and immediate needs? Do you need both options in your projects? Can an ORM implementation satisfy the performance requirements, the ease of use and ease of changes? Can you really avoid SQL at no cost? Does an object query language make our lives easier or harder?</em>]]></description><link>http://forums.orasissoftware.com/comments.php?DiscussionID=3&amp;page=1#Item_1</link><pubDate>Thu, 09 Oct 2008 00:00:00 GMT</pubDate><guid>http://www.orasissoftware.com/news/default.aspx?a=5</guid></item><item><title>How Orasis Mapping Studio compares to ORM technologies</title><description><![CDATA[For those who are not clear how the Orasis Mapping Studio (OMS) differs from other ORM Layers, here is a brief comparison.]]></description><link>http://forums.orasissoftware.com/comments.php?DiscussionID=2&amp;page=1#Item_1</link><pubDate>Thu, 09 Oct 2008 00:00:00 GMT</pubDate><guid>http://www.orasissoftware.com/news/default.aspx?a=4</guid></item><item><title>Why Orasis targets Code Generation for custom data layer automation? </title><description><![CDATA[<em>With the ability to auto generate pure ADO.Net source code with no third party library dependencies, and considering the fact that a database transaction in the object world involves some classes and some tables in the database, the concept of the custom mapping becomes very attractive. What was really missing was software that allows the easy binding of the two. A mapping is simply made up of two units and has two flavors. It can originate from Objects to RDBMS or vice versa</em>]]></description><link>http://forums.orasissoftware.com/comments.php?DiscussionID=5&amp;page=1#Item_1</link><pubDate>Thu, 09 Oct 2008 00:00:00 GMT</pubDate><guid>http://www.orasissoftware.com/news/default.aspx?a=3</guid></item><item><title>(ROI) on database access layer technology architectural decisions</title><description><![CDATA[<em>In concept, estimating the return on investment (ROI) of a technology initiative is like any other capital budgeting process. The objective is to estimate the cash flows/savings likely to be generated by the technology initiative and determine whether these cash flows exceed the costs of designing, building and operating the systems and processes associated with the initiative</em>]]></description><link>http://forums.orasissoftware.com/comments.php?DiscussionID=7&amp;page=1#Item_1</link><pubDate>Thu, 09 Oct 2008 00:00:00 GMT</pubDate><guid>http://www.orasissoftware.com/news/default.aspx?a=2</guid></item></channel></rss>