BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

 
WSE
SOA
XML

 
 

TopXML contents

Page 3 of 393

2008 Nov 30

101 of 19643 | Customizing High Confidence Search Result for People search in MOSS 2007 - OOTB when searching for a person using "PreferredName", "WorkEmail", "UserName" and "AccountName", along with the core search result (Displayed via Search Core Result webpart) person's information is also displayed using "Search High Confidence Results" webpart (Same webpart used for Best bet) as exact match. By default following properties are included in the high confidence search result: Title Skills Work Email Work Phone Department Office About Me Responsibility Following steps allows administrators to add additional information (e.g. Cell Phone or any custom profile property) to the resultset. Step 1 Fro......

102 of 19643 | Expirations in WS-Eventing - WS-Eventing is one of the building-block specifications that DPWS profiles and makes available for solution authors.  Some applications require the device to send notification messages back to the client; e.g., a printer sends a message to the PC when it has finished printing a document.  WS-Eventing doesn't describe the content in these notifications, but it does describe the messages that the client and device use to set up and manage the subscription for those events.  The way this works is that the client subscribes to events; the device sends zero or more events; and some cleanup happens to tear the subscription down. It's actually a lot more complicated at the pro......

103 of 19643 | Export Providers and Custom factories with MEF - Matt Hawley has a nice set of posts where he explores a method to extend MEF to allow custom activated exports. MEF + FactoriesMEF + Factories Using an Export ProviderMatt's scenario involves exporting a set of WCF proxies. WCF proxies can't simply be instantiated through the constructor, so he needed a way to control the activation. One thing he could have done is manually create the instances and use the AddExportedObject method on the container to add them directly.  This would mean however that the container wasn't doing the work. Another option is using property exports, as they allow you to control the creation logic in the property getter. The down side of this approach......

104 of 19643 | Installing BizTalk Server 2006 R2 on Vista - Just installed BizTalk on my Vista notebook. Here are some information that may help:   My BizTalk’s edition – BizTalk Server 2006 R2 (Developer edition) Operating System – Windows Vista Ultimate   The installation process is as seamless as it was for previous editions of BizTalk Server 2006. Only important point to remember is you download the prerequisite cab file for Vista. You may be in habit of using previously downloaded prerequisite cab file. Setup will automatically download the CAB file (BtsRedistVistaEN32.cab) if you are connected to internet.   After installation of BTS R2, the configuration UI appeared. I selected “Basic Configuration”, provided credentials, SQL Server lo......

105 of 19643 | Need to make service project web.config file Debug=True when debugging project with file system based web service.in VS2008 - When debugging a web page which uses a file system based web service, I met an error message in Visual Studio 2008 which troubles me for a while.  Here are the steps and the solution. 1. Create a new C# file system based web site (website1)2. Add a file system based web service web site into the solution, by file->Add->New web site. Name it webservice1.3. In website1, add service reference to webservice14. In website1 default.aspx.cs file, add following to the page_load function        ServiceReference1.ServiceSoapClient client = new ServiceReference1.ServiceSoapClient();        Response.Write(client.HelloWorl......

106 of 19643 | PDC2008 Sessions - ?????Tag?Channel 9 PDC 2008???????PDC??,?????????????????????????????????Channel 9??????,??????????????????PPT????????? KYN01 | Day 1 Morning Keynote (Ray Ozzie, Amitabh Srivastava, Bob Muglia, David Thompson) KYN02 | Day 2 Morning Keynote (Ray Ozzie, Steven Sinofsky, Scott Guthrie, David Treadwell) KYN03 | Day 2 Afternoon Keynote (Chris Anderson, Don Box) KYN04 | Day 3 Morning Keynote (Rick Rashid) BB01 | A Lap Around the Azure Services Platform (John Shewchuk) PowerPoint BB02 | Architecture of the .NET Services (Dennis Pilarinos, John Shewchuk) PowerPoint BB03 | SQL Services : Under the Hood (Gopal Kakivaya, Tony Petrossian) PowerPoint BB04 | Live Services: A Lap around the Live F......

