codeplex

Discover codeplex, include the articles, news, trends, analysis and practical advice about codeplex on alibabacloud.com

Biztalk Development Series (39) BizTalk Server 2009 technical overview

integrated into the query interface of the BizTalk console. Microsoft Enterprise Service Bus Toolkit 2.0 Biztalk ESB Toolkit 2.0 may be unfamiliar to everyone, but the original name of it, ESB guidance 2.0, may be a part of it. ESB toolkit is a prototype and operation guide for building an enterprise service bus on the Microsoft platform based on BizTalk Server. Although the component name is just a word, it may affect the development direction of the component, including whether it will alway

Biztalk Development Series (35) TCP/IP Adapter

Biztalk's TCP/IP adapter was initially developed for the health care industry in the UK. This adapter is an adapter in the BizTalk process. It connects messages to the remote client through TCP/IP string. TCP/IP adapters support the following interactive modes: Request only messages are sent to BizTalk and routed to any process (orchestration) or sending port. The request-response message is sent to BizTalk and received from the remote server returned by BizTalk. Solicit only sends messages

SQL Unit Testing

SQL unit testingby Alejandro Pelc, 2009/04/08 total article views: 4276 | views in the last 30 days: 4276 rate this | join the discussion | briefcase | print Introduction Some time ago, I was asked to configure automatic builds in team system for a solution, and that build shoshould include as much unit tests as it cocould. this solution contained a mix of web sites, a wizard installer, OLAP cubes, Reporting Services reports and a set of databases. because it was in the middle of a refactor, the

STL/CLR, compiler and compiler aling

: Hosting code interoperability libraries. Scalable conversion of hosted and unmanaged Data Types STL/CLR. The managed code can use the algorithms written by the old STL. Supported by Vista. Encapsulate the MFC of interface elements such as common controls and file dialogs in Vista. Devexpess refactoring engine -- it will contain the refactor of devexpess! For C ++. Considerations after orcas Update page. Some Visual C ++ code is designed for the hardware environment 20 years ago and is

Enterprise Library 4 open source code

Microsoft has changedEnterprise Library 4The source code license agreement is released based on the open-source friendly Microsoft Public License (MS-PL) license agreement. The source code can be obtained from the codeplex community of pattern and practice.Enterprise Library 4.0There are a lot of new features and updates. This loose License Agreement (MS-PL) provides enterprise library with a long-term custom internal operating mechanism. In addition,

Tlbimp New Version released:/V2 &/preservesig

conversion. After that, although marshaler supports this behavior, we have never had the opportunity to modify tlbimp. The release of tlbimp in codeplex gave us a great opportunity to modify tlbimp to support the functions we always wanted but didn't do, and we don't have to wait for the next version. 2./preservesig Switch This feature is also required by many users. Once opened, all methods in the interface/class will be labeled with the preservesig

. NET read-write Excel Tool Spire.xls use (1) Introduction

, mutual impeaches, but also to ban, really poor ah. Check out Npoi's CodePlex website:Today's introduction to you. NET platform Operations Excel components Spire.xls, should be more than the above 2 methods to be better and more stable, more functions, first look at the basic introduction:1.spire.office for. NETSpire.office for. NET is a collection of software developed by E-iceblue that is an enterprise-level, editor of office, including Spire.doc,s

[Go] How to use Git in TFS

) features, including work item creation, source control (TFVC, Team Foundation Version Control), test management, and so on, can effectively help teams collaborate on development.About GitGit is a distributed version control tool that developers can use to store code in a local code base or a code base (or code-hosting server) on a network. The more famous Git hosting servers are GitHub, Googlecode, BitBucket, CodePlex, and Microsoft's cloud TFS. Dom

Detailed NoSQL databases running on Microsoft platform

developers use it, but its performance and reliability have stood the test of time. ESENT is an embedded database engine that supports Windows. It is a managed project on CodePlex, and the latest Windows version has built-in esent. dll. I did some tests and it was so fast that I could execute about 0.1 million insert operations per second. It is abnormal enough. For more statistics on performance, see here. Memory dictionary Distributed Data Storage

PHP-use SQL syntax to operate PHP Arrays-PHP source code

Ec (2); recently, I was looking at the new function of. net, which is quite practical. arrays and strings can all be queried using the familiar SQL method, which is too convenient! I want to see If PHP has such a class library in this regard. I don't know. I was shocked by a query. There was a similar class library named PHPLinq. PHPLinq homepage: www. codeplex. comPHPLinqExamplesExamplescanbe script ec (2); script Recently, I 've been reading th

MVP architecture ....

