Career scope in BizTalk Development

I Have been working in .Net MVC development from 2 years.
But I want to migrate my career to BizTalk Development for potential career, does my opinion is good,
Please give me some suggestions, and let me know to continue with my career or yes, we can do..?
Please suggest me anyone with your words.
Thanks in Advance.

Hi,
Already having 2 years of solid .NET knowledge there is no doubt that you should go ahead and build your career around BizTalk. 
A BizTalk developer needs to be able to write custom components, pipeline components, stubs, test consoles, etc. This is done in
a .Net language like C# (preferably), VB.Net, etc.
Besides that BizTalk itself is for a big part developed in .Net so I think .Net knowledge will also help you better understand BizTalk
as a product.
Given the advantages associated with the BizTalk server, a large number of companies including the medium and large sized ones are using the software
to ensure a better and smooth conduct of their businesses. Further, the BizTalk server solves the problems much faster and efficiently as compared to any other product being used for the same set of problems.
A person choosing to make a career out of BizTalk server is bound to get a good salary package, given the demands for qualified
BizTalk developer in the various sectors of industry.
BizTalk has proved to be one of the best Microsoft-sold products ever by ensuring reliable messaging among a vast range of technologies
and systems. 
BizTalk has great future too. Guru is the Senior program manager at Microsoft and heads the BizTalk development from its v2000
onwards. He clarified various doubts, question about its future, road map, Microsoft's investment for BizTalk. Refer he links:
http://www.biztalk360.com/video/future-of-biztalk-server/
http://www.biztalk360.com/biztalk-summit-2014-london/
Steef Jan has shared his views in his article which
will clear most of your doubts about BizTalk as a integration tool and its future.
As rightly mentioned by him, BizTalk Server has been around for
over thirteen years and has matured to a full featured on premise enterprise integration product with more than 13000+ customers worldwide.
Rachit
Please mark as answer or vote as helpful if my reply does

