{"id":9118,"date":"2015-05-29T10:06:41","date_gmt":"2015-05-29T14:06:41","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/?p=9118"},"modified":"2015-11-10T08:45:26","modified_gmt":"2015-11-10T13:45:26","slug":"%e0%a6%85%e0%a7%8d%e0%a6%af%e0%a6%be%e0%a6%aa-%e0%a6%8f%e0%a6%ae-%e0%a6%8f%e0%a6%b2-%e0%a6%a1%e0%a6%9f-%e0%a6%a8%e0%a7%87%e0%a6%9f-appml-net","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=9118","title":{"rendered":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09a1\u099f \u09a8\u09c7\u099f (AppML .NET)"},"content":{"rendered":"<p><strong>\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>\u09a1\u099f \u09a8\u09c7\u099f \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0\u09c7 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09af\u09cb\u0997\u09cd\u09af\u09a4\u09be \u09a5\u09be\u0995\u09b2\u09c7 \u09a8\u09bf\u099a\u09c7\u09b0 \u09aa\u09cd\u09b0\u0995\u09cd\u09b0\u09bf\u09df\u09be\u09df <span class=\"li-series-name\">\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2<\/span> \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09af\u09be\u09ac\u09c7, \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09af\u09cb\u0997\u09cd\u09af\u09a4\u09be \u09a8\u09be \u09a5\u09be\u0995\u09b2\u09c7 \u0993\u09df\u09c7\u09ac\u09ae\u09cd\u09af\u09be\u099f\u09cd\u09b0\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09cd\u09b0\u09af\u09cb\u099c\u09cd\u09af \u09aa\u09cd\u09b0\u0995\u09cd\u09b0\u09bf\u09df\u09be \u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964<\/p>\n<p>&nbsp;<\/p>\n<h2>\u099f\u09c7\u09b8\u09cd\u099f \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be<\/h2>\n<p>\u09aa\u09cd\u09b0\u09a5\u09ae\u09c7 \u099f\u09c7\u09b8\u09cd\u099f \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c7 \u09b8\u09c7\u099f\u09bf\u0995\u09c7 \u09aa\u09bf\u098f\u0987\u099a\u09aa\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0\u09c7 customers.htm \u09a8\u09be\u09ae \u09a6\u09bf\u09df\u09c7(\u09ac\u09be \u0985\u09a8\u09cd\u09af \u0995\u09cb\u09a8\u0993 \u09a8\u09be\u09ae\u0993 \u099a\u09b2\u09ac\u09c7) \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964<\/p>\n<h3>customers.htm<\/h3>\n<hr \/>\n<pre>&lt;!DOCTYPE html&gt;\r\n &lt;html lang=\"en\"&gt;\r\n &lt;title&gt;Customers&lt;\/title&gt;\r\n &lt;link rel=\"stylesheet\" href=\r\n \"http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/css\/bootstrap.min.css\"&gt;\r\n &lt;script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"&gt;&lt;\/script&gt;\r\n &lt;body&gt;\r\n \r\n &lt;div class=\"container\" appml-data=\"customers\"&gt;\r\n &lt;h1&gt;Customers&lt;\/h1&gt;\r\n &lt;table class=\"table table-striped table-bordered\"&gt;\r\n &lt;tr&gt;\r\n    \u00a0 &lt;th&gt;Customer&lt;\/th&gt;\r\n \u00a0    &lt;th&gt;City&lt;\/th&gt;\r\n \u00a0    &lt;th&gt;Country&lt;\/th&gt;\r\n &lt;\/tr&gt;\r\n &lt;tr appml-repeat=\"records\"&gt;\r\n \u00a0    &lt;td&gt;{{CustomerName}}&lt;\/td&gt;\r\n \u00a0    &lt;td&gt;{{City}}\u00a0\u00a0\u00a0 &lt;\/td&gt;\r\n \u00a0    &lt;td&gt;{{Country}} &lt;\/td&gt;\r\n &lt;\/tr&gt;\r\n &lt;\/table&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;script&gt;\r\n var customers = {\r\n \"records\":[\r\n {\"CustomerName\":\"Alfreds Futterkiste\",\"City\":\"Berlin\",\"Country\":\"Germany\"},\r\n {\"CustomerName\":\"Ana Trujillo Emparedados y helados\",\"City\":\"M\u00e9xico D.F.\",\"Country\":\"Mexico\"},\r\n {\"CustomerName\":\"Antonio Moreno Taquer\u00eda\",\"City\":\"M\u00e9xico D.F.\",\"Country\":\"Mexico\"},\r\n {\"CustomerName\":\"Around the Horn\",\"City\":\"London\",\"Country\":\"UK\"},\r\n {\"CustomerName\":\"B's Beverages\",\"City\":\"London\",\"Country\":\"UK\"},\r\n {\"CustomerName\":\"Berglunds snabbk\u00f6p\",\"City\":\"Lule\u00e5\",\"Country\":\"Sweden\"},\r\n {\"CustomerName\":\"Blauer See Delikatessen\",\"City\":\"Mannheim\",\"Country\":\"Germany\"},\r\n {\"CustomerName\":\"Blondel p\u00e8re et fils\",\"City\":\"Strasbourg\",\"Country\":\"France\"},\r\n {\"CustomerName\":\"B\u00f3lido Comidas preparadas\",\"City\":\"Madrid\",\"Country\":\"Spain\"},\r\n {\"CustomerName\":\"Bon app'\",\"City\":\"Marseille\",\"Country\":\"France\"},\r\n {\"CustomerName\":\"Bottom-Dollar Marketse\",\"City\":\"Tsawassen\",\"Country\":\"Canada\"},\r\n {\"CustomerName\":\"Cactus Comidas para llevar\",\"City\":\"Buenos Aires\",\"Country\":\"Argentina\"},\r\n {\"CustomerName\":\"Centro comercial Moctezuma\",\"City\":\"M\u00e9xico D.F.\",\"Country\":\"Mexico\"},\r\n {\"CustomerName\":\"Chop-suey Chinese\",\"City\":\"Bern\",\"Country\":\"Switzerland\"},\r\n {\"CustomerName\":\"Com\u00e9rcio Mineiro\",\"City\":\"S\u00e3o Paulo\",\"Country\":\"Brazil\"}\r\n ]};<strong>\r\n <\/strong>&lt;\/script&gt;\r\n \r\n &lt;\/body&gt;\r\n &lt;\/html&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>\u098f\u09b0\u09aa\u09b0 \u09aa\u09c7\u099c\u099f\u09bf\u0995\u09c7 \u09ac\u09cd\u09b0\u09be\u0989\u099c\u09be\u09b0\u09c7 \u099f\u09c7\u09b8\u09cd\u099f \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964<\/p>\n<p>&nbsp;<\/p>\n<h2>\u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u0995\u09be\u09a8\u09c7\u0995\u09b6\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7<\/h2>\n<p>\u098f\u09b8\u0995\u09bf\u0989\u098f\u09b2 \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09af\u09cb\u0997\u09cd\u09af\u09a4\u09be \u09a5\u09be\u0995\u09b2\u09c7(\u09ac\u09be \u0985\u09a8\u09cd\u09af \u0995\u09cb\u09a8\u0993 OLEDB \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u09af\u09c7\u09ae\u09a8 \u098f\u09ae\u098f\u09b8 \u098f\u0995\u09cd\u09b8\u09c7\u09b8) \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u0995\u09be\u09a8\u09c7\u0995\u09b6\u09a8 \u09a1\u09bf\u09ab\u09be\u0987\u09a8 \u0995\u09b0\u09c7 \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0\u09c7 <strong>appml_config.aspx<\/strong> \u09a8\u09be\u09ae \u09a6\u09bf\u09df\u09c7 \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3 \u0995\u09b0\u09a4\u09c7 \u09b9\u09df\u0964<\/p>\n<h3>appml_config.aspx (SQL Server Example)<\/h3>\n<hr \/>\n<pre>&lt;%\r\n Response.write(\"Access Forbidden\")\r\n Response.end\r\n %&gt;\r\n {\r\n \"dateformat\" : \"yyyy-mm-dd\",\r\n \"databases\" : [\r\n \"connection\" : \"mydatabase\",\r\n \"provider\"\u00a0\u00a0 : \"SQLOLEDB\",\r\n \"host\"\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 : \"myserver\",\r\n \"dbname\"\u00a0\u00a0\u00a0\u00a0 : \"DemoDB\",\r\n \"username\"\u00a0\u00a0 : \"DemoDBUkbn5\",\r\n \"password\"\u00a0\u00a0 : \"l6|U6=V(*T+P\"\r\n }]\r\n }<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<h3>appml_config.aspx (MS Access Example)<\/h3>\n<hr \/>\n<pre>&lt;%\r\n Response.write(\"Access Forbidden\")\r\n Response.end\r\n %&gt;\r\n {\r\n \"dateformat\" : \"yyyy-mm-dd\",\r\n \"databases\" : [\r\n {\r\n \"connection\" : \"mydatabase\",\r\n \"connectionstring\" :\r\n \"Provider=Microsoft.Jet.OLEDB.4.0;data source=C:\\\\database\\\\Northwind.mdb\"\r\n }\r\n }<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>\u0989\u09aa\u09b0\u09c7\u09b0 \u0989\u09a6\u09be\u09b9\u09b0\u09a3\u09c7\u09b0 \u0995\u09be\u09a8\u09c7\u0995\u09b6\u09a8 \u09ac\u09be\u09b8\u09cd\u09a4\u09ac \u09a8\u09df, \u09a8\u09be\u09ae \u0993 \u09aa\u09be\u09b8\u0993\u09df\u09be\u09b0\u09cd\u09a1 \u0989\u09a6\u09be\u09b9\u09b0\u09a3\u09ae\u09be\u09a4\u09cd\u09b0\u0964<\/p>\n<p>&nbsp;<\/p>\n<h2>\u0995\u09a8\u09ab\u09bf\u0997\u09be\u09b0\u09c7\u09b6\u09a8 \u09ab\u09be\u0987\u09b2\u09c7\u09b0 \u09ac\u09cd\u09af\u09be\u0996\u09cd\u09af\u09be<\/h2>\n<table style=\"height: 239px;\" width=\"530\">\n<tbody>\n<tr>\n<td><strong>\u09ac\u09c8\u09b6\u09bf\u09b7\u09cd\u099f\u09cd\u09af <\/strong><\/td>\n<td><strong>\u09ac\u09b0\u09cd\u09a3\u09a8\u09be <\/strong><\/td>\n<\/tr>\n<tr>\n<td>dateformat<\/td>\n<td>\u09ae\u09a1\u09c7\u09b2\u09c7 \u09af\u09c7 \u09a1\u09c7\u099f \u09ab\u09b0\u09ae\u09cd\u09af\u09be\u099f \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4 \u09b9\u09ac\u09c7<\/td>\n<\/tr>\n<tr>\n<td>connection<\/td>\n<td>\u09ae\u09a1\u09c7\u09b2\u09c7 \u09af\u09c7 \u0995\u09be\u09a8\u09c7\u0995\u09b6\u09a8 \u09a8\u09c7\u09ae \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4 \u09b9\u09ac\u09c7<\/td>\n<\/tr>\n<tr>\n<td>connectionstring<\/td>\n<td>OLEDB \u09a1\u09cd\u09b0\u09be\u0987\u09ad\u09be\u09b0 \u09af\u09c7\u09ae\u09a8 \u098f\u09ae\u098f\u09b8 \u098f\u0995\u09cd\u09b8\u09c7\u09b8 \u0987\u09a4\u09cd\u09af\u09be\u09a6\u09bf\u09b0 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u09aa\u09cd\u09b0\u09af\u09cb\u099c\u09cd\u09af<\/td>\n<\/tr>\n<tr>\n<td>provider<\/td>\n<td>\u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u09b8\u09ab\u099f\u0993\u09df\u09be\u09b0\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ac\u09c7\u09b6\u0995<\/td>\n<\/tr>\n<tr>\n<td>host<\/td>\n<td>\u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7\u09b0 \u0986\u0987\u09a1\u09bf \u09ac\u09be \u09b9\u09cb\u09b7\u09cd\u099f<\/td>\n<\/tr>\n<tr>\n<td>dbname<\/td>\n<td>\u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7\u09b0 \u09a8\u09be\u09ae<\/td>\n<\/tr>\n<tr>\n<td>username<\/td>\n<td>\u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7\u09b0 \u0987\u0989\u099c\u09be\u09b0\u09a8\u09c7\u09ae<\/td>\n<\/tr>\n<tr>\n<td>password<\/td>\n<td>\u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7\u09b0 \u09aa\u09be\u09b8\u0993\u09df\u09be\u09b0\u09cd\u09a1<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h2>\u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u099f\u09c7\u09ac\u09bf\u09b2 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be<\/h2>\n<p>\u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u099f\u09c7\u09ac\u09bf\u09b2 \u09a4\u09c8\u09b0\u09bf\u09b0 \u09ae\u09a1\u09c7\u09b2 \u09a8\u09bf\u099a\u09c7\u09b0 \u0989\u09a6\u09be\u09b9\u09b0\u09a3\u09c7 \u09a6\u09c7\u09df\u09be \u09b9\u09b2,<\/p>\n<h3>create_customers.js<\/h3>\n<hr \/>\n<p>{<br \/>\n&#8220;database&#8221; : {<br \/>\n&#8220;connection&#8221; : &#8220;mydatabase&#8221;,<br \/>\n&#8220;execute&#8221; : [<br \/>\n&#8220;DROP TABLE IF EXISTS Customers&#8221;,<br \/>\n&#8220;CREATE TABLE IF NOT EXISTS Customers (CustomerID INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,(CustomerID), CustomerName NVARCHAR(255),ContactName NVARCHAR(255),Address NVARCHAR(255),City NVARCHAR(255),PostalCode NVARCHAR(255),Country NVARCHAR(255))&#8221;,<br \/>\n&#8220;INSERT INTO Customers(CustomerName,ContactName,Address,City,PostalCode,Country)VALUES (\\&#8221;Alfreds Futterkiste\\&#8221;,\\&#8221;Maria Anders\\&#8221;,\\&#8221;Obere Str. 57\\&#8221;,\\&#8221;Berlin\\&#8221;,\\&#8221;12209\\&#8221;,\\&#8221;Germany\\&#8221;)&#8221;,<br \/>\n&#8220;INSERT INTO Customers(CustomerName,ContactName,Address,City,PostalCode,Country)VALUES (\\&#8221;Around the Horn\\&#8221;,\\&#8221;Thomas Hardy\\&#8221;,\\&#8221;120 Hanover Sq.\\&#8221;,\\&#8221;London\\&#8221;,\\&#8221;WA1 1DP\\&#8221;,\\&#8221;UK\\&#8221;)&#8221;,<br \/>\n&#8220;INSERT INTO Customers(CustomerName,ContactName,Address,City,PostalCode,Country)VALUES (\\&#8221;Blauer See Delikatessen\\&#8221;,\\&#8221;Hanna Moos\\&#8221;,\\&#8221;Forsterstr. 57\\&#8221;,\\&#8221;Mannheim\\&#8221;,\\&#8221;68306\\&#8221;,\\&#8221;Germany\\&#8221;)&#8221;<br \/>\n]<br \/>\n}}<\/p>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>create_customers.js model \u099a\u09be\u09b2\u09c1 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09a4\u09c7 \u09b9\u09df,<\/p>\n<h2>create_customers.htm<\/h2>\n<hr \/>\n<pre>&lt;!DOCTYPE html&gt;\r\n &lt;html&gt;\r\n &lt;script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"&gt;&lt;\/script&gt;\r\n &lt;body&gt;\r\n \r\n &lt;div appml-data=\"appml.aspx?model=create_customers\"&gt;&lt;\/div&gt;\r\n \r\n &lt;\/body&gt;\r\n &lt;\/html&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09aa\u09c7\u099c\u099f\u09bf\u0995\u09c7 \u0993\u09df\u09c7\u09ac \u09ac\u09cd\u09b0\u09be\u0989\u099c\u09be\u09b0\u09c7 \u099a\u09be\u09b2\u09c1 \u0995\u09b0\u09a4\u09c7 \u09b9\u09df\u0964<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>\u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be<\/strong><\/h2>\n<p>\u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8\u09c7\u09b0 \u09ae\u09a1\u09c7\u09b2 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c7 \u09a4\u09be\u0995\u09c7 <strong>customers.js<\/strong> \u09a8\u09be\u09ae \u09a6\u09bf\u09df\u09c7 \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3 \u0995\u09b0\u09a4\u09c7 \u09b9\u09df\u0964<\/p>\n<p>&nbsp;<\/p>\n<h2>customers.js<\/h2>\n<hr \/>\n<pre>{\r\n \"rowsperpage\" : 10,\r\n \"database\" : {\r\n \u00a0\u00a0\u00a0 \"connection\" : \"mydatabase\",\r\n \u00a0\u00a0\u00a0 \"sql\" : \"SELECT * FROM Customers\",\r\n \u00a0\u00a0\u00a0 \"orderby\" : \"CustomerName\"\r\n }\r\n }<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c7 \u09a4\u09be\u09a4\u09c7 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09b0\u09be\u09a8 \u0995\u09b0\u09be\u09a4\u09c7 \u09b9\u09df,<\/p>\n<h3>customers.htm<\/h3>\n<hr \/>\n<pre>&lt;!DOCTYPE html&gt;\r\n &lt;html lang=\"en\"&gt;\r\n &lt;title&gt;Customers&lt;\/title&gt;\r\n &lt;link rel=\"stylesheet\" href= \"http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/css\/bootstrap.min.css\"&gt;\r\n &lt;script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"&gt;&lt;\/script&gt; <strong>\r\n <\/strong>&lt;body&gt;\r\n \r\n &lt;div class=\"container\" appml-data=\"appml.aspx?model=customers\"&gt;\r\n &lt;h1&gt;Customers&lt;\/h1&gt;\r\n &lt;table class=\"table table-striped table-bordered\"&gt;\r\n \u00a0 &lt;tr&gt;\r\n \u00a0\u00a0\u00a0 &lt;th&gt;Customer&lt;\/th&gt;\r\n \u00a0\u00a0\u00a0 &lt;th&gt;City&lt;\/th&gt;\r\n \u00a0\u00a0\u00a0 &lt;th&gt;Country&lt;\/th&gt;\r\n &lt;\/tr&gt;\r\n \u00a0 &lt;tr appml-repeat=\"records\"&gt;\r\n \u00a0\u00a0\u00a0 &lt;td&gt;{{CustomerName}}&lt;\/td&gt;\r\n \u00a0\u00a0\u00a0 &lt;td&gt;{{City}}&lt;\/td&gt;\r\n \u00a0\u00a0\u00a0 &lt;td&gt;{{Country}}&lt;\/td&gt;\r\n &lt;\/tr&gt;\r\n &lt;\/table&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae &nbsp; \u09a1\u099f \u09a8\u09c7\u099f \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0\u09c7 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09af\u09cb\u0997\u09cd\u09af\u09a4\u09be \u09a5\u09be\u0995\u09b2\u09c7 \u09a8\u09bf\u099a\u09c7\u09b0 \u09aa\u09cd\u09b0\u0995\u09cd\u09b0\u09bf\u09df\u09be\u09df \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09af\u09be\u09ac\u09c7, \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09af\u09cb\u0997\u09cd\u09af\u09a4\u09be \u09a8\u09be \u09a5\u09be\u0995\u09b2\u09c7 \u0993\u09df\u09c7\u09ac\u09ae\u09cd\u09af\u09be\u099f\u09cd\u09b0\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09cd\u09b0\u09af\u09cb\u099c\u09cd\u09af \u09aa\u09cd\u09b0\u0995\u09cd\u09b0\u09bf\u09df\u09be \u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964 &nbsp; \u099f\u09c7\u09b8\u09cd\u099f \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7 \u099f\u09c7\u09b8\u09cd\u099f \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c7 \u09b8\u09c7\u099f\u09bf\u0995\u09c7 \u09aa\u09bf\u098f\u0987\u099a\u09aa\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0\u09c7 customers.htm \u09a8\u09be\u09ae \u09a6\u09bf\u09df\u09c7(\u09ac\u09be \u0985\u09a8\u09cd\u09af \u0995\u09cb\u09a8\u0993 \u09a8\u09be\u09ae\u0993 \u099a\u09b2\u09ac\u09c7) \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964 customers.htm &lt;!DOCTYPE html&gt; &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=9118\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[796],"tags":[861,800,818,860,1662],"class_list":["post-9118","post","type-post","status-publish","format-standard","hentry","category-application-modeling-language","tag-net","tag-appml","tag-818","tag-860","tag-1662","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":9115,"url":"http:\/\/bangla.sitestree.com\/?p=9115","url_meta":{"origin":9118,"position":0},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09aa\u09bf\u098f\u0987\u099a\u09aa\u09bf (AppML PHP)","author":"Author-Check- Article-or-Video","date":"May 29, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u09af\u09a6\u09bf \u0995\u09cb\u09a8\u0993 \u09aa\u09bf\u098f\u0987\u099a\u09aa\u09bf \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09af\u09cb\u0997\u09cd\u09af\u09a4\u09be \u09a5\u09be\u0995\u09c7 \u09a4\u09be\u09b9\u09b2\u09c7 \u09a4\u09be\u09b9\u09b2\u09c7 \u09a8\u09bf\u099a\u09c7\u09b0 \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u09ae\u09cb\u09a4\u09be\u09ac\u09c7\u0995 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09b8\u09ae\u09cd\u09ad\u09ac \u09b9\u09ac\u09c7\u0964 \u09aa\u09bf\u098f\u0987\u099a\u09aa\u09bf \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09af\u09cb\u0997\u09cd\u09af\u09a4\u09be \u09a8\u09be \u09a5\u09be\u0995\u09b2\u09c7 \u0993\u09df\u09c7\u09ac\u09ae\u09cd\u09af\u09be\u099f\u09cd\u09b0\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09cd\u09b0\u09af\u09cb\u099c\u09cd\u09af \u0989\u09aa\u09a6\u09c7\u09b6 \u09a6\u09c7\u0996\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964 \u00a0 \u099f\u09c7\u09b8\u09cd\u099f \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u099f\u09c7\u09b8\u09cd\u099f \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c7 customers.htm \u09b0\u09c2\u09aa\u09c7 (\u09ac\u09be \u0985\u09a8\u09cd\u09af\u0995\u09cb\u09a8\u0993 \u09b0\u09c2\u09aa\u09c7) \u09aa\u09bf\u098f\u0987\u09aa\u09bf\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":8977,"url":"http:\/\/bangla.sitestree.com\/?p=8977","url_meta":{"origin":9118,"position":1},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2\u0983 \u0995\u09c0\u09ad\u09be\u09ac\u09c7 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09ac\u09c7\u09a8? (AppML How To)","author":"Author-Check- Article-or-Video","date":"May 21, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09bf\u09b0 \u09a6\u09c1\u099f\u09bf \u09b8\u09b9\u099c \u09a7\u09be\u09aa \u09a8\u09bf\u099a\u09c7 \u09a6\u09c7\u0996\u09be\u09a8\u09cb \u09b9\u09b2, 1. HTML \u0993 CSS \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7 \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be HTML <!DOCTYPE html> <html lang=\"en-US\"> <link rel=\"stylesheet\" href=\"style.css\"> <title>Customers<\/title> <body> <h1>Customers<\/h1> <table> <tr> <th>Customer<\/th> <th>City<\/th> <th>Country<\/th> <\/tr> <tr> <td>{{CustomerName}}<\/td> <td>{{City}}<\/td> <td>{{Country}}<\/td> <\/tr> <\/table> <\/body> <\/html> \u00a0\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9120,"url":"http:\/\/bangla.sitestree.com\/?p=9120","url_meta":{"origin":9118,"position":2},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0993\u09df\u09c7\u09ac\u09ae\u09cd\u09af\u09be\u099f\u09cd\u09b0\u09bf\u0995\u09cd\u09b8 (AppML WebMatrix)","author":"Author-Check- Article-or-Video","date":"May 30, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u0995\u09be\u09b0\u09cb \u09af\u09a6\u09bf \u0993\u09df\u09c7\u09ac \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09a8\u09be \u09a5\u09be\u0995\u09c7 \u09a4\u09ac\u09c7 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0993\u09df\u09c7\u09ac\u09ae\u09cd\u09af\u09be\u099f\u09cd\u09b0\u09bf\u0995\u09cd\u09b8 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c7 \u09a8\u09c7\u09df\u09be \u09af\u09be\u09df\u0964 \u00a0 \u0993\u09df\u09c7\u09ac\u09ae\u09cd\u09af\u09be\u099f\u09cd\u09b0\u09bf\u0995\u09cd\u09b8 \u0993\u09df\u09c7\u09ac\u09ae\u09cd\u09af\u09be\u099f\u09cd\u09b0\u09bf\u0995\u09cd\u09b8 \u09b9\u09b2 \u098f\u0995 \u09aa\u09cd\u09b0\u0995\u09be\u09b0 \u09ab\u09cd\u09b0\u09c0 \u0993\u09df\u09c7\u09ac \u09a1\u09c7\u09ad\u09c7\u09b2\u09be\u09aa\u09ae\u09c7\u09a8\u09cd\u099f \u099f\u09c1\u09b2 \u09af\u09c7\u099f\u09bf \u09b8\u09b9\u099c\u09c7 \u0993\u09df\u09c7\u09ac\u09b8\u09be\u0987\u099f \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09a4\u09c7 \u09a6\u09c7\u09df\u0964 \u098f\u09b0 \u0989\u09aa\u09be\u09a6\u09be\u09a8\u0997\u09c1\u09b2\u09cb \u09b9\u09b2, \u0993\u09df\u09c7\u09ac\u09c7\u09b0 \u0989\u09a6\u09be\u09b9\u09b0\u09a3 \u0993 \u099f\u09c7\u09ae\u09cd\u09aa\u09b2\u09c7\u099f, \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u0993\u09df\u09c7\u09ac \u09b2\u09cd\u09af\u09be\u0999\u09cd\u0997\u09c1\u09df\u09c7\u099c\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09b8\u09be\u09aa\u09cb\u09b0\u09cd\u099f(\u09af\u09c7\u09ae\u09a8 \u09aa\u09bf\u098f\u0987\u099a\u09aa\u09bf,\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"new web","src":"https:\/\/i0.wp.com\/bangla.salearningschool.com\/wp-content\/uploads\/2015\/05\/pic_matrix_newweb.jpg?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/bangla.salearningschool.com\/wp-content\/uploads\/2015\/05\/pic_matrix_newweb.jpg?resize=350%2C200 1x, https:\/\/i0.wp.com\/bangla.salearningschool.com\/wp-content\/uploads\/2015\/05\/pic_matrix_newweb.jpg?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/bangla.salearningschool.com\/wp-content\/uploads\/2015\/05\/pic_matrix_newweb.jpg?resize=700%2C400 2x"},"classes":[]},{"id":8987,"url":"http:\/\/bangla.sitestree.com\/?p=8987","url_meta":{"origin":9118,"position":3},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0995\u09a8\u09cd\u099f\u09cd\u09b0\u09cb\u09b2\u09be\u09b0 (AppML Controllers)","author":"Author-Check- Article-or-Video","date":"May 21, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0995\u09a8\u09cd\u099f\u09cd\u09b0\u09cb\u09b2\u09be\u09b0\u09c7\u09b0 \u0989\u09a6\u09cd\u09a6\u09c7\u09b6\u09cd\u09af \u09b9\u09b2 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8\u0995\u09c7 \u09a8\u09bf\u09df\u09a8\u09cd\u09a4\u09cd\u09b0\u09a3 \u0995\u09b0\u09be\u0964 \u0995\u09a8\u09cd\u099f\u09cd\u09b0\u09cb\u09b2\u09be\u09b0 \u09af\u09be \u09af\u09be \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u0983 \u09aa\u09cd\u09b0\u09be\u09b0\u09ae\u09cd\u09ad\u09bf\u0995 \u09a1\u09be\u099f\u09be \u09b8\u09c7\u099f \u0995\u09b0\u09be, \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a1\u09be\u099f\u09be \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09be, \u0987\u09a8\u09aa\u09c1\u099f \u098f\u09ac\u0982 \u0986\u0989\u099f\u09aa\u09c1\u099f \u09a8\u09bf\u09df\u09a8\u09cd\u09a4\u09cd\u09b0\u09a3 \u0995\u09b0\u09be, \u09a1\u09be\u099f\u09be \u09ad\u09cd\u09af\u09be\u09b2\u09bf\u09a1\u09c7\u099f \u0995\u09b0\u09be, \u09a1\u09be\u099f\u09be \u09b8\u0982\u0995\u09cd\u09b7\u09c7\u09aa \u0995\u09b0\u09be, \u09ad\u09c1\u09b2\u0995\u09cd\u09b0\u09c1\u099f\u09bf \u09a8\u09bf\u09df\u09a8\u09cd\u09a4\u09cd\u09b0\u09a3, \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09b6\u09c1\u09b0\u09c1 \u0993 \u09b6\u09c7\u09b7 \u0995\u09b0\u09be, \u0986\u09b0\u0993 \u0985\u09a8\u09c7\u0995 \u0995\u09bf\u099b\u09c1 \u0995\u09b0\u09be \u09af\u09be\u09df \u098f\u09b0\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":8989,"url":"http:\/\/bangla.sitestree.com\/?p=8989","url_meta":{"origin":9118,"position":4},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09ae\u09cd\u09af\u09be\u09b8\u09c7\u099c (AppML Messages)","author":"Author-Check- Article-or-Video","date":"May 21, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09ae\u09cd\u09af\u09be\u09b8\u09c7\u099c \u098f\u09ac\u0982 \u0995\u09be\u09b0\u09cd\u09af\u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0 \u09af\u0996\u09a8 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0995\u09cb\u09a8\u0993 \u0995\u09be\u099c \u0995\u09b0\u09a4\u09c7 \u09af\u09be\u09df \u09a4\u0996\u09a8 \u098f\u099f\u09bf \u0995\u09a8\u09cd\u099f\u09cd\u09b0\u09cb\u09b2\u09be\u09b0\u09c7 \u098f\u0995\u099f\u09bf \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u0985\u09ac\u099c\u09c7\u0995\u09cd\u099f ($appml) \u09aa\u09be\u09a0\u09be\u09df\u0964 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u0985\u09ac\u099c\u09c7\u0995\u09cd\u099f\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u09ac\u09c8\u09b6\u09bf\u09b7\u09cd\u099f\u09cd\u09af \u09b9\u09b2 \u09ae\u09cd\u09af\u09be\u09b8\u09c7\u099c ($appml.message), \u09af\u09be \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u09ac\u09b0\u09cd\u09a3\u09a8\u09be \u0995\u09b0\u09c7\u0964 \u098f\u0987 \u09ae\u09cd\u09af\u09be\u09b8\u09c7\u099c \u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u09be \u0995\u09b0\u09c7 \u0995\u09be\u099c\u09c7\u09b0 \u09a7\u09b0\u09a3 \u0985\u09a8\u09c1\u09af\u09be\u09df\u09c0 \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \u0995\u09cb\u09a1 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09be \u09af\u09be\u09df\u0964\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":8970,"url":"http:\/\/bangla.sitestree.com\/?p=8970","url_meta":{"origin":9118,"position":5},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u099f\u09bf\u0989\u099f\u09cb\u09b0\u09bf\u09df\u09be\u09b2 (AppML Tutorial)","author":"Author-Check- Article-or-Video","date":"May 21, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0995\u09bf? \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09ae\u09a1\u09c7\u09b2\u09bf\u0982 \u09b2\u09cd\u09af\u09be\u0999\u09cd\u0997\u09c1\u09df\u09c7\u099c\u0995\u09c7 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09aa\u09cd\u09b0\u0995\u09be\u09b6 \u0995\u09b0\u09be \u09b9\u09df\u0964 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09af\u09c7\u0995\u09cb\u09a8\u09cb \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09aa\u09c7\u099c\u09c7 \u099a\u09b2\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7, \u0995\u09cb\u09a8\u0993 \u0987\u09a8\u09cd\u09b8\u099f\u09b2\u09c7\u09b6\u09a8\u09c7\u09b0 \u09aa\u09cd\u09b0\u09df\u09cb\u099c\u09a8 \u09a8\u09c7\u0987\u0964 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0995\u09df\u09c7\u0995\u099f\u09bf \u09ae\u09be\u09a7\u09cd\u09af\u09ae \u09a5\u09c7\u0995\u09c7 \u09a1\u09be\u099f\u09be \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09aa\u09c7\u099c\u09c7 \u0986\u09a8\u09a4\u09c7 \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4 \u09b9\u09df, \u0985\u09ac\u099c\u09c7\u0995\u09cd\u099f \u09a5\u09c7\u0995\u09c7 \u09ab\u09be\u0987\u09b2 \u09a5\u09c7\u0995\u09c7 \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u09a5\u09c7\u0995\u09c7 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/9118","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=9118"}],"version-history":[{"count":1,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/9118\/revisions"}],"predecessor-version":[{"id":9119,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/9118\/revisions\/9119"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9118"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9118"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9118"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}