Entity Framework Development Workflows: https://msdn.microsoft.com/en-us/data/jj590134, 4 approaches (code first, db first, existing database, new databse) Database First: https://msdn.microsoft.com/en-us/data/jj591506 Entity Framework Code First to an Existing Database: https://channel9.msdn.com/blogs/ef/code-first-to-existing-database-ef6-1-onwards- Entity Framework Code First to a New Database: https://msdn.microsoft.com/en-us/data/jj572366 Misc Entity Framework Videos Entity Framework Code First to an Existing Database Entity Framework Database First Entity Framework Enum …
Category: FromSitesTree.com
Aug 30
ASP.Net Controls #.Net Web Applications
HTML Server Controls HtmlAnchor HtmlButton HtmlForm HtmlGeneric<br/> HtmlImage HtmlInputButton HtmlInputCheckBox HtmlInputFile HtmlInputHidden HtmlInputImage HtmlInputRadioButton HtmlInputText HtmlSelect HtmlTable HtmlTableCell HtmlTableRow HtmlTextArea Web Server Controls AdRotator Button Calendar CalendarDay CheckBox CheckBoxList DataGrid DataList DropDownList HyperLink Image ImageButton Label LinkButton ListBox ListItem Literal Panel PlaceHolder RadioButton RadioButtonList BulletedList Repeater Style Table TableCell TableRow TextBox Xml Validation Server …
Aug 30
Making a Difference in The Software Century #1
Making a Difference in The Software Century”The next few decades will make the 21st century the Software Century” – B. Boehm.21st century software engineers will face formidable challenges like: Increasingly rapid change Uncertainty and emergence Dependability Diversity Interdependence B. Boehm. From: http://sitestree.com/?p=4855 Categories:1Tags: Post Data:2011-02-06 23:37:28 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, …
Aug 30
Windows Operating Systems #1
Most recent version: Vista, upgraded from XP Windows XP (Professional, Home), Windows server : server 2003, server 2000 Embedded: Windows CE, Windows Embedded Home for details please check: http://www.microsoft.com/windows/default.mspx From: http://sitestree.com/?p=4709 Categories:1Tags: Post Data:2007-06-17 23:26:43 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href=’http://Training.SitesTree.com’ target=’new’ rel=”noopener”> http://Training.SitesTree.com</a> In Bengali: …
Aug 30
Financial Transaction: Java Data Type #1
Best data type for Financial Transactions: Object with two integer type variables. One for the dollars and another for the cents. floating points are inappropriate as they suffer from round-off errors. For financial software how to create a common class for contracts that multiple independent classes will satisfy? Using interface because for independent class hierarchies …
Aug 30
Web page design standards #10
Try to follow the following rules while creating a web-page. 1. Decide what you want to use HTML or XHTML. Better to go with XHTML. Which XHTML? Strict or transitional? Go for strict one, that way you will be in the most standard way. 2. If you are new into XHTML try transitional first, when …
Aug 30
Linux Kernel Programming : A Complete Course #1 #RHCSA
Linux Kernel Programming From: http://sitestree.com/?p=4906 Categories:1, RHCSATags: Post Data:2011-04-05 00:30:24 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href=’http://Training.SitesTree.com’ target=’new’ rel=”noopener”> http://Training.SitesTree.com</a> In Bengali: <a href=’http://Bangla.SaLearningSchool.com’ target=’new’ rel=”noopener”>http://Bangla.SaLearningSchool.com</a> <a href=’http://SitesTree.com’ target=’new’ rel=”noopener”>http://SitesTree.com</a> 8112223 Canada Inc./JustEtc: <a href=’http://JustEtc.net’ target=’new’ rel=”noopener”>http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) </a> Shop Online: <a href=’https://www.ShopForSoul.com’> https://www.ShopForSoul.com/</a> Medium: <a …
Aug 30
Table Less Design: Layouts with CSS #10
A three column webpage with CSS positioning The CSS should look like this: #leftnavigation { position : absolute; left : 0; width : 150px; margin-left : 10px; margin-top : 20px; color : #000000; padding : 3px;}#rightnavigation { position : absolute; left : 80%; top : 20px; width : 140px; padding-left : 10px; z-index : 3; …
Aug 29
HTML 5: New Features #10 #Introduction to HTML 5
Published: January 22nd, 2008, by W3C New features in HTML 5: Functions for embedding audio, video, graphics, client-side data storage, and interactive documents. New elements: , , , and HTML 5 provides precise rules on how to handle the HTML elements, and how to recover from errors to provide interoperability. From: http://sitestree.com/?p=5061 Categories:10, Introduction to …
Aug 29
Layouts with CSS: Layout without tables #10
Two column webpage layout with CSS create twocol.css. Then, add the following code to the file: div#topBanner { text-align: center; padding-bottom: 10px; } div#bodyLeft { position: absolute; width: 25%; } div#bodyRight { margin: 5px 25px 25px 225px; width: 75%; } Your two column webpage will look like Page Title Add menu items here Add your …