Similar Messages

  • CAREER  PLANNING IN PERSONNEL DEVELOPMENT

    Hello Everyone,
    1)In career planning, u create a career using the following path,
    HUMAN RESOURCES -> PERSONNEL MANAGEMENT-> PERSONNEL DEVELOPMENT -> SETTINGS -> CURRENT SETTINGS -> EDIT CAREERS.
    Here in EDIT CAREERS i have created a new career ,e.g. "SAP career", which can be included in the CAREER PLANNING as one of the planning criteria that is additional career. I have included  potential, preferences, qualifications,designations and  additional careers as my planning criteria.
    Is this the career() for which we plan an object(in my case PERSON) or do we plan the person to just any position or job created..???
    2)  Also in CAREER PLANNING, we can see the person's(object) qualifications, potentials, preferences, careers, dislikes and designations.
    Under designation, jobs and positions appear.
    Are these the job and position the object(Person) is holding before Career planning is done or is he going to hold them after career planning is done???
    In that case what is the use of additional careers??
    am really confused.
    Plz do help
    Thanks,
    Pooja Dev

    Hi
    There will be multiple places that you might need to update the program. But I would suggest that you should try with updating the evaluation path QUALDATA with your new Z object.

  • Career in Database kernel development

    How is the career future in Database kernel development, such as index, locking, transaction managements?
    It seems to me that the DB kernel is quite stable. Are there many opportunities in this area?
    Thanks.

    There are only two companies that likely will require those skills in the near future ... Oracle and Microsoft and I would expect they don't hire more than one or two new people a year.
    Doesn't sound like a promising direction but if you are truly interested contact Oracle HR in Redwood Shores.

  • Career scope for SAP HCM

    Hi All,
    Greetings,
    I am a BMS graduate and have finished my PGDBA in HRM. I have over 4 years of experience in Recruitment Industry. Now i am planning to get training and certification done in SAP HCM. Please let me know certain things about it:
    1. Scope for job in future ?
    2. Average salaries offered for SAP HCM freshers ?
    3. Is certification necessary after getting training ?
    I would highly appreciate your time and views on above.
    Thanks & Regards,
    Amol Choughule

    Hi,
    I can only suggest that it will be worth and scope is very good. You will gain not loose .
    Provided you have interest to come this side .
    Thanks,
    Ketul

  • Need the career suggestion for Java developer

    Dear all,
    I am a programmer with four years experience in webMethods integration. I am also good at Oracle PL/SQL, XML and Java.
    So, here is my question, shall I study for an ABAP certification and begin to look for an ABAP job? or, based on my background, I should try to get a Netweaver Java Certification and try to move to portal development or SAP XI?
    Regards,
    Mike
    Message was edited by:
            Mike Eng

    hi mike,
    Its good u have such a good experience in webmethods and oracle/pl-sql and also java. i feel abap would be much better option to move on to.
    ABAP is sap custom language, and it would always be preferred more over everthing else, and apart from that certified abapers are still very few, while compare that with java, which is at peak in the job market,and flodded with java proffesionals.
    And as u have previous experience getting through abap certification wont be tough.Happy abap programing.......!!!!
    Best of luck

  • BIZTALK DEVELOPER 2010 Fulfilment tutorial

    HI All
    I have installed BIZTALK DEV server and RFID and am am trying to work through the Order Fulfilment Tutorial. I have hit an error when trying to start the tutorial process
    This request operation sent to net.tcp://win-metan9m9rf2:7891/rfid/service/ProcessManager did not receive a reply within the configured timeout (00:01:00).  The time allotted to this operation may have been a portion of a longer timeout.  This
    may be because the service is still processing the operation or because the service was unable to send a reply message.  Please consider increasing the operation timeout (by casting the channel/proxy to IContextChannel and setting the OperationTimeout
    property) and ensure that the service is able to connect to the client.
    Could anyone advise what I need to do please?
    Thank you

    Hi,
    According to the error message, you need increase the operation timeout by casting the channel/proxy to IContextChannel and setting the OperationTimeout property, and check whether it works. At the same time you could provide more information about what
    you have done, and we can give precise troubleshooting.
    Best regards
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Biztalk 2010 handling exception using the scope in Orchestration.

    Hello,
    1. I am trying to handle the errors and put them in the log using Scope. Here is the Orchestration I used,
    The Expression_1 has
    System.Diagnostics.EventLog.WriteEntry("Message Sent to the destination", "Message Sent to the destination");
    Expression_2 has
    System.Diagnostics.EventLog.WriteEntry("Failed to send the message to destination", "Failed to send the message to destination --" + exception.ToString() );
    Expression_3 has
    System.Diagnostics.EventLog.WriteEntry("General Exception-- Failed to send the message to destination", "Caught GeneralException-- Failed to send the message to destination");
    When the message is sent without errors it shows up in the log. The message with error doesnot show up I dont know why,
    I don't know what has to be changed.
    2. I also don't know how to construct the error message and send it through email without using ESB toolkit. Any help is greatly appreciated. Thanks

    Not sure I understand your first question. Is it "how to create and test an error (hence an error handling)?" If so, the easiest way is to add an Throw exception shape and set up the exception you are going to catch in the exception catch block.
    2. you can use just the plain C# code like this:
    MailMessage mail = new MailMessage("[email protected]", "[email protected]");
    SmtpClient client = new SmtpClient();
    client.Port = 25;
    client.DeliveryMethod = SmtpDeliveryMethod.Network;
    client.UseDefaultCredentials = false;
    client.Host = "smtp.google.com";
    mail.Subject = "this is a test email.";
    mail.Body = "this is my test email body";
    client.Send(mail);
    copied from
    here. It uses
    System.Net.SmtpClient class.
    Leonid Ganeline [BizTalk MVP] <a href="http://social.technet.microsoft.com/wiki/contents/articles/20258.biztalk-integration-development-architecture.aspx">BizTalk Development Architecture</a>

  • BizTalk 2013R2 Developer Edition from Gallery - SQL Expired!!

    I an a MSDN ultimate subscription holder and I have created a virtual machines within Azure from the Gallery.  I have select the BizTalk 2013R2 Developer Edition from the gallery which has initially been great and save me a lot of time with
    the setup.  Unfortunately after only a couple of weeks my SQL license has expired. 
    As I did not select any form of evaluation edition I would not expect software licenses to expire when they are provisioned from the gallery whenever.  As I understand it as an MSDN ultimate customer I am covered to license BizTalk Developer Edition
    and indeed SQL which come as part of the gallery VM. 
    I've seen a number of posts online around this with no solution and I was wondering if you have a view on this. 
    Have I picked up the wrong understanding or is their a defect with the BizTalk 2013R2 Developer edition gallery image.  A colleague recently reported the same thing happened with BizTalk 2013R2 standard edition image.
    Any help and advice would be appreciate as I am stuck if SQL has expired.  I don't see the point in provisioning a new gallery image if the same problem will happen.
    It is very convenient provisioning from the gallery but if the licenses expire then they become less useful and very annoying.  I could understand if I provisioned an evaluation copy but this was not the case here.
    Cheers
    Stephen

    I have had no timely response from Microsoft on this yet, despite trying my best to seek assistance from them to help fix their defect. 
    Anyway I did a fresh search online and came accross this which has worked for me
    https://www.phidiax.com/blog/post/Azure-Gallery-Image-for-BizTalk-Server-SQL-Server-evaluation-period-has-expired
     If you have access to a valid copy of SQL Server 2014 Developer Edition then you can perform an Edition Upgrade and go from SQL 2014 Enterprise Evaluation Edition to SQL 2014 Developer Edition.  Once I did this and restarted SQL Services I was
    back up and running. 
    I suspect Microsoft will need to do this with the base gallery image and then re-load it whenever they can be bothered getting around to it OR whenever a customer with an Azure technical support contract raises it!  No pay, no technical support outside
    this forum.  
    I have not tried again to fire up a new 2013R2 Developer Edition image from the gallery to see if this is fixed yet. 
    Hopefully this helps anyone in the same boat as me.  If you do not have access to SQL Server 2014 Developer Edition (via say msdn subscription) to perform this upgrade then I'm afraid you will still have difficulty resolving this.

  • Career as FLEX Developer

    hi can any one help me..am pradeep am a B.sc Computer science graduate 2008 passout.currently working in a small consultancy as a process associate.
    i want to start my career as a FLEX developer..
    my doubt is being a 2008 passout candidate can i start my career on FLEX?
    bcoz every one is asking b.tech and 2010 or 2011 passou.t plz help me.

    Hi Pradeep,
    I'm Ankur and working as Flex expert from last 3.5 years. I'm also an Adobe Certified in Flex. Invovled in interviewing lots of Flex guys for my company but let me tell you as an interviewer I never ever concentrate much on there degrees I know they are good to have but along with them you have to have technical and practical knowledge. So basically, doesn't matter if you are 2008 pass out or 2011 pass out I'm not sure if there is any major difference amongst two. All you have to know is knowledge of Flex in a good sense so you should be able to clear the interview.
    Now, question is how to learn Flex, for that you should start building small small applications by yourself and read a good book. Once you are done to some extent start using livedocs and blog.flexexamples.com for more in depth knowledge.
    Let me know if I could be of any other help.
    Thanks
    Ankur Arora
    Flex & Flash Expert

  • What we can do with BizTalk  in SAP R/3 (Scope)

    Hai All,
    What we can do using BizTalk server in SAP R/3.
    What is the scope of BizTalk server in SAP R/3.
      Please give me related documents...
    Thanks&Regards,
    Sri Krishna Charan

    Hi Sri,
    Enables exchange of Intermediate Document (IDOC), BAPI, and Request for Comments (RFC) messages between BizTalk Server and an SAP R/3 system.
    and look onto this ppt,copy and paste this link in ur browser..
    "http://download.microsoft.com/download/9/c/1/9c1d7e04-ce95-4bb4-809d-3bfdf6739769/SI_CTSC_BizTalk.ppt#256,1,BizTalk Server2006  and SAP Integration"
    Check this link,
    http://thesource.ofallevil.com/technet/itshowcase/content/biztalkaipi.mspx

  • BizTalk TechNet Gurus Announced for June 2014!

    The Results are in! and the winners of the TechNet Guru Competition June 2014 have been posted on the
    Wiki Ninjas Blog.
    Below is a summary, heavily trimmed to fit the size restrictions of forum posting.
     BizTalk Technical Guru - June 2014  
    Steef-Jan Wiggers
    BizTalk Server: Custom Archiving
    TGN: "This one was my favorite this month. Archiving is a topic that is brought up often. Well done explaining it simply and how to do it according to best practice"
    Sandro Pereira: "Love the topic, well explain and with everything you need, my favorite."
    Mandi Ohlinger: "Another great addition to the Wiki. "
    boatseller
    BizTalk: Reducing and Consolidating WCF Serialization Schema Types
    TGN: "Very good, keeping the code clean, and only referencing what you need and consolidate it is important!"
    Mandi Ohlinger: "Great solution to somewhat-annoying behavior. Nice addition to the Wiki!"
    Sandro Pereira: "Great article."
    Murugesan Mari Chettiar
    How to Implement Concurrent FIFO Solution in BizTalk Server
    Ed Price: "Incredibly thorough in your explanations! Great formatting. Good job!"
    TGN: "First in, first out. Great article Murugesan!"
    Sandro Pereira: "Good additional to the TechNet Wiki, good work."
     Forefront Identity Manager Technical Guru - June 2014  
    Remi Vandemir
    Custom Reports in FIM2010R2
    AM: "Great step-by-step guide for generating custom reports. Thanks for taking the time to put this together."
    PG: "Nice article, in an area that is less known!"
    Søren Granfeldt: "Very comprehensive."
    Ed Price: "Great job on the intro, and a lot of images really help clarify all the steps!"
    GO: "Thank you "
    Eihab Isaac
    FIM 2010 R2: Review pending export changes to Active Directory using XSLT
    Ed Price: "Great introduction, great steps, and great job on the image and code formatting!"
    GO: "An introduction, a sample code, images, a TOC and a conclusion. Nothing here to preserve the GOLD medal!"
    PG: "Nice article!"
    Søren Granfeldt: "Nice and precise"
    Scott Eastin
    A Practical Alternative to the PeopleSoft
    AM: "Thank you for sharing. Great (and probably superior) alternative for those using PeopleSoft as import-only data source."
    GO: "Amazing article, love it so much"
    PG: "Would like to see more elaborated details in this article."
    Søren Granfeldt: "A little more technical stuff would be nice"
    Ed Price: "Some good community collaboration in removing blog-like personalization. This is a great topic with some good holistic thinking!"
     Microsoft Azure Technical Guru - June 2014  
    Mr X
    Configuration of WATM (Windows Azure Traffic Manager) for Web Portals hosted
    on Azure VMs
    JH: "Two simple words: Love it! The detailed explanation on how Traffic Manager works is awesome."
    Ed Price: "Wow! Incredibly well written, with beautiful diagrams and a great use of images and tables! Great topic!"
    GO: "This is a great article! Thanks Mr.X"
    Mr X
    How to use Windows Azure as Traffic Manager for Web portals
    hosted in multiple on-premise datacenters
    JH: "Very detailed! Great explanation at the beginning followed by a good step-by-step guide."
    Ed Price: "A much needed article! Great job on the formatting and images!"
    GO: "Thanks again, MR.X"
    Mr X
    How to connect Orchestrator to Windows Azure
    GO: "I really enjoyed reading this article, clever and well written. Lovely done!"
    JH: "Great article! I especially love the amount of pictures provided in the article."
    Ed Price: "Good procedural article! Great use of images!"
     Microsoft Visio Technical Guru - June 2014  
    Mr X
    How to open Visio files without Visio
    AH: "This Article is pretty basic and lacks details. Visio Viewer doesn't just open in IE but also in Outlook and File explorer. The writer should include the link to http://blogs.office.com/2012/11/28/download-the-free-microsoft-visio-viewer/
    this blog which has lot more details "
    Ed Price: "Good. I think the SEO on the title will drive more awareness of the Visio Viewer."
    GO: "Thanks you Mr.X! Again a great article!"
     Miscellaneous Technical Guru - June 2014  
    Ed Price - MSFT
    Yammer: Announcements Feature
    TGN: "Wow, not only is this a good way on how to write annoncments on Yammer, but in generel. Really, really great write-up Ed! T"
    GO: "Tord says on the comment section: "Very nice article, Ed. I really enjoyed reading it and you had a great set of tips. Thanks for sharing!".. I only can respond AMEN! Thanks Ed!"
    Margriet Bruggeman: "Good discussion of announcements feature."
    Anthony Caragol
    Backing Up and Restoring Lync 2013 Contacts
    Margriet Bruggeman: "Short & Sweet"
    GO: "Great article, but I'm missing, examples, images, definitions etc for a huge section like "backup and restore""
    TGN: "Very good, Lync has eaten up the market and is a key product in most companies, articles like this is very valuable. Great work Anthony!"
     SharePoint 2010 / 2013 Technical Guru - June 2014  
    Geetanjali Arora
    SharePoint Online : Working with People Search and User Profiles
    Benoît Jester: "A very good article, a must-read for those interested by SharePoint Online and the use of search and user profile API."
    Jinchun Chen: "Excellent. Just a tip, if you would like to improve the performance, please use the Search Service to search user profiles"
    Craig Lussier: "Good walkthrough and code example for getting started with People Search!"
    Margriet Bruggeman: "Good starter for working with search and profiles"
    Jaydeep Mungalpara
    Creating Bookmarks in Wiki Pages - SharePoint Rich Text Editor Extension
    Margriet Bruggeman: "Really cool! In the past, I was actually looking for this and its a nice implementation of this functionality. This article gets my vote!"
    Craig Lussier: "Great solution for extending out of the box functionality. I like the synergy between the TechNet Wiki and TechNet Gallery!"
    GO: "Simple but powerfull. We should all take an example about how this article has been written. This article has a TOC, headings and even a code! Well done!"
    Jinchun Chen: "Nice. "
    Benoît Jester: "A simple button which can save a lot of time!"
    Dan Christian
    PowerShell to copy or update list items across SharePoint sites and farms
    GO: "The best artice for June! Thanks Dan, you deserve the GOLD medal!"
    Benoît Jester: "A good article with useful scripts, as they can be used fior many scenarios (data refresh, migration tests, ...)"
    Jinchun Chen: "Good and low-cost solution. To be automatic, we can use EventHandle instead. "
    Craig Lussier: "Nice PowerShell script solution and explanation of the scenario. Consider using functions with parameters for easier reuse so input parameters are not hard coded."
    Margriet Bruggeman: "This script can be useful, although typically migration scenarios are more complex than this. Having said that, I probably end up using this script some time in in the future"
     Small Basic Technical Guru - June 2014  
    litdev
    Small Basic: Sprite Arrays
    Ed Price: "An important topic that's well described with fantastic examples! Great article!"
    Michiel Van Hoorn: "Great starter for Sprite Fundamentals and how to handle them. Briljant start point for greating you 2D shooter"
    Jibba Jabba
    Small Basic - Monthly Challenge Statistics
    Ed Price: "Jibba Jabba brings us astonishing insights and data about LitDev's Small Basic Monthly Challenges!"
    RZ: "This is very nicely done and showed all the statistics visually"
    Nonki Takahashi
    Small Basic: Challenge of the Month
    RZ: "This is very nicely done and organized all challenges of the month in one place"
    Ed Price: "Although this is very basic, it's incredibly helpful to get all these in one list and to access all the great challenges!"
    Michiel Van Hoorn: "Good explainer on  fundamental structures."
     SQL BI and Power BI Technical Guru - June 2014  
    Anil Maharjan
    Using Power Query to tell your story form your Facebook Data
    Jinchun Chen: "Interesting. I liked this best"
    PT: "Plenty to like here" 
    Ed Price: "Great! I love to see Power Query articles like this! Great formatting and use of images!"
    Tim Pacl
    SSRS Expressions: Part 1 - Program Flow
    PT: "A very comprehensive article about program flow expressions. Nice job. I'm sure many will benefit from this article. Just a little feedback about some terminology that could be more clear: The entire statement that
    is typically used to set a property value for an object in an SSRS report is an "expression". Each of the three programming constructs you've mentioned (e.g. IIF, SWITCH & CHOOSE) are "functions" and not expressions or statements."
    Jinchun Chen: "Perfect! Good article for SSRS newbie." 
    Ed Price: "The table and images help bring it more value. Great job!"
    Anil Maharjan
    How to Schedule and Automate backups of all the SSAS catalogs within the
    Server Instance
    PT: "This is a very useful article about automating multiple Analysis Services database backups using an SSIS package and the SQL Server Agent. Nice job."
    Jinchun Chen: "Good." 
    Ed Price: "Good use of images. Could be improved with better code formatting. Good job!"
     SQL Server General and Database Engine Technical Guru - June 2014  
    Shanky
    SQL Server: What does Column Compressed Page Count Value Signify
    in DMV Sys.dm_db_index_physical_stats ?
    DB: "Interesting and detailed"
    DRC: "• This is a good article and provides details of each and every step and the output with explanation. Very well formed and great information. • We can modify the create table query with “DEFAULT VALUES". CREATE TABLE [dbo].[INDEXCOMPRESSION](
    [C1] [int] IDENTITY(1,1) NOT NULL, [C2] [char](50) NULL DEFAULT 'DEFAULT TEST DATA' ) ON [PRIMARY]"
    GO: "Very informative and well formed article as Said says.. Thanks for that great ressource. "
    Durval Ramos
    How to get row counts for all Tables
    GO: "As usual Durva has one of the best articles about SQL Server General and Database Engine articles! Thanks, buddy!" "
    Jinchun Chen: "Another great tip!"
    PT: "Nice tip" 
    Ed Price: "Good topic, formatting, and use of images. This would be far better if the examples didn't require the black bars in the images. So it would be better to scrub the data before taking the screenshots. Still a good article. Thank
    you!"
     System Center Technical Guru - June 2014  
    Prajwal Desai
    Deploying SCCM 2012 R2 Clients Using Group Policy
    Ed Price: "Great depth on this article! Valuable topic. Good use of images."
    Mr X
    How to introduce monitoring and automatic recovery of IIS application
    pools using Orchestrator
    MA: "Good job Mr X, However I would like to see this runbook integrated as a recovery task with Operations Manager IISapppools Monitors in order to maintain a standard way of notifications and availability reporting."
    Ed Price: "Good formatting on the images, and great scenario!"
    Prajwal Desai
    How to deploy lync 2010 using SCCM 2012 R2
    Ed Price: "Great job documenting the entire process!!!"
     Transact-SQL Technical Guru - June 2014  
    Saeid Hasani
    T-SQL: How to Generate Random Passwords
    JS: "I loved the article, well structured, to the point. Not missing any caveats that might occur, really good in the end. I would suggest changing the function to accept a whitelist / blacklist as well as a length of
    the password to be created. This would be the cherry on the pie :-)"
    Samuel Lester: "Very nice writeup for a real world problem!"
    Richard Mueller: "Clever and apparently well researched. I liked the detailed step by step explanations."
    Jinchun Chen: "Excellent!"
    Manoj Pandey: "A good and handy utility TSQL that I can use and levarage if I have to use similar feature in future."
    Hasham Niaz
    T-SQL : Average Interval Length
    Richard Mueller: "A good article, but I need more explanation of the concepts."
    Manoj Pandey: "A handy TSQL script that I can use and levarage if I have to use similar feature in future."
    Visakh16
    T-SQL: Retrieve Connectionstring Details from SSIS Package
    Manoj Pandey: "Good shortcut by using TSQL with XML to read metadata information from SSIS XML file."
    Samuel Lester: "Handy trick, thanks for posting!"
    Richard Mueller: "Good code, but more explanation needed. Could use a See Also section."
     Visual Basic Technical Guru - June 2014  
    The Thinker
    Better to Ask for forgiveness then permission
    Richard Mueller: "Good use of images and code. The humorous title might be better in a blog."
    MR: "Great topic!"
    GO: "Well, to be honnest, many people worked on that article, but still, the owner "the thinker" should receive the credits! muchos gracias "The Thinker" for the Most Revised Article"
     Visual C# Technical Guru - June 2014  
    Jaliya Udagedara
    Entity Framework Code First - Defining Foreign Keys using Data Annotations
    and Fluent API
    Ed Price: "Wow. Good descriptions, great code snippets, and great job highlighting sections on your images!"
    GO: "Thank you."
     Wiki and Portals Technical Guru - June 2014  
    XAML guy
    History and Technology Behind the TechNet Wiki Ninja Belt Calculator
    Ed Price: "It's amazing to see all the details of what this tool does. Great job on the descriptions and formatting the images and text!"
    Richard Mueller: "Great documentation. Good links to explain everything."
    GO: "I love your articles XAML guy! Always clear and always a pleasure to read! Thanks for you help and commitment for this tool."
    Durval Ramos
    HTML5 Portal
    Ed Price: "This is great to see this HTML5 resource!"
    Richard Mueller: "A great contribution to our collection of portals"
    GO: "The HTML5 Portal is A-W-E-S-O-M-E !"
    João Sousa
    ASP.NET Portal
    Ed Price: "Good job on this portal! The Return to top links are helpful!"
    Richard Mueller: "More should be done to distinguish this portal from
    here."
    GO: "Thanks Joao!"
     Windows Phone and Windows Store Apps Technical Guru - June 2014  
    Dave Smits
    Theming of your application
    Peter Laker: "Another great article from the mighty Dave. Very useful. Not sure if MS like us want us to work around the accents so much though ;)"
    Ed Price: "Very useful topic and great formatting on the code! Could benefit from more explanation on the code toward the bottom and a See Also section. Great article!"
    saramgsilva
    Creating Windows Phone and Window 8.1 applications using Microsoft App Studio
    Peter Laker: "A great introduction! Nice walkthrough, and plenty to look at!"  
    Ed Price: "This is good. I love the narrative and use of images! Good conclusion!"
    Carmelo La Monica
    Create Universal Application with Windows Phone App Studio (en-US).
    Peter Laker: "Sensational article. A real attention grabber and written very clearly."  
    Ed Price: "Fantastic job on the narrative and images. Some amazing articles this month!"
     Windows Presentation Foundation (WPF) Technical Guru - June 2014  
    Magnus (MM8)
    WPF: How To Tab Between Items In a ListBox
    KJ: "This article seemed very useful to me. The kind of thing that I might need and here's the answer."
    GO: "Thanks for that great article!."
    Ed Price: "Another amazing article from Magnus! Great job on the topic choice (very needed scenario), formatting, code, explanations, and See Also section. Fantastic article!"
    Sugumar Pannerselvam
    Lets forget about limitations and temprorary fix... Think about 4.5 features
    KJ: "Wish there were code samples and more flushed out scenarios"
    GO: "Why second place? the layout and way to explain didn't convince me. Doesn't mean that the article is bad. The article is awesome; but it's missing something."
    Ed Price: "Short and sweet. Could benefit from adding in some code snippet examples and images. Good topic choice."
     Windows Server Technical Guru - June 2014  
    Mr X
    DHCP on Windows Servers – Why are the expired IP addresses not getting re-assigned?
    JM: "This is an excellent article, thanks for your contribution."
    Richard Mueller: "Important information with good explanation. Needs a See Also section."
    Philippe Levesque: "Good article ! I like how it's explained versus Windows Server. An image with the DHCP's process could be a good addition for reference. (DHCP OFFER, DHCP ACK, etc..)"
    Mr X
    How to force a DHCP database cleanup for expired leases in a specific scope
    GO: "I'm actually thinking that nobody can defaut you Mr.X"
    Philippe Levesque: "Good article ! I would add that changing the lease time to be shorted could help too."
    JM: "A very good article, however you might consider adding this content as a section in your article about expired IP addresses in DHCP"
    Richard Mueller: "More good information. Should be linked to the other DHCP article."
    GL: "This is OK but a better solution for a highly utilized DHCP scope would be to shorten the lease time and/or configure a superscope."
    Hicham KADIRI
    Windows Server Core 2012 R2 - Initial configuration
    GL: "This is good required information. I would really like to see information added about how to add a server role. You might consider providing PowerShell alternatives to the netsh and other commands."  
    JM: "This is a great to-the-point article on how to configure a Core install of Windows Server, nice work."
    Richard Mueller: "A great collection of useful tools. Some could use images, more detail, or examples. The example sections could be added to the Table of Contents."
    GO: "Well, our new french MVP! Well written Hicham! Do not forget to pray attention for the layout! It's capital for readers and judges!"
    Philippe Levesque: "I like the article, a good resumé of the command you need to do to configure a server."
    Don't forget the full version, with runners up is available
    here.
    More about the TechNet Guru Awards:
    TechNet Guru Competitions
    How it works
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to the one and only
    TechNet Wiki, for future generations to benefit from! You'll never get archived again!
    If you are a member of any user groups, please make sure you list them in the
    Microsoft User Groups Portal. Microsoft are trying to help promote your groups, and collating them here is the first step.

    Congrats to Steef-Jan, Boatseller, and Murugesan! And thanks to all the contributors! Great articles this month!
     BizTalk Technical Guru - June 2014  
    Steef-Jan Wiggers
    BizTalk Server: Custom Archiving
    TGN: "This one was my favorite this month. Archiving is a topic that is brought up often. Well done explaining it simply and how to do it according to best practice"
    Sandro Pereira: "Love the topic, well explain and with everything you need, my favorite."
    Mandi Ohlinger: "Another great addition to the Wiki. "
    boatseller
    BizTalk: Reducing and Consolidating WCF Serialization Schema Types
    TGN: "Very good, keeping the code clean, and only referencing what you need and consolidate it is important!"
    Mandi Ohlinger: "Great solution to somewhat-annoying behavior. Nice addition to the Wiki!"
    Sandro Pereira: "Great article."
    Murugesan Mari Chettiar
    How to Implement Concurrent FIFO Solution in BizTalk Server
    Ed Price: "Incredibly thorough in your explanations! Great formatting. Good job!"
    TGN: "First in, first out. Great article Murugesan!"
    Sandro Pereira: "Good additional to the TechNet Wiki, good work."
    Also worth a mention were the other entries this month:
    BizTalk Server and Sentinet - Protocol Mediation REST to SOAP by
    Steef-Jan Wiggers
    Ed Price: "Thanks for digging into this important topic. Amazing job on the diagrams and images!"
    Sandro Pereira: "Was missing this topic in the TechNet Wiki, great article!"
    TGN: "You've put a lot of effort into this one. Sentinet is a good addition to BizTalk development, great work Steef-Jan."
    BizTalk: Passing variables into maps by
    Alastair Grant
    Mandi Ohlinger: "Nice use of the ThreadStatic attribute!"
    TGN: "Nice article, and it is true every now and then you need that variable into the map!"
    Sandro Pereira: "Good example, however this approach comes with little performance hit also and in some scenarios you can also find yourself in particular dangerous situation, for example if you don’t validate if the static singleton instance
    object still exist or not in the code you obtain “object reference not set to an instance of an object”"
    BizTalk: SQL Patterns for Polling and Batch Retreive by
    boatseller
    Sandro Pereira: "Good work and good article."
    Ed Price: "Good topic with great use of images and code formatting!"
    TGN: "This is really good. I can see you spent time on this one. Great work!"
    BizTalk Server : Scheduling Orchestration using Trigger Message by
    Maheshkumar S Tiwari
    Mandi Ohlinger: "This is a must-read when using scheduled receive in BizTalk! LOVE the Codeplex adapter. "
    Sandro Pereira: "As one of the persons in charge for this adapter... I must say I love it!"
    TGN: "Good one, an article that is very valuable for the community."
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Career Info

    hi,
    I am not a permanent member of this forum but looking for an answer here. Infact, i m an MBA(Marketing) (but having good understanding of ERP systems and development). I just want to inquire the career scope for me, and number of other people like me who are MBA and want to be an Oracle functional consultant. Would it be beneficial for me in getting a job in international market if i opt Oracle SCM as a field of my career and get its training and certification.
    2ndly -- what will be more beneficial for me Oracle Financial or SCM. or any other field
    Plz reply me in view of my study back ground.
    Thanks in advance
    Mimran

    Hi,
    Have a look at the following links.
    [Oracle apps functional career |http://forums.oracle.com/forums/thread.jspa?messageID=2640421]
    [Career Switch to Oracle SCM Functional consultant|http://supplychain.ittoolbox.com/groups/career/scm-career/career-switch-to-oracle-scm-functional-consultant-1604329?cv=expanded]
    Regards,
    Hussein

  • How to get and save the incoming filename in to db in biztalk.

    Hi,
    I need to save the incoming file name in to a table in biztalk.
    Below are the steps which are needed
    1) Need to get the incoming file in orchestration
    2) Map the incoming file in to field from source to destination schema(db) - such that file name will get stored in to table with other fields directly.
    Your help is greatly appreciated.....
    Thanks,
    Vijayan
    vijayan

    Per my understanding ,
    -> you are trasforming incoming message to outbound message(for database).
    -> One of the elements in oubound message is (let's say) FileName and is inserted into database.
    -> And, you want to map incoming file name in outbound message field(FileName).
    There could be any below resolutions:
    Option1 : In orchestration, if inbound message is MsgIn and outbound message is MsgOut and destination schema element FileName is made as distinguished field then write below in construct message and message assignment shape.
    MsgOut1=MsgOut;
    MsgOut1(*)=MsgOut(*);
    MsgOut1.FileName = MsgIn(BTS.ReceivedFileName).
    //BizTalk engine promotes incoming message file name in property schema BTS.bts_system_properties.
    Option2 : ->Create schema class of destination schema using xsd.exe tool(in BizTalk server installation folder).
    ->After this , a class file will be generated.
    -> Create instance of this file and assign like below in expression shape.
    obj.FileName=MsgIn(BTS.ReceivedFileName).
    Then, in message assignment shape, assign instance to outbound message.
    MsgOut=obj.
    Thank you.
    Nishant Garg
    BizTalk Developer/Admin/Trainer

  • How to avoid zombie in biztalk?

    Hi Biztalk expert!
    I need find out the solution for biztalk zombie (very urgent), I have read many article about zombies, but I can't resolve problem.
    I'm finding the approach to change the orchestration ( not use external tool/script as zombie management tool or WMI script).
    below image is my orchestration.
    any idea is good appreciated! If you can change this orchestration to resolve zombie, please give me screen shot.
    sorry if my question duplicate in this forum.
    Thanks in advance.

    Maybe the queues would help?
    It works if you process messages individually and don't have to compound some date from one message to another (like creating batch or calculate some aggregates like message counter or some amount from the message sequence). Seems your processing could be implemented
    without orchestration at all, only with pipelines and maps on ports
    For example if you need only an ordered delivery.
    The possible design is:
    Your messages go to the MSMQ queue (or ServiceBus Queue)
    Send port(s) consumes messages from queue, this port is with ordered delivery on. There is no convoy orchestration and no orchestrations at all.
    In this design you avoid convoy completely hence avoid the zombie problem and all problems around the singleton orchestration (the orchestration status, the complexity of the error handling).
    Leonid Ganeline [BizTalk MVP] <a href="http://social.technet.microsoft.com/wiki/contents/articles/20258.biztalk-integration-development-architecture.aspx">BizTalk Development Architecture</a>

  • What is the biggest stopper in the BizTalk application testing?

    To me the biggest stopper is the work with the test endpoints. 
    Let me explain. To test BTS applicaion in isolation we have to create new test ports (or modify existed ports which is the unlikely approach of course). After tests we have to remove them. BizTalk does not provide us tooling to do this.
    BizUnit does not solve this problem at all.
    The one-way port replacement is simple. Usually the File test ports are good enough.
    For the two-way port replacement is complex. Especially for the two-way send ports.
    If ports are bind to the orchestrations, the problem is even more complex. We have to rebind ports to test ports and back.
    So as result I cannot easily and fast enough create the continuous integration for BTS application. It usually evolve in a special project with unconventional parts.
    What is the biggest stopper in the BizTalk application testing for you, guys?
    Leonid Ganeline [BizTalk MVP] <a href="http://social.technet.microsoft.com/wiki/contents/articles/20258.biztalk-integration-development-architecture.aspx">BizTalk Development Architecture</a>

    For BTS application testing in isolation, I use multiple binding files. yes, I need to apply/reapply this different binding files for smoke testing /isolated testing and another binding for integrated testing. Its painful but helps.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Maybe you are looking for

  • Can not view youtube videos in full screen???

    I just purchased this Macbook Air and switched from my old POS HP... This is my first day on this thing so i have no F'n clue what im doing most of the time. I have run into an issue that i hope someone can help me out. When trying to view videos on

  • Error while submitting a form through workspace.

    I am trying to send a pdf form to a certain location when i hit the complete button on the form i get following error An error occurred submitting the form (task 345, form 0). (ALC-WKS-007-043) Can anyone help me with it. My process flow in workbench

  • HT201250 Will using AirPort Utility to "restore to original settings" make you have to re-back up your computer's files on a Time Capsule?

    Will using AirPort Utility to "restore to original settings" make you have to re-back up your computer's files on a Time Capsule?

  • Type to write in a file

    I want to write in a file 1,1,1,1 where 1 is an int/integer optionally i have to write also 0(zero) my java ws (very simple, numeric output variable is input variable)have to return 1. int variable or 2. new Integer variable(so the object)?? In the t

  • Gtk3 apps in XFCE

    Hi guys, I recently updated Arch and I got the new gtk3 stuff. All would be fine except for the fact that now, my gtk2 apps use a theme and the gtk3 ones use another (ugly) one. I searched the forum and I basically found that I should wait for gtk3 a