Brought from: http://salearningschool.com/displayArticle.php?table=Articles&articleID=1145&title=.Net:%20Globalizing%20Web%20Applications Three ways of globalizing web-applications Create one for each culture/language – usually the web-interfaces. Redirect to a web-site built based on the current culture Write one web-application but detect current culture, then change the user interface (texts, date time formats) to represent the current culture – dynamically Satellite Based: Use resource files …
Category: FromSitesTree.com
Aug 31
Providing Help in an ASP.Net Web-application #.Net Web Applications
Brought from: http://salearningschool.com/displayArticle.php?table=Articles&articleID=1124&title=Providing%20Help%20in%20an%20ASP.Net%20Web-application Use the Tooltip attribute of the ASP.Net controls to display help in Tooltip text You can create HTML pages to provide/show help. Just as a simple web-page You can use Web Forms to display help information You can display help using HTML Help Viewer You can use the HTML Help Workshop as …
Aug 31
Formatting Web-application output #.Net Web Applications
Brought from: http://salearningschool.com/displayArticle.php?table=Articles&articleID=1144&title=Formatting%20Web-application%20output You can apply CSS styles to format web-application output If you have the same styles defined in multiple places (for the same element), the styles defined closest to the element will be applied. The order, inline, page, global (however, you should not define the same class here and there arbitrarily…that is an …
Aug 31
nHibernate & ADO.net entity Framework #.Net Web Applications
Brought from: http://salearningschool.com/displayArticle.php?table=Articles&articleID=988&title=nHibernate%20&%20ADO.net%20entity%20Framework This was written long long back, hence, the resources linked are also pretty old. nHibernate & ADO.net entity Framework The ADO.NET Entity Framework vs. NHibernate and Other ORMs From: http://sitestree.com/?p=3701 Categories:.Net Web ApplicationsTags: Post Data:2016-07-16 09:01:03 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’ …
Aug 31
JQuery & ASP.Net #.Net Web Applications
Brought from: http://salearningschool.com/displayArticle.php?table=Articles&articleID=1090&title=JQuery%20&%20ASP.Net Watch the following videos. Then read a book on ASP.Net & jQuery (may be from Apress), sure, practice the examples, and then consult a good reference book, keep in touch with jQuery online site esp. with references and new changes. Getting Started w/ jQuery and ASP.NET jQuery For Absolute Beginners Create An …
Aug 31
How to Build a Personal Web-site with ASP.Net #.Net Web Applications
Brought and updated from: http://salearningschool.com/displayArticle.php?table=Articles&articleID=967&title=How%20to%20Build%20a%20Personal%20Web-site%20with%20ASP.Net%20(VS%202008,%20.Net%202.0/3.5) This actually is an old way of doing. Video Tutorial on this topic [youtube https://www.youtube.com/watch?v=PmWqWvaelyg] Web-site Code used in this tutorial Steps Open visual studio (2008) IDE File -> new project -> Visual Basic -> Web -> ASP .Net Web Application Rename default.aspx to template.aspx Insert a table from the …
Aug 31
What is Silverlight? #.Net Web Applications
Brought From our old site: http://salearningschool.com/displayArticle.php?table=Articles&articleID=899&title=What%20is%20silverlight? Quick Facts It’s by Microsoft for Rich Internet Application Development Supports high quality graphics/animations Runs in Windows, Mac, Linux From PHP, you can also make use of Silverlight Offers copy protection Related technologies: Adobe Flash, Java FX Debugging is possible from Visual Studio IDE Supports IE, Firefox, Opera, Safari …
Aug 30
ASP.Net Controls #.Net Web Applications
Brought from: http://salearningschool.com/displayArticle.php?table=Articles&articleID=746&title=ASP.Net%20Controls HTML Server Controls HtmlAnchor HtmlButton HtmlForm HtmlGeneric 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 …
Aug 30
.Net Entity Framework Based Development : Videos #.Net Web Applications #Misc .Net
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 …
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 …
