<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://advenet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>.net developer thoughts ...</title><link>http://advenet.com/joycsc/blog/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>The Magic of Traceability Matrix </title><link>http://advenet.com/joycsc/blog/archive/2006/06/28/88.aspx</link><pubDate>Wed, 28 Jun 2006 12:37:00 GMT</pubDate><guid isPermaLink="false">1ef68532-7cfd-425a-925f-73b406532fff:88</guid><dc:creator>joycsc</dc:creator><slash:comments>0</slash:comments><comments>http://advenet.com/joycsc/blog/comments/88.aspx</comments><wfw:commentRss>http://advenet.com/joycsc/blog/commentrss.aspx?PostID=88</wfw:commentRss><description>While working with outsourcing clients, a common problem appears, is the functional specification. Clients generally don't want to spend much time creating specs, try to write ASAP, which results an unfinished spec. 
While developing developers suffers a lot. First, it often gets confusing, the developer can't understand exactly what the spec is saying. Second, during the development (and also after seeing some demo), client discovers new features, which results much re-engineering on the code, as this is too late for adding new requirements. 
'Traceability Matrix' might really a good solution in this case. What is 'Traceability Matrix'? In short, this is the simple list of features, something like the product feature list in the web sites (well off course TM has some more features). This is easy for clients as it requires less time for them to mention. Since clients are too busy to have time on spec, we can start work on specs, as we get the list of features. A smart system analyst can forward and elaborate the requirements in useful way using 'Traceability Matrix'.

• This is the simplest requirement document. So keep it as simple as possible. 
• Include features in bullets, if necessary group the bullets, according to modular requirements.  
• Common Functions: Consider special terms, to specify commonly used requirements among several cases. For instance, such special term can be “CRUD”, which says Create, Read, Update and Delete operation in any entity. While writing requirement documents, you can use this commonly used features in multiple cases. Like: User CRUD, Product CRUD, Books CRUD etc.
• Common Scenarios: You can also consider special terms for commonly used application scenario. For instance, a special term can be “Create Secured Record”, which tells, 1. Click “Add item” button, 2. The user will be redirected to “Add item” page, 3. User inserts data, 4. User submits data, 5. User provides “security text/code”. 6. User gets back to the caller page.
 
&lt;img src="http://advenet.com/aggbug.aspx?PostID=88" width="1" height="1"&gt;</description></item><item><title>“Instance Saver” Custom Entity Model- Basic Architecture </title><link>http://advenet.com/joycsc/blog/archive/2006/06/28/87.aspx</link><pubDate>Wed, 28 Jun 2006 12:33:00 GMT</pubDate><guid isPermaLink="false">1ef68532-7cfd-425a-925f-73b406532fff:87</guid><dc:creator>joycsc</dc:creator><slash:comments>0</slash:comments><comments>http://advenet.com/joycsc/blog/comments/87.aspx</comments><wfw:commentRss>http://advenet.com/joycsc/blog/commentrss.aspx?PostID=87</wfw:commentRss><description>Business Entity: 

For each custom business entity, there is a collection class. However, if our tech platform is .net 2.0, we can use the generic list class for collections.

 

Business Layer:

1. Contains a “Save” instance method in business layer for insert and update operations.
2. For delete and get operations, it uses static methods in the business layer.

 

Data Access Layer:

Data access layer contains all CRUD operations in one class.

 
&lt;img src="http://advenet.com/aggbug.aspx?PostID=87" width="1" height="1"&gt;</description></item><item><title>Custom Entity – Many 2 Many Table Issue </title><link>http://advenet.com/joycsc/blog/archive/2006/06/28/86.aspx</link><pubDate>Wed, 28 Jun 2006 12:30:00 GMT</pubDate><guid isPermaLink="false">1ef68532-7cfd-425a-925f-73b406532fff:86</guid><dc:creator>joycsc</dc:creator><slash:comments>0</slash:comments><comments>http://advenet.com/joycsc/blog/comments/86.aspx</comments><wfw:commentRss>http://advenet.com/joycsc/blog/commentrss.aspx?PostID=86</wfw:commentRss><description>When we define a custom business entity as an architecture for a given project, one common issue arises that, how we will consider “Many to Many” relationships? As there is only one entity for each database table, “Many to Many” tables might not be a...(&lt;a href="http://advenet.com/joycsc/blog/archive/2006/06/28/86.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://advenet.com/aggbug.aspx?PostID=86" width="1" height="1"&gt;</description></item><item><title>Custom Entity – Data Operation on Multiple Tables </title><link>http://advenet.com/joycsc/blog/archive/2006/06/28/85.aspx</link><pubDate>Wed, 28 Jun 2006 12:25:00 GMT</pubDate><guid isPermaLink="false">1ef68532-7cfd-425a-925f-73b406532fff:85</guid><dc:creator>joycsc</dc:creator><slash:comments>0</slash:comments><comments>http://advenet.com/joycsc/blog/comments/85.aspx</comments><wfw:commentRss>http://advenet.com/joycsc/blog/commentrss.aspx?PostID=85</wfw:commentRss><description>1. In a case, where we are considering m2m, and it’s required to add a new entity record in the m2m table, an obvious case comes, where we create and save the entity first and then we add that entity in the m2m table. For example, when we add a new book...(&lt;a href="http://advenet.com/joycsc/blog/archive/2006/06/28/85.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://advenet.com/aggbug.aspx?PostID=85" width="1" height="1"&gt;</description></item></channel></rss>