Category: FromSitesTree.com

Mobile Development Stuff #Root #By Sayed Ahmed

Understanding Mobile: Native Apps, Web Apps, and Hybrid Apps http://www.nngroup.com/articles/mobile-native-apps/   How To Create Your First iPhone App (2012 Edition) (for business purpose) http://www.smashingmagazine.com/2009/08/11/how-to-create-your-first-iphone-application/   Android Native Application Development Course in Bengali Language (Not By Me) http://bangla.salearningschool.com/category/root/professional/complete-courses/android-application-development-in-java/   iPhone Application Development Steps (No comment on whether this is a good or bad resource) http://www.wikihow.com/Make-an-iPhone-App   …

Continue reading

Basic WCF Example #Root #By Sayed Ahmed

Defining and Implementing a Contract using System.ServiceModel; //a WCF contract defined using an interface [ServiceContract] public interface IMath { [OperationContract] int Add(int x, int y); } //the service class implements the interface public class MathService : IMath { public int Add(int x, int y) { return x + y; } } Defining Endpoints and Starting …

Continue reading

Windows Workflow Foundation Overview and Code #Root #By Sayed Ahmed

What is Windows Workflow Foundation http://www.dispatchertimer.com/workflow-foundation/wf-tutorial-part-1-an-introduction-to-windows-workflow-foundation/   Overview on Workflow Application https://en.wikipedia.org/wiki/Workflow_application   Example Application States/Flows http://msdn.microsoft.com/en-ca/library/vstudio/ms741709%28v=vs.90%29.aspx WaitingForOrderState, OrderOpenState, OrderProcessedState, OrderCompletedState   Check this to understand what a workflow application is http://msdn.microsoft.com/en-us/library/vstudio/ms741721%28v=vs.90%29.aspx From: http://sitestree.com/?p=1309 Categories:Root, By Sayed AhmedTags: Post Data:2014-08-06 21:22:22 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com …

Continue reading

C# Localization Application Example #Root #By Sayed Ahmed

The Resource File # GreetingResources.txt # A resource file in text format for a “Hello World” application. # # Initial prompt to the user. prompt=Enter your name: # Format string to display the result. greeting=Hello, {0}! — Code to use the resource file using System; using System.Reflection; using System.Resources; public class Example { public static …

Continue reading

How I changed the Favicon of ShopForSoul.com (Justetc Properties) #Root #By Sayed Ahmed

Favicon: It is the icon displayed in the browser tab (top-left) when you go to a site. Steps to Change: Took the logo from the site http://www.justetc.net/ Used a paint software to cut the text and kept only the pictorial part (logo symbol) of the logo image. Then used the Favicon generator http://www.favicon.co.uk/index.php to create …

Continue reading

Ajax and Software/Web Development #Root #By Sayed Ahmed

Making AJAX Application Crawlable for Search Engine Optimization http://www.seoinc.com/seo-blog/making-ajax-application-crawlable-for-search-engine-optimization/   Making AJAX Applications Crawlable https://developers.google.com/webmasters/ajax-crawling/   AJAX Application Architecture, Part 1 (.Net) http://msdn.microsoft.com/en-us/magazine/cc163363.aspx   Characteristics of Ajax Applications: May be an old document. You can check on the discussion/arguments on Placing logic on client or server-side and how much. Also, you can get a sense …

Continue reading

Logical Design for Data Warehouse #Root #By Sayed Ahmed #Data Warehouse – 001 #Data Warehouse #Data Warehouse Misc

Logical Design for Data Warehouse [youtube https://www.youtube.com/watch?v=0MFBP14FCqQ&w=640&h=480] From: http://sitestree.com/?p=1939 Categories:Root, By Sayed Ahmed, Data Warehouse – 001, Data Warehouse, Data Warehouse MiscTags: Post Data:2015-03-01 23:43:43 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Some Good to Know Stuff: Distributed SOA, Modular Design, API Design #Root #By Sayed Ahmed

Distributed SOA Common mistakes to avoid when designing distributed SOA systems http://www.theserverside.com/feature/Common-mistakes-to-avoid-when-designing-distributed-SOA-systems   Service Granularity in SOA Projects: A Trade-off Analysis http://essay.utwente.nl/57339/1/scriptie_Steghuis.pdf The emergence of distributed SOA infrastructure https://skillsmatter.com/courses/258-advanced-distributed-systems-design-with-soa-course#programme   A distributed service-oriented architecture for business process execution http://dl.acm.org/citation.cfm?id=1658375   Restful API Best Practices for Designing a Pragmatic RESTful API http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api   API Design and …

Continue reading

Data Warehouse design, key terms, key keywords #Root #By Sayed Ahmed #Data Warehouse – 001 #Data Warehouse #Data Warehouse Misc

Data warehouse design, key terms, key keywords [youtube https://www.youtube.com/watch?v=fbR_APbOvHY&w=640&h=480] From: http://sitestree.com/?p=1929 Categories:Root, By Sayed Ahmed, Data Warehouse – 001, Data Warehouse, Data Warehouse MiscTags: Post Data:2015-02-24 21:17:45 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Logical Design for Data Warehouse #Root #By Sayed Ahmed #Data Warehouse – 001 #Data Warehouse #Data Warehouse Misc

Logical Design for Data Warehouse     [youtube https://www.youtube.com/watch?v=0MFBP14FCqQ] From: http://sitestree.com/?p=1931 Categories:Root, By Sayed Ahmed, Data Warehouse – 001, Data Warehouse, Data Warehouse MiscTags: Post Data:2015-02-24 21:18:26 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada