codeplex

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

Windows Phone 7 Development Resources

by Step tutorial Prism for Windows Phone 7Is a codeplex project containing a port (and sample project) of the prism: Patterns Practices Composite Application Guidance for WPF and Silverlight for Windows Phone 7. RSS reader-Codeplex project to show people it's easy to build application for Windows phones. Silverlight 4:How to integrate Microsoft Translator Service into Silverlight and Windows Phone 7

C #. net uses a third-party class library dotnetzip to decompress/compress the ZIP file

Dotnetzip on codeplex: http://dotnetzip.codeplex.com/ For details, see the source code ...... In short, it feels better than sharpziplib. In addition, dotnetzip supports VB, C #, and any. NET language. Pressurization: (stolen from codeplex) Using (zipfile zip = new zipfile ()) {// Add this map file into the "Images" directory in the ZIP Archive add this PNG file to the ZIP file's "Images" directory zip.

Axial: Use the. NET language to write JavaScript code

Axial is an open-source project on codeplex. We can use it to implement Javascript in C # Or VB. NET mode, and then it will automatically output the corresponding JavaScript to the client. Some form controls can be used for input verification, some JS effects, and Ajax. Axial now encapsulates jquery, so that we can use C # Or VB. NET to use jquery. Axial contains several server controls: Wfserverscript Wfscript Wfvalidator Wfstartupscript Wfclas

[Silverlight] supports gb2312 encoding.

() Rollback Policy: Not all characters in the encoding and decoding processes correspond one to one in both character sets. A character may exist in this character set but does not exist in another character set. Therefore, a proper rollback mechanism is required to handle such problems. In FX 4.0, three policies are supported: "Best rollback", "replacement rollback", and "exception rollback. However, this article aims to solve the problem of gb2312 support in Silverlight, and there is no publi

Use docproject to generate. Net object files (1)

docproject ). Docproject is an example on codeplex, and codeplex is an example. net, I find the docproject from Visual Studio addins. The use of docproject is very simple, and the content specification and settings are both hierarchical, it is very convenient to use. The generated files are as beautiful and convenient as the msdn library. They also have the index and query functions, which are actually t

Use razor in ASP. net mvc to customize the view engine framework (2)

ASP. NET mvc3 began to use razor as its view engine, replacing the original ASP. NET web form engine. I recently studied the implementation of razor in mvc3, and found a starting point to allow us to customize the view parsing Engine Based on razor syntax. It can be used in projects, such as mail template customization. Currently, it is only a demo version and is still being improved. Codeplex: http://codeof.codeplex.com/SourceControl/list/changesets

Introduction to nuget's use in traditional Asp.net Projects

the nuget. server package, which is available on the feed officially provided by nuget. After the installation, place several nuget packages in the packages folder and access default. aspx: On the packages page, you can see the included nuget package. nuget is an atom feed in the form of odata. For example: According toHttp: // localhost: 55326/nuget/Add to your nuget Source: Now you can package the DLL shared by your company into a nuget package and put it in

Use the SharePoint list as the source and target in SSIS

When using the SharePoint list for data storage, data integration with other systems is really a big challenge. The first thing that comes to mind is to call the WebServices and Lists provided by SharePoint. the GetListItems method of asmx, but the encoding amount ...... I don't think there are too many people who like to write code. The most important thing is that when I want to call WebService components in SSIS, the WebServices provided by SharePoint actually report "A problem with the defin

SharePoint development and deployment WSP solution package, sharepointwsp

Components, events, website templates, workflows, and other aspects. These functions are Feature, so how can we finally deploy these functions in the SharePoint environment? This requires first packaging the solution into a WSP file, in fact, this WSP file is a cab file and a compressed file. If you are interested, you can use the rar tool to open this file. There are many methods to package a solution for wsp files. The methods I have used before include: WSPBuilder tool command metho

General Usage of CascadingDropDown and DragPanelExtender

Some days ago, I have been studying some of the features of client JavaScript accessing WebService, The powerful CodePlex package AjaxControlToolkit has been put on use for a long time, Now, let's take a few of them for fun today, Select and then select a CascadingDropDown and DragPanel for review. First, you must have a basic understanding of the AjaxControlToolkit, It was developed jointly by the Microsoft community

