Random Notes and simple code on Developing Web Sites (Applications) in ASP.net using C# The information below primarily apply to the web page model of web-development in C# _PageStart.cshtml runs at each page start/open _AppStart.cshtml runs at the beginning of the application Syntax to use the Layout file: @{Layout = “/Shared/Layout.cshtml”;} if you use this …
Category: FromSitesTree.com
Aug 21
Razor, Web-page Model, Web-Application Development in C# #19
Razor, Web-page Model, Web-Application Development in C# Razor: a markup syntax to add server side code into ASP.net pages Razor example: Current time is @DateTime.Now Razor Code Syntax Single statement block @{ var message = “Hello World”; } Inline expression or variable The message: @message Multi-statement block @{ var greeting = “Hello”; var currentTime = …
Aug 21
Code: Email Sending using ASP #19
From: http://sitestree.com/?p=5280 Categories:19Tags: Post Data:2012-11-16 11:05:08 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 href=’https://medium.com/@SayedAhmedCanada’ target=’new’ rel=”noopener”> https://medium.com/@SayedAhmedCanada …
Aug 21
Formatting Web-application output #19
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 You can create classes that can be applied to multiple elements Use the CssStyle/CssStyle attribute to apply …
Aug 21
Basic Dot Net Web Development Concepts #19
Video Training Code From: http://sitestree.com/?p=5100 Categories:19Tags: Post Data:2006-10-08 13:14:33 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 href=’https://medium.com/@SayedAhmedCanada’ …
Aug 21
nHibernate & ADO.net entity Framework #19
nHibernate & ADO.net entity Framework The ADO.NET Entity Framework vs. NHibernate and Other ORMs From: http://sitestree.com/?p=5104 Categories:19Tags: Post Data:2007-04-05 04:55:01 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 …
Aug 21
JQuery & ASP.Net #19
Don’t panic. It’s not rocket science. Watch the following videos. Then read a book on ASP.Net & JQuery (May be from Apress), and then consult a good reference book lightly. Keep the book with you always. You will be there soon. Getting Started w/ jQuery and ASP.NET jQuery For Absolute Beginners Create An Accordion with …
Aug 21
.Net: Globalizing Web Applications #19
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 to keep culture …
Aug 21
Providing Help in an ASP.Net Web-application #19
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-site 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 comes with the …
Aug 21
What is silverlight? #19
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 possible from Visual Studio 2008 IDE Supports IE, Firefox, Opera, Safari The claim is: it’s significantly fast …