107 of 19643 | WPF - Working with XML file using Linq to XML - Building WPF ListView application to read XML file using Linq to XML...

2008 Nov 29

108 of 19643 | ??????MSXML4 SP3 Beta? - MSXML ???????????:????????MSXML 4.0 Service Pack 3 (SP3) Beta?! MSXML4 SP3 ?????????MSXML4 SP1?MSXML4 SP2?MSXML4 SP3??????: ????????? ????????? MSXML 4 SP3?????????: Windows 2000 SP4 Windows XP SP2 Windows XP SP3 Windows Server 2003 SP1 Windows Server 2003 SP2 Windows Vista RTM Windows Vista SP1 Windows Server 2008 ????????????????,????: ????MSXML 4.0 Service Pack 3 (SP3) Beta?????????????????? ??Microsoft Connect????????????????????????????Microsoft Connect,????Data Platform Development????????MSXML 4.0 Service Pack 3 (Microsoft XML Core Services)? ???????????!?????????????,???????Microsoft Connect?????????? DP CRD MSXML??...

109 of 19643 | Calling a service without adding a reference in BizTalk 2006 and BizTalk 2006 R2 - We’ve been experimenting with calling ASMX web services from orchestrations without having to add a web reference (for the SOAP adapter) or use the generated items (for the R2 WCF adapter). The idea, in short, is to achieve increased decoupling between systems even in a web service scenario - Generally when you add a reference to a service in BizTalk 2006 or in R2 (although there are some clear differences between the implementation) the schemas for the request and response types are generated for you as well as an orchestration which defines message and port types using those schemas. When using the SOAP adapter the types generated are somewhat “special” and they encapsulate a little bi......

110 of 19643 | Testing WCF Service Apps (Part 2 of 4) - Previous posts: Part 0 of 4: Introduction Part 1 of 4: Testing the Service Testing the Client So far, I outlined how to test your WCF service.  I simply took advantage or the WCF architecture and tested the service directly outside of the actual service harness.  Now I need to set my sights on the client.  This becomes a bit more difficult, but I wouldn't say that it is necessarily hard.  I will start by giving a typical textbook example of hooking up to our service, and then I will tell you what is wrong with it.  I will continue by modifying the code to be more testable so that the service can be mocked.  A Textbook Example Most WCF tutorials and books have you start by a......

111 of 19643 | Visual Studio 2010 Tools for SharePoint - For the next version of Visual Studio, Visual Studio 2010, new tools for SharePoint development have been announced. The Visual Studio 2010 Tools for SharePoint will contain the following features: Server Explorer for SharePoint viewing Lists and other artifacts in SharePoint directly inside of Visual Studio Windows SharePoint Services Project (WSP file) Import to create a new solution Added a new web part project item and showed the Visual web part designer which loads a user control as a web part for SharePoint Showed adding an event receiver for SharePoint and using the wizard to choose the event receiver and to just create a source file with that event receiver. Added an A......

112 of 19643 | Whats the future for BAM? - I was at the SOA/BPM Conference this week at reading and was watching one of the presentations which discussed the differences between BizTalk and Dublin. It occured to my that with BizTalk being pitched as the integration product and dublin being pitched as the application server product this means that BAM is strategically misplaced in terms of being within BizTalk. This is just my opinion but I think that in the future it would make sense to move BAM to be part of the SQL Server BI offering.  I think that if it was part of SQL Server then it would expose BAM to more products within the Microsoft space.  A summary of my thoughts is: It would allow you to easily use it with Dublin......

2008 Nov 28

113 of 19643 | ?????? TechDays ??????? ? ?????????? ??? Sharepoint - ? ??????? ? ??????? ??????, ??????? ????? ? ??????, ???????, ?????????????, ?????? ????????? ? ??????????. ? ??????? ??????????? PPTX ? ????? ????????????. ???? ???? ??????? ??? ??????????? – ???? ??? ????????. ????????? ??????? ?? ???? Silverlight+Sharepoint, ?????????????? ? Web, WorkFlow ? ?.?....

114 of 19643 | ¿Y que paso en el PDC 2008? - El pasado 27 de Octubre dio inicio la conferencia dedicada a desarrolladores más importante para Microsoft, el Profesional Developer Conference 2008, en la ciudad de Los Angeles, California. Si bien durante el evento se realizaron varios anuncios que develan la nueva tecnología que podremos consumir los próximos meses, tales como Windows 7, Silverligt 2.0, Windows Server 2008 R2, el que me considero de mayor relevancia para la habilitación de soluciones bajo la estrategia de Software + Servicios es lo anunciado como Windows Azure Esta tecnología esta compuesta por varios servicios disponibles en los centros de datos de Microsoft. Si bien todo el detalle lo puedes encontrar en www.micro......

115 of 19643 | Adding the SitePoint References to Coda - The following is reprinted from the SitePoint Design View, Issue #52 Mac users will no doubt be aware of Coda, the popular text editor for building web pages from scratch. One reason Coda is so popular is because it brings the workflow for building a web page into a single window — you can browse, edit, preview, upload and change permissions on your files, all from the one application. For designers who get frustrated at having five different applications open to perform all of these tasks, Coda is a godsend. There’s one other task that you can perform from within Coda, and that’s look up reference information. By default, the collection of reference books available is minimal, but you can ......

116 of 19643 | ASP.NET AJAX - Esta vez quiero compartir con ustedes este excelente recurso, son 71 videos cortos que te llevan desde cero a crear los componentes de aplicación muy completa, pudes decargas las videos para consultarlos después, además de poder descargar también el código… #1 Get Started with ASP.NET AJAX? #2 Get Started with the ASP.NET AJAX Control Toolkit? #3 Use the ASP.NET AJAX CascadingDropDown Control Extender? #4 Implement Dynamic Partial-Page Updates with ASP.NET AJAX? #5 Make Client-Side Network Callbacks with ASP.NET AJAX? #6 Add ASP.NET AJAX Features to an Existing Web Application? #7 ASP.NET AJAX Enable an Existing Web Service? #8 Use the ASP......

117 of 19643 | BizTalk: Receiving Multi Part Messages - I have been working on a BizTalk project for a while now and after a bumpy start all has been going well. The current message that we are dealing with is the receipt and processing of a Purchase Order. The processing and mapping of the purchase order to the SAP orders schema went well and all I need to do was to receive the document from the customer. After a bit of a delay in getting an accurate sample message, I set to work on creating a process for receiving a PO from a Ponton server. On examining the sample message I found I was going to need to deal with receiving a Multi Part message. So I looked at the SDK and searched online but found very little guidance. The samples and discussio......

118 of 19643 | Code smell – many usings - Normal 0 false false false EN-US ZH-CN X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:" "; mso-padding-alt:0cm 5.4......

119 of 19643 | Concurrent connections when consuming web services - Think I may have mentioned this before - but check out this post from Darren Jefford re. the low-level throttling of web requests when consuming web services from BizTalk....

120 of 19643 | Connected Systems Competition - I would be tempted to enter this contest, but my day-job seems to be taking up too much time :-S. I think that a SOAP receive adapter, for polling web services, would be a good bet for category #14? On the subject of the day-job, I obviously haven't posted for a while, and that's largely 'cos I'm so busy. I've spent the last month working at the commercial end of the business, spending 8 hours a...

121 of 19643 | Controlling Your Festive Lights with the .NET Micro Framework - Author: Rob Miles: www.robmiles.com Download: http://coding4fun.net/source/festivelights1.0.zip Software: Visual Studio 2008 Express Edition or better, .NET Micro Framework 3.0 Hardware: Digi Connect-ME GHI Electronics Embedded Master Devices Solutions Tahoe II Time Required: 3 hours Cost: 30 dollars for lights plus the .NET Micro Framework device The Micro Framework is one of the newest kids on the .NET block, but it does something really rather wonderful. It brings embedded development within the reach of a......