15 best Code Review tools, codereview

side-by-side display, and allowing inline comments to be added by any reviewer. gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.2. Rietveld This is one of the best code review tool from Google wherein users can discuss the defects in the code and review the code.3. Crucible Code reviews = quality code. review code, disc

Ironpython 2.0 is released

The DLR team finally released ironpython 2.0. ironpython 2.0 is fully Based on Dynamic Language Runtime (DLR). DLR allows interoperability between multiple dynamic languages at the system type level. This version fixes more than 500 bugs, 453 of which are from codeplex.CommunityFeedback. Congratulations to the development team for releasing this major milestone. You can download it from codeplex. Below are some important links: Project

WPF + WCF step-by-step creation of audio chat rooms (4): video sessions

implemented in the same way as voice calls. The difference between them is that one is to get data through a microphone, and the other is to get data through a camera. Below I used wf4 to draw a flowchart (This flowchart is only used to illustrate the problem and is not used in the program ). Implementation As mentioned above, WPF does not integrate the camera function like silerlight. How can we achieve camera in WPF? This is also the first problem to be solved. I found an open-source WPF

A very good Html to XML tool-html Agility Pack

Before sending an article about the implementation of HTML into XML is inferior to the implementation of HTML to XML, by many netizens ' concern. This is accomplished by htmlparser the HTML content and then generating the XML string one by one, based on the structure of the DOM. In the absence of sufficient practice, it was thought that the solution would solve the problem. However, after practical use, the efficiency is really very low, and some special HTML attributes of the conversion is not

Using jquery with asp.net mvc

jquery is an easy-to-use JavaScript library that can be used by any web development platform, especially with the ASP.net MVC framework. James Estes has published an article in Infoq, called jquery, which is winning the hearts of the 1.2 and jquery UIs, talking about a recent release of jquery and introducing a number of outstanding features. by ASP.net MVC's built-in extensibility, developers can use third party libraries, such as jquery. When using ASP.net webforms, it is more difficult to us

Anatomy of SQL Server end article about Internals Viewer source code

Anatomy of SQL Server end article about Internals Viewer source codeYou may have used the Internals viewer software.Widget for viewing SQL Server Internal Data page Internals ViewerBut don't know how many people have seen his source code?The author put the source code on the CodePlex website, but this source code only supports SQL2008 and below, does not support SQL2008R2Later, someone based on the original author's code to write the SQL2008R2 version

Composite application Guidance for WPF (1)-Overview

CAB/SCSF and WPF interop If you need to migrate an existing composite Windows Forms application to WPF, consider the cab, SCSF, and smart Client contrib (this can create a WPF view) If you want to develop a composite WPF application or upgrade an existing WPF project to a composite WPF application, you can consider using the composite application described in this article Guidance for WPF Prism Environment and resources download downloads compo Site application guidance for

AppFabric caching-practical application and integration

wonderful introduction to Windows Server AppFabric, the author of Aaron Dunnington (msdn.microsoft.com/magazine/dd861287). In this article, I'll show you how to integrate the AppFabric cache into your desktop and WEB applications. At the same time, I'll provide some best practices and tips on how to take advantage of the new features in Microsoft. NET Framework 4 and asp.net 4. You can also learn how to troubleshoot problems that are common when using distributed caching. All the code examples

. Basic essentials of performance in net development and suggestions for optimization

Old Zhao's. NET program performance of the basic EssentialsSpeaking of Roslyn everyone must have heard, this is the next generation of C # and vb.net compiler implementation. Roslyn is developed using pure managed code, but performance is more than a native implementation written in C + + before. Bill Chiles is Roslyn's PM (Program Manager), who recently wrote an article called The Essential Performance Facts and. NET Framework Tips, which summarizes a few lessons , is currently a PDF file on th

ASP. NET uses Ajax (GO)

call WebService different methods? The answer is yes, try jquery to invoke the second method defined by WebService just now. Write a test functionfunction TestPost3 () { $.ajax ({ type: ' Post ', URL: ' webservice.asmx/getdatetime ', async:true, Data: {islong:true}, success:function (result) { Setcontainer (result). Find (' string '). Text ()); error:function () {

Total Pages: 15 1 .... 7 8 9 10 11 .... 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.