{"id":67646,"date":"2021-07-26T04:10:07","date_gmt":"2021-07-26T08:10:07","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/recent-posts\/some-wpf-stuff-windows-presentation-foundation-wpf-vs-html-css-root-by-sayed-ahmed\/"},"modified":"2021-07-26T04:10:07","modified_gmt":"2021-07-26T08:10:07","slug":"some-wpf-stuff-windows-presentation-foundation-wpf-vs-html-css-root-by-sayed-ahmed","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=67646","title":{"rendered":"Some WPF Stuff: Windows Presentation Foundation: WPF vs HTML #CSS #Root #By Sayed Ahmed"},"content":{"rendered":"<p>Overview of WPF<\/p>\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/Windows_Presentation_Foundation\">https:\/\/en.wikipedia.org\/wiki\/Windows_Presentation_Foundation<\/a><\/p>\n<p>&#8220;According to Microsoft developers answering questions during <a title=\"Build (conference)\" href=\"https:\/\/en.wikipedia.org\/wiki\/Build_%28conference%29\">Build 2014<\/a>, WPF is still actively developed, but was not designed to be highly responsive, nor adapted to low-power consumer devices such as tablets or smartphones. Because of that, no further major changes are expected to be done on the framework<sup id=\"cite_ref-5\" class=\"reference\"><a href=\"https:\/\/en.wikipedia.org\/wiki\/Windows_Presentation_Foundation#cite_note-5\">[5]&#8221;<\/a><\/sup><\/p>\n<p>&nbsp;<\/p>\n<p>In defense of WPF (No comment from me)<\/p>\n<p><a href=\"http:\/\/rgramann.blogspot.ca\/2013\/06\/in-defense-of-wpf.html\">http:\/\/rgramann.blogspot.ca\/2013\/06\/in-defense-of-wpf.html<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>.NET\/WPF to HTML\/CSS\/Javscript<\/p>\n<p><a href=\"https:\/\/bling.github.io\/blog\/2013\/04\/13\/dot-net-slash-wpf-to-html-slash-css-slash-javscript\/\">https:\/\/bling.github.io\/blog\/2013\/04\/13\/dot-net-slash-wpf-to-html-slash-css-slash-javscript\/<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Can HTML5 Replace WPF?<\/p>\n<p><a href=\"http:\/\/www.kevinboyle.ie\/blog\/2013\/05\/08\/can-html5-replace-wpf\/\">http:\/\/www.kevinboyle.ie\/blog\/2013\/05\/08\/can-html5-replace-wpf\/<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Creating hybrid HTML5 and WPF applications with self-hosted OWIN Web API SignalR and Awesomium<\/p>\n<p><a href=\"http:\/\/galratner.com\/blogs\/net\/archive\/2014\/01\/31\/creating-hybrid-html5-and-wpf-applications-with-self-hosted-owin-web-api-signalr-and-awesomium.aspx\">http:\/\/galratner.com\/blogs\/net\/archive\/2014\/01\/31\/creating-hybrid-html5-and-wpf-applications-with-self-hosted-owin-web-api-signalr-and-awesomium.aspx<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>WPF Code Example: XAML<\/p>\n<div id=\"CodeSnippetContainerCode_c6ab9247-17f7-4e13-b808-dbf36bff09c0\" class=\"codeSnippetContainerCode\" dir=\"ltr\">\n<div style=\"color: black\">\n<pre><span style=\"color: blue\">&lt;<\/span><span style=\"color: #a31515\">Grid.ColumnDefinitions<\/span><span style=\"color: blue\">&gt;<\/span>\r\n  <span style=\"color: blue\">&lt;<\/span><span style=\"color: #a31515\">ColumnDefinition<\/span> <span style=\"color: red\">x:Uid<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">ColumnDefinition_1<\/span><span style=\"color: black\">\"<\/span> <span style=\"color: blue\">\/&gt;<\/span>\r\n  <span style=\"color: blue\">&lt;<\/span><span style=\"color: #a31515\">ColumnDefinition<\/span> <span style=\"color: red\">x:Uid<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">ColumnDefinition_2<\/span><span style=\"color: black\">\"<\/span> <span style=\"color: blue\">\/&gt;<\/span>\r\n  <span style=\"color: blue\">&lt;<\/span><span style=\"color: #a31515\">ColumnDefinition<\/span> <span style=\"color: red\">x:Uid<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">ColumnDefinition_3<\/span><span style=\"color: black\">\"<\/span> <span style=\"color: red\">SharedSizeGroup<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">Buttons<\/span><span style=\"color: black\">\"<\/span> <span style=\"color: blue\">\/&gt;<\/span>\r\n  <span style=\"color: blue\">&lt;<\/span><span style=\"color: #a31515\">ColumnDefinition<\/span> <span style=\"color: red\">x:Uid<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">ColumnDefinition_4<\/span><span style=\"color: black\">\"<\/span> <span style=\"color: red\">SharedSizeGroup<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">Buttons<\/span><span style=\"color: black\">\"<\/span> <span style=\"color: blue\">\/&gt;<\/span>\r\n  <span style=\"color: blue\">&lt;<\/span><span style=\"color: #a31515\">ColumnDefinition<\/span> <span style=\"color: red\">x:Uid<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">ColumnDefinition_5<\/span><span style=\"color: black\">\"<\/span> <span style=\"color: red\">SharedSizeGroup<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">Buttons<\/span><span style=\"color: black\">\"<\/span> <span style=\"color: blue\">\/&gt;<\/span>\r\n<span style=\"color: blue\">&lt;\/<\/span><span style=\"color: #a31515\">Grid.ColumnDefinitions<\/span><span style=\"color: blue\">&gt;\r\n\r\n<\/span><\/pre>\n<pre><span style=\"color: blue\">&lt;<\/span><span style=\"color: #a31515\">Page<\/span> <span style=\"color: red\">x:Uid<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">Page_1<\/span><span style=\"color: black\">\"<\/span> <span style=\"color: red\">x:Class<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">MicrosoftSaudiArabiaHomepage.Homepage<\/span><span style=\"color: black\">\"<\/span>\r\n    <span style=\"color: red\">xmlns<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\/presentation<\/span><span style=\"color: black\">\"<\/span>\r\n    <span style=\"color: red\">xmlns:x<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml<\/span><span style=\"color: black\">\"<\/span>   \r\n    <span style=\"color: red\">FlowDirection<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">LeftToRight<\/span><span style=\"color: black\">\"<\/span> \r\n    <span style=\"color: red\">Localization.Comments<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">FlowDirection(This FlowDirection controls the actual content of the homepage)<\/span><span style=\"color: black\">\"<\/span>\r\n    <span style=\"color: red\">xml:lang<\/span><span style=\"color: blue\">=<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">en-US<\/span><span style=\"color: black\">\"<\/span><span style=\"color: blue\">&gt;\r\n\r\nReference:\r\nhttp:\/\/msdn.microsoft.com\/en-us\/library\/ms788718%28v=vs.110%29.aspx<\/span><\/pre>\n<pre><\/pre>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p>&nbsp; From: http:\/\/sitestree.com\/?p=1313<br \/> Categories:CSS, Root, By Sayed Ahmed<br \/>Tags:<br \/> Post Data:2014-08-06 22:04:53<\/p>\n<p>\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\">https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\t(Big Data, Cloud, Security, Machine Learning): Courses: <a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"> http:\/\/Training.SitesTree.com<\/a><br \/>\n\t\tIn Bengali: <a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\">http:\/\/Bangla.SaLearningSchool.com<\/a><br \/>\n\t\t<a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\">http:\/\/SitesTree.com<\/a><br \/>\n\t\t8112223 Canada Inc.\/JustEtc: <a href='http:\/\/JustEtc.net' target='new' rel=\"noopener\">http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) <\/a><br \/>\n\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com'> https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\tMedium: <a href='https:\/\/medium.com\/@SayedAhmedCanada' target='new' rel=\"noopener\"> https:\/\/medium.com\/@SayedAhmedCanada <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview of WPF https:\/\/en.wikipedia.org\/wiki\/Windows_Presentation_Foundation &#8220;According to Microsoft developers answering questions during Build 2014, WPF is still actively developed, but was not designed to be highly responsive, nor adapted to low-power consumer devices such as tablets or smartphones. Because of that, no further major changes are expected to be done on the framework[5]&#8221; &nbsp; In defense &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=67646\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1917],"tags":[],"class_list":["post-67646","post","type-post","status-publish","format-standard","hentry","category-fromsitestree-com","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":8568,"url":"http:\/\/bangla.sitestree.com\/?p=8568","url_meta":{"origin":67646,"position":0},"title":"\u09a1\u099f \u09a8\u09c7\u099f \u098f\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u099f\u09c7\u0995\u09a8\u09cb\u09b2\u099c\u09bf \u09b8\u09ae\u09c2\u09b9  \u0964 .NET basic technologies overview","author":"Author-Check- Article-or-Video","date":"April 19, 2015","format":false,"excerpt":"\u09a1\u099f \u09a8\u09c7\u099f \u09aa\u09cd\u09b0\u09af\u09c1\u0995\u09cd\u09a4\u09bf\u09b0 \u09b8\u09be\u09b0\u09b8\u0982\u0995\u09cd\u09b7\u09c7\u09aa \u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u09a8\u09a4\u09c1\u09a8\u09a6\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09ac\u09bf\u09b6\u09c7\u09b7 \u0995\u09b0\u09c7 \u09af\u09be\u09b0\u09be \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0999\u09c7 \u09a8\u09a4\u09c1\u09a8 \u09a4\u09be\u09a6\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a1\u099f \u09a8\u09c7\u099f \u09aa\u09cd\u09b0\u09af\u09c1\u0995\u09cd\u09a4\u09bf\u09b0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09a6\u09bf\u0995 \u09ac\u09c1\u099d\u09a4\u09c7 \u09aa\u09be\u09b0\u09be\u099f\u09be \u09aa\u09cd\u09b0\u09a5\u09ae \u09a6\u09bf\u0995\u09c7 \u098f\u0995\u099f\u09c1 \u0995\u09a0\u09bf\u09a8 \u09ae\u09a8\u09c7 \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7, \u098f\u0987 \u09aa\u09cd\u09b0\u09ac\u09a8\u09cd\u09a7\u09c7 \u0986\u09ae\u09b0\u09be \u09a1\u099f \u09a8\u09c7\u099f \u09aa\u09cd\u09b0\u09af\u09c1\u0995\u09cd\u09a4\u09bf\u09b0 \u09ae\u09cc\u09b2\u09bf\u0995 \u09ac\u09bf\u09b7\u09df\u0997\u09c1\u09b2\u09cb \u09a8\u09bf\u09df\u09c7 \u0986\u09b2\u09cb\u099a\u09a8\u09be \u0995\u09b0\u099b\u09bf\u0964 \u09ad\u09bf\u099c\u09c1\u09df\u09be\u09b2 \u09b8\u09cd\u099f\u09c1\u09a1\u09bf\u09df\u09cb (Visual Studio) \u09b9\u09b2 \u09ae\u09be\u0987\u0995\u09cd\u09b0\u09cb\u09b8\u09ab\u099f\u09c7\u09b0 \u09a1\u099f \u09a8\u09c7\u099f \u09a1\u09c7\u09ad\u09b2\u09be\u09aa\u09ae\u09c7\u09a8\u09cd\u099f\u09c7\u09b0\u2026","rel":"","context":"In &quot;\u09ac\u09cd\u09b2\u0997 \u0964 Blog&quot;","block_context":{"text":"\u09ac\u09cd\u09b2\u0997 \u0964 Blog","link":"http:\/\/bangla.sitestree.com\/?cat=182"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":21630,"url":"http:\/\/bangla.sitestree.com\/?p=21630","url_meta":{"origin":67646,"position":1},"title":"Internet Browsers, HTML, and  CSS #Web Development #CSS #Root #By Sayed Ahmed","author":"Author-Check- Article-or-Video","date":"March 3, 2021","format":false,"excerpt":"The article is here:- The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page. HTML elements form the building blocks of\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2769,"url":"http:\/\/bangla.sitestree.com\/?p=2769","url_meta":{"origin":67646,"position":2},"title":"HTML &#038; CSS BANGLA TUTORIAL (PART -1) (INTRODUCTION) (HTML \u098f\u09ac\u0982 CSS \u09ac\u09be\u0982\u09b2\u09be \u099f\u09bf\u0989\u099f\u09cb\u09b0\u09bf\u09af\u09bc\u09be\u09b2 (\u09aa\u09b0\u09cd\u09ac -1) (\u09b8\u09c2\u099a\u09a8\u09be))","author":"Author-Check- Article-or-Video","date":"May 24, 2013","format":false,"excerpt":"","rel":"","context":"In &quot;Complete Courses&quot;","block_context":{"text":"Complete Courses","link":"http:\/\/bangla.sitestree.com\/?cat=29"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2779,"url":"http:\/\/bangla.sitestree.com\/?p=2779","url_meta":{"origin":67646,"position":3},"title":"HTML &#038; CSS BANGLA TUTORIAL PART-6(MARGIN &#038; PADDING)  (HTML \u098f\u09ac\u0982 CSS \u09ac\u09be\u0982\u09b2\u09be \u099f\u09bf\u0989\u099f\u09cb\u09b0\u09bf\u09af\u09bc\u09be\u09b2 \u09aa\u09be\u09b0\u09cd\u099f &#8211; 6 (\u09ae\u09be\u09b0\u09cd\u099c\u09bf\u09a8 \u0993 \u09aa\u09cd\u09af\u09be\u09a1\u09bf\u0982))","author":"Author-Check- Article-or-Video","date":"May 24, 2013","format":false,"excerpt":"","rel":"","context":"In &quot;Complete Courses&quot;","block_context":{"text":"Complete Courses","link":"http:\/\/bangla.sitestree.com\/?cat=29"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2781,"url":"http:\/\/bangla.sitestree.com\/?p=2781","url_meta":{"origin":67646,"position":4},"title":"HTML &#038; CSS BANGLA TUTORIAL PART-7(ID SELECTOR ) (HTML \u098f\u09ac\u0982 CSS \u09ac\u09be\u0982\u09b2\u09be \u099f\u09bf\u0989\u099f\u09cb\u09b0\u09bf\u09af\u09bc\u09be\u09b2 \u09aa\u09be\u09b0\u09cd\u099f &#8211; 7 (\u0986\u0987\u09a1\u09bf \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u0995))","author":"Author-Check- Article-or-Video","date":"May 24, 2013","format":false,"excerpt":"","rel":"","context":"In &quot;Complete Courses&quot;","block_context":{"text":"Complete Courses","link":"http:\/\/bangla.sitestree.com\/?cat=29"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2775,"url":"http:\/\/bangla.sitestree.com\/?p=2775","url_meta":{"origin":67646,"position":5},"title":"HTML &#038; CSS BANGLA TUTORIAL PART-4 (BASIC STRUCTURE) (HTML \u098f\u09ac\u0982 CSS \u09ac\u09be\u0982\u09b2\u09be \u099f\u09bf\u0989\u099f\u09cb\u09b0\u09bf\u09af\u09bc\u09be\u09b2 \u09aa\u09be\u09b0\u09cd\u099f &#8211; 4 (\u09ae\u09c2\u09b2 \u0995\u09be\u09a0\u09be\u09ae\u09cb))","author":"Author-Check- Article-or-Video","date":"May 24, 2013","format":false,"excerpt":"","rel":"","context":"In &quot;Complete Courses&quot;","block_context":{"text":"Complete Courses","link":"http:\/\/bangla.sitestree.com\/?cat=29"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/67646","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=67646"}],"version-history":[{"count":0,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/67646\/revisions"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=67646"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=67646"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=67646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}