Skip to main content

Posts

Showing posts with the label Blog

Microsoft BizTalk Server| Interview Questions| Set 2

Hi folks, We are back with set 2 of Biztalk server developer Interview Questions. Let's have a look then. State and explain stages of receive and send pipeline. Difference Between XML receive pipeline and passThru pipeline. State minimum components required in a pipeline. State maximum components used in a pipeline. Which property is required using Flat file dissambler and what happens if it is not set. What are the base types of pipeline components. What Interfaces are used for developing a general custom component pipeline. What Interfaces are used for implementing a dissambler custom pipeline component. How to execute a pipeline in an Orchestration. How to set properties of an adaptor dynamically in an Orchestration. What is message box and its purpose in Biztalk server. Types of subscription in Biztalk. Is it possible to have more than one port with same name. In which state can a send port do not subscribe to a message. Why multiple receive locations can...

Microsoft C# - Basics

What is C#? We'll Take this definition from Wiki: Basic Points we should cover up: We would be learning following points in this Post: Writing and Reading from Console Variables, Data Types and Conversions Operators Conditions Passing Values to methods Handling Nullables Arrays, String, Struct and Enums Let's Code: The below Program will help you understand the basics of the above points listed. Go through each region separately and get to know the syntax of C#. We Believe, it's always better to Code and Learn than Read and Learn! If you want theoretical help related the basics, please visit here: C# Basics   Hope this helps to get you to start off with C# Coding! We would be adding more to this soon! And don't forget to visit  Joodle  to compile your codes online. Thanks! 😀

StarterPack: Microsoft BizTalk server

Why we need ? - Integrate large business functions Used when data needs to be transferred from one business unit to other, with in between  transformations as per the business requirements. Wiki defines as - Microsoft BizTalk Server (or simply "BizTalk") enables companies to automate business processes, through the use of adapters which are tailored to communicate with different software systems used in an enterprise.  Initial stages - 2000 release - First version 2013 release - Currently used First as the standard application server of Microsoft but when AppFabric was launched they decided to continue BizTalk as a integration app server. Consists of - 1. Messages - These are in form of XML schema definition standard I.e. XSDs. All the documents are formed in parent child structure as in an XML and stored in BizTalk. 2. Transformation - done using Maps. Maps are implemented in XSLT language I.e.  XSLT (Extensible Stylesheet Language Transfor...

FB page Secrets

So how to make a fb page and get it fan followed within days? There is been a fashion nowadays to make fb pages to spread your views, ideas, blogs or any other opinions. Also, there are fb pages for humours and how-to-do stuff also. But, what we are discussing today is how will you gather more audience for your fb page? The answer lies in core algorithm that fb uses to put your page in the news feed lineup. It's called 'The EdgeRank', a simple formula that fb uses to put up your page posts more often on news feed. It has 3 elements, Affinity, weight and time. Affinity :: It simply means on which level do people are interacting with your page's post. So, people giving more likes and comments are going to see more of your page stuff in their news feed. Thus, put some post that get people more attracted to commenting and sharing. Weight :: So, all of you think, the more likes to a post the more frequently it will appear on...