view. ASPX pages are used only to add user controls, so you can easily reuse them by simply dragging them onto the page.public class Presenter{Public Presenter (IView view, IModel model){This.view = view;This.model = model;}public void Initview (bool isPostBack){if (!ispostback){View. Setproducts (model. GetProducts ());}}public void Saveproducts (ilist{Model. Saveproducts (products);}}Page or user control CS codeprotected override void OnInit (EventArgs e){Base. OnInit (e);Presenter = new pres

Where can I choose from using LINQ to SQL? (Excerpt)

methods are too complicated and cumbersome. Using L2E makes 80% of my work more complicated. Only 20% of the features are complex mappings that I really need, but I can use other tools, such as LLBLGen Pro or OpenAccess, because they are easier to use. C # MVP David Hayend speaks to the voices of most developers, that is, to make the Open Source of LINQ to SQL. He further suggested that the same ASP. net mvc approach should be adopted for the LINQ to SQL statement, originated from the Commun

Access native C ++ encapsulation of SQLite under WM/WinCE (use of cppsqlite3u)

Durability ), that is to say, all the data submitted for the transaction must be persistent, and the hard disk needs to be written for persistence. The mobile device is flash, the speed of writing permanent storage devices is far slower than the speed of writing memory, so the speed difference is at IO.Unit Test TDD is used in project development. For details about Unit Test, refer to Wince and Windows.Native C ++ unit test under Mobile and CppUnitLite for Windows Mobile output test results.Abo

Windows Phone-Precautions for using the Sterling Database 』

Sterling database is a NoSQL object-oriented database product. It can be used not only for Silverlight for Desktop, but also for Windows Phone. I recently selected Sterling as the database for a Windows Phone project, mainly because of two reasons: 1. Support for Linq query 2. comprehensive functionality You can refer to the User Guide for how to use Sterling to access data. Some problems have been encountered in the actual project. Several precautions are as follows: 1. The index field value

Richedit research 03-efficient image management

. The TLS object destruction technique comes from the TLS implementation in the base library of Google's chromium source code. The original source is codeproject: http://www.codeproject.com/threads/tls.asp. Well, in fact, cool programmers also look at Qian Kun and learn the essence. When talking about codeproject, let's take a look at my learning history. In the early days of this crazy website, almost everything in VC was played, forming my own point-of-point knowledge accumulation, similar to

Programmer of Practice Manual

the best practices.ASP. NET advanced applications Document: Technology Article in MSDN Practice: read an article every day, prepare the content of the article every week, and prepare for the technical exchange on Thursday. Sophomore Winter vacation project practices Apply the knowledge learned from the book and the knowledge learned from msdn to the actual project.Read the Practice article on MSDN. Read the best practice article. The second half of the semester Design Pattern Reconstr

Release the gamehall 2.0 a test version source code.

Code download: http://files.cnblogs.com/Jax/GameHall-2.0-a.rar (including dB) Codeplex I applied for: http://www.codeplex.com/GameHall (it's too late to put the source code up) This version only implements the hall and does not include any games. Users can enter multiple halls at the same time, but they can only sit down and play games at the tables in one hall. Currently, it is still developed based on winform. It only uses the. NET 3.5 LINQ technol

Use JSLint in vs [help you write js]

I know JSLint today! See what The Good Parts knows! The following information is collected on the Internet! Thanks Usage: Disable all instances of Visual Studio Decompress the downloaded file and copy the JSLint. AddIn file to C: \ Users \ you computer \ Documents \ Visual Studio 2005 [2008 | 2010]/Addins. If no Addins exists, create the file by yourself. Start Visual Studio JSLint. VS and add a manager in the tool item. Right-click the JS File and choose JSLint File! JSLint check

Silverlight toolkit has been added to Microsoft Web platform Installer

Now Microsoft Web platform installer can directly install the latest version of Silverlight toolkit, which is placed in the Web PI list. Microsoft also recommends that you use Microsoft Web platform installer to obtain the Silverlight toolkit. If you haven't installed Microsoft Web platform installer, you can download the http://www.microsoft.com/web/downloads/platform.aspx from the address below Or directly add the Silverlight toolkit to Microsoft Web platform installer. Http://www.microso

Silverlight third-party controls

to achieve animation and transition effects similar to toolkits currently available for Flash/Flex developers by defining transition effects in. NET code and applying these effects to any FrameworkElement. Silverlightcontrib I'm happy to announce the Alpha 2 release of Silverlight Contrib! If you have been following the project on CodePlex, you know that a lot has changed in the past few weeks. the team has grown to 6 members and we h

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.