122 of 19643 | Debatching Sql receive adapter resultsets - I spent Friday with a client advising them on some basic design principles, specifically around the use of the Sql receive adapter. It was a fairly simple scenario - extracting data from a SQL Server database, then processing the output messages with some very simple orchestrations. It seemed fairly obvious to me that the easiest way to process the data was to split the output from the receive ...

123 of 19643 | Hacking files in BizTalk - The previous post on Sql debatching mentioned 'hacking' auto-generated files, something that may alarm some people (though not many, if my experience of developers is anything to go by.) Another example of this is the extraction of primitive values from auto-generated schemas, specifically (in my case) consumed web service responses. As an example, say that you consume a web service that returns...

124 of 19643 | How to retrieve Quantity On Hand amount using Web Services for Dynamics GP 10.0 - This post is due to requests I have come across in the past and very recently in a support incident.  The question raised was how to retrieve quantity amounts like Quantity On Hand for inventory items?  This Visual Studio 2005 (C#) sample shows how to retrieve the Quantity On Hand value for an Inventory Item.  The SalesItem class provides a Quantities property which is a collection of SalesItemWarehouse objects.  The SalesItemWarehouse object contains the different quantity amounts for each Item and Site combination.  These values are stored in the IV00102 table.   Since we need to retrieve a SalesItem and there is no GetSalesItemByKey method, I used a e......

125 of 19643 | Implementer Exchange Server 2007 Training Resources - Implementer Role Training Resources     Course Title Course Type Level Early Preview of Exchange Server 2007 SP1  Web Seminars  100 Forefront Security for Exchange Server 2007  Web Seminars  100 Improving Productivity with the 2007 Microsoft Office System, Exchange Server 2007, and Windows Vista  Web Seminars  100 24 Hours of Exchange Server 2007 (Part 01 of 24): Integration of Exchange Server 2007 and Active Directory  Web Seminars  200 24 Hours of Exchange Server 2007 (Part 02 of 24): Transport and Routing Architecture  Web Seminars  200 24 Hours of Exchange Server 2007 (Part 03......

126 of 19643 | Mie sessioni ai TechDays WPC 2008 - Anche quest'anno sarò presente all'edizione TechDays WPC 2008 a Milano con due sessioni : DEV201 : Building Composite Applications with Sharepoint 2007 and Office Il cloud computing è forse la sfida maggiore che dovremo affrontare nei prossimi anni. Come conseguenza di questa sfida nascono le nuove piattaforme applicative capaci di ospitare vere e proprie applicazioni "on the cloud". L'emergere di servizi specializzati permette inoltre a chi disegna e sviluppa applicazioni di concentrandosi esclusivamente sui componenti funzionali delle proprie soluzioni delegando alcune funzionalità a servizi esterni sfruttandoli come se fossero delle "librerie o API on-line......

127 of 19643 | MSFT -= vapourware - Interesting quote from Rich Turner's blog today: "Microsoft explicitly does not claim to have a SOA. We do not subscribe to the notions of SOA and do not refer to any of our products as SOA. We do strongly subscribe to the notions of SO as abstract guidance and goals for building distributed systems. We have a broad range of powerful products, technologies and services which can be used to ...

128 of 19643 | One more thing - When using the Sql adapter to receive batches of data, a couple of handy hints: 1. Use a stored procedure. It allows you more control and security, and abstracts the underlying table structure. 2. Always add a parameter that allows you to restrict the size of the output (using SET ROWCOUNT). This allows you to control the flow of input messages - if there's a chance that your sproc is going to ...

129 of 19643 | Password in SOAP Ports - I've inherited a BizTalk 2006 applicaton that uses serveral SOAP ports to request data from a 3rd party web service. The web service is secured by "basic" authentication - username / password. After making a few enhancements to the application I deployed to an integration test server which has access to the 3rd party web service. The BizTalk app was unable to retrieve the data and I soon realised that I had forgotten to set the username / password on the SOAP send ports. I wanted the make deployment of the BizTalk app as automated as possible because I may not be present when it is deployed to the live server. I opened up the binding file, located the 1st of the problem SOAP send ports and ......

130 of 19643 | REST vs. SOAP - Recently more and more Microsoft technologies are exposing REST API. WCF 3.5 added REST support, ADO.NET Data Services creates a REST interface over your Entity Framework / Database and many Azure Services are REST based. So the question that naturally arise is: should I use REST or should I use SOAP? Unfortunately is not so easy to answer because REST and SOAP are at the extreme opposites. SOAP is now a quite complex, especially if you count all the WS-* stuff. It is probably even a bit over engendered protocol, creating  a challenge to make it work across stack versions and platforms. The big plus is that there is now a rich tooling available that makes life much easier at develo......

131 of 19643 | Services and Indigo blog - Just discovered Rich Turner's blog on all things Indigo, including an excellent discussion on the ESB, SOA, ... landscape. Well worth reading....

132 of 19643 | SQL Jobs pare el buen funcionamiento de BizTalk Server - Esta semana seguimos con el mantenimiento de base datos de BizTalk. En en post anterior hemos cubiero la configuracion que debe tener nuestro servidor de SQL y ahora trataremos por encima los SQL Jobs creados por el producto. Una vez instalado el producto encontrareis que se han creado números jobs.  BizTalk necesita que estos jobs se ejecuten y se ejecuten bien ya que todos ellos se encargan de mantener limpias las base de datos de BizTalk.  De todos los jobs creados veremos  que el job MessageBox_Message_ManageRefCountLog_BizTalkMsgBoxDb se lanza una vez y no termina nunca. No os alarméis, es normal. Este Job llama al procedimiento almacenado “bts_ManageMessage......

133 of 19643 | WCSF Application Architecture 6: Structuring Modules - This article is 6th part of the WCSF Application Architecture series by Simon Ince; ·         WCSF Application Architecture 1: Introduction ·         WCSF Application Architecture 2: Application Controller ·         WCSF Application Architecture 3: Model View Presenter ·         WCSF Application Architecture 4: Environment Abstraction ·         WCSF Application Architecture 5: Defining Modules Introduction This post is intended to address some common scenarios when using the Web Cli......

134 of 19643 | Weird problems with document with only a root node - I ran into a strange issue the other day with BizTalk Server 2006 R2. Imagine a map (.btm file) that takes multiple messages as its input. Imagine two of those messages being of the same document type, having the same schema. Now... make the first message be normal, like this (this is an excerpt from the full multipart input message to the map):   <InputMessagePart_2>    <ns4:stock_warehouse_fetch_response xmlns:ns4=http://StockWarehouse>      <ns4:stock_warehouse stock_warehouse_id="170A9532-BD20-11DD-85B6-3DFC55D89593" company_id="1EBB0C44-BD20-11DD-9025-69FC55D89593"  [... More attributes existed but have been removed t......

135 of 19643 | Welcome back - First post in nine months, and very little to report. BizTalk has gone from 2004 to 2006, Windows Workflow Foundation is nearly upon us, and everyone's talking about Web 2.0, whatever that may be. All of which has passed me by, as I've spent most of the last nine months in meetings, fighting fires, and generally trying to keep on top of my undiminishing workload. I'm hoping to restart posting ...

136 of 19643 | Which tool for the job? - BizTalk, Windows Workflow Foundation, Windows Communication Foundation (Indigo), Connected Services Framework... enough already. We've got the message that software systems are now all about knitting together web services and managing workflow, but how many different frameworks and tools do we need to do all this stuff?...

137 of 19643 | XML Explicit and SQL receive adapter - Following on from my theme of 'hacking' around the limitations of the various wizards / auto-generated artefacts in BizTalk, here's an excellent posting on how to consume xml produced from SQL Server using XML EXPLICIT rather than XML AUTO.10:22 AM 3/31/2005...

2008 Nov 27

138 of 19643 | ????????? ????????? ??????????? ?? ???????????, ?????????? ? Visual Studio 2010 CTP - ??????? HTML ????????? ? ?????????? ???????????? ? ??????????? ????? ???????????? Visual Studio 2010 CTP ??, ??? ??? ?????? ? ???????? 7 ???????????? ????? ??????????? ?????? Visual Studio 2010 CTP, ?????? ?????, ?????? ??? ???????????, ??, ?????, ?????? ????? ??????? ??????? ? ???? ?????????????, ? ????? ???, ?????????, ???-?? ???????? ??? ???? ??????????, ?????????? 7 ????????. ??????? ???????? ????? ?????? ??????????. ????? ??????????? ?? ???????????? Visual Studio – zip 10 MB ????? ??????????? ?? ???????????? ASP.NET – zip 500 KB ????? ??????????? ?? ???????????? Visual Studio Team System – zip 3,61 MB           ??????? ????? ?? ?????????? ??......

139 of 19643 | ???????Windows Workflow Foundation? -     ??10??????????MVP??????????.NET Framework 4.0??Workflow??????????????????????????Windows Workflow Foundation??????,???MVP???:“????????,??????????????????????????”     ???,??????????????????2006?????.NET 3.0??,???????,??????WPF?????????,WCF???????????,???Workflow????????????????????????????,????????Workflow?????????????????????????,??????????????????,???????????????,???????????Workflow???????????,???????????????????????????????????????????????????     ????????,?????????Workflow?     ??????????????(Workflow Foundation)?3?????: Activity(??),Runtime(???)?Tooling(????)?????????,?????A.R.T——??? Activity???????????,????Activity?????......

140 of 19643 | An Identity Provider and its STS: preliminary considerations - [Disclaimer(): base() { this blog is NOT the source of the official guidance on the Geneva products. Please always check out the Geneva team blog for hearing directly from the product group} ] Few weeks ago I had the pleasure of presenting, together with Planky, a TechEd EMEA interactive session on the subject of equipping your Identity Provider with an STS. The session was pretty popular, I got a lot of people telling me that they searched for that exact content without finding it anywhere else, and the topic of custom STSes keeps coming out: hence I decided to capture some of the key points in a couple of posts before the Thanksgiving laziness takes over. The first one, that you are read......

141 of 19643 | Bulk insert using UNICODE data files -   Did you ever tried to use bulk insert with unicode instead of ansi data files using a format file as described below: BULK INSERT MyTestTable FROM 'c:\data2.txt' WITH ( FORMATFILE = 'c:\format.fmt',DATAFILETYPE = 'widechar' ) go data2.txt (UNICODE format) "test1",test2,Praha 5 - Reporyjezøíujc "test1",test2,Praha 5 – Reporyjezøíujc format.fmt (ANSI format otherwise SQL Server asks for XML format file type) 9.0 3 1       SQLNCHAR            0       80      ","  &#......

142 of 19643 | Enjoying Vista Image Features - If you have followed my blog for a while you know that there were a number of graphic issues I had to begin with.  In a change of event I am noticing lately that there are features of the Windows Explorer that are coming in handy. The first thing was the rating system for images.  Many times I have heard the Lightroom experience described and its star rating system.  From the day I started using Vista I noticed that it had similar capabilities, but it wasn’t clear how to use it beyond a single file.  Honestly, I didn’t think it was that useful and didn’t spend the time to dig deeper. Last week I had a large number of images I wanted to process and I was having a hard time narrowing down t......

143 of 19643 | Getting Started with Ajax - The start of 2005 saw the rise of a relatively new technology, dubbed ???Ajax??? by Jesse James Garrett of Adaptive Path. Ajax stands for Asynchronous JavaScript and XML. In a nutshell, it is the use of the nonstandard XMLHttpRequest() object to communicate with server-side scripts. It can send as well as receive information in a variety of formats, including XML, HTML, and even text files. Ajax???s most appealing characteristic, however, is its ???asynchronous??? nature, which means it can do all of this without having to refresh the page. This allows you to update portions of a page based upon user events and provides one of the cornerstones of Rich Internet Applications (RIA) referred to......

144 of 19643 | Getting started with AJAX using PHP : Tutorial - AJAX stands for Asynchronous JavaScript And XML. Any server side technology that supports JavaScript also supports AJAX. AJAX is a browser technology, and is therefore independent of web server platforms. In this article we will learn about what AJAX is, how it works, and how can we use AJAX with PHP. Please remember, AJAX is not a programming language, so you don???t have to learn any new technology. AJAX can be implemented by using existing standards (JavaScript and XML) in a different way. If we are using PHP or any server side technology and need to extract data from storage on a server (eg a database or a file), we will have to make an HTTP request (either POST or GET) to get the dat......

145 of 19643 | How all bills should be paid - Wouldn’t it be cool if i could just grant permission for www.earthclassmail.com to scan and write my mail into my mesh, bonus points if they could also structure it in some type of XML. That way, any program could write an adapter to my mesh: add a reminder to my calendar; import it to my MS Money upload it to www.Mint.com or www.wesabe.com share it with my accountant for now i have to resort to scanning and dropping in outlook. Danny Thorpe wrote about this a while ago… time for someone to step up and do it! If anyone knows the equivalent of Earth Class Mail in Australia I’m all ears....

146 of 19643 | How to Purchase the IMM solution - As an overview, the Interactive Media Manager (IMM) solution is a collection of managed Intellectual Property (IP) that extends Microsoft Office SharePoint 2007 and other Microsoft platform capabilities that enables the development and deployment of a collaborative asset management system. The solution addresses a variety of rich media management scenarios built on top of MOSS’07: Digital Asset Management Media Asset Management Enterprise Marketing Management Corporate Communications eLearning eLibrary Media Distribution The solution builds on existing technology investments, and helps create an end-to-end content ingest, production, and delivery system.  ......

147 of 19643 | How to send deferred delivery email using Exchange Web Services ? - We can send deferred delivery mail using Exchange Web Services by setting PR_DEFERRED_SEND_TIME and PR_DEFERRED_DELIVERY_TIME MAPI properties as extended properties on the EWS request. Here is the sample code in C#: NOTE: Following programming examples is for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This sample code assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. 1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; ......

148 of 19643 | Increase the number of sessions in WCF - I got a problem on which was spent over two days in order to fix it. The discovery was that in the scenario: one WCF service application that for convinience is hosted in IIS and one WEB application that uses the WCF services the number of users was limited. So if the 11th user tried to access the application he was oblidged to wait an undetermined period of time(and in the end the log process was failing). The process started, first the idea was that maybe we were wrong in our layers, because of static methods used for our singletones and so on.   So really the problem is in WCF configuration, I didn't see it by googling my problem. Now I got it, so all you'll have to do in order to incre......

149 of 19643 | Introducing Asynchronous Java Script and XML (Ajax) in ASP.NET - One of the most important challenges web application developers face is the requirement for a fast and responsive user interface. AJAX was primary designed and developed with the intent of providing a fast and responsive user interface to address these challenges. According to Enrich Peterson, “AJAX-enabled pages provide a slick, responsive user experience, making web-based applications function more like desktop-based ones”. This article guides the reader through this new technology, its features, benefits and applicability in web application development. This is the first in the series of articles on Ajax (and more specifically ASP.NET AJAX). Although Ajax is independent of the technolog......

150 of 19643 | Latest videos posted to Chopsticks: “Oslo”, “M”, ASP.NET MVC, Silverlight, IE8 and all Luxembourg TechDays08 content - Quite a few new screencasts and interviews have been added to Chopsticks these last few weeks. Time for an overview of what is new. Content by Microsoft folks Last month Thomas Delrue, a Belgian software development engineer at Microsoft Corp visited Belgium and my colleague Philippe Destoop sit down with Thomas for two interviews about the newly announced “Oslo” platform. Thomas Delrue talks about "Olso" and the "M" modeling language Thomas Delrue, software development engineer at Microsoft Corp, discusses Microsoft's recently announced platform for model driven applications, code named "Oslo" in an interview by Philippe Destoop, Architect Evangelist a......

Page 3 of 393

Newest posts