codeplex

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

ASP. net mvc version Update Review

BKJIA compilation] ASP. net mvc 1.0 RTW network was officially released on the Microsoft official website on September 10, March 17. The release information was published by ScottGu, vice president of Microsoft Development Department, at the Mix 09 conference. Microsoft ASP. NET team senior program management Phil Haack wrote on his blog that the unit test in this release uses a third-party OSS simulation framework from CodePlex. This version of MVC

Kooboo CMS Boring Essays (1)

, because most of the CMS are Java or PHP, or. NET CMS are some old-fashioned, only Kooboo CMS, has been updated to the present, the official website can be Baidu, but all are in English. Kooboo CMS All the code can be downloaded in http://kooboo.codeplex.com/, the source code is hosted on GitHub above.First of all, I would like to introduce the use of CMS, and then the code structure. CMS installation method is very simple, is to download the source code under

Field-driven design case: Tiny Library: Introduction

According to the requirements of many netizens, I recently took the time to use ASP. net MVC + WCF + Entity Framework makes a case. This case is based on the business background of library book management, reader borrowing, and returning books, and guided by the field-driven design, the whole process of using Microsoft technology is expected to provide practical reference for Microsoft technology enthusiasts and scholars of field-driven design. The business logic selected in this case is very

[Announcement] free code sample request service from the Microsoft all-in-one code Framework Team

of votes and provide the code samples. It's all free! Feedback This is a new service from our team. We encourage our developer community to share your feedback with us so that we can continuously improve what we offer to you. Guideline How do I request a code sample from the Microsoft all-in-one code framework team? Step 1:Visit the all-in-one code framework sample request portal http://1code.codeplex.com/workitem/list/basic and sign in with your c

The first time I went to the homepage, I sent a toy-level persistence tool ~

I have never written a blog for a long time, but I have never been on the homepage. Like most new users, after having passed the classic three-tier petshop stage, I began to think about the issues of layering and data persistence. Over the past year, I also had some ideas, just for a while, we sorted out these items, named simplewebhelper, and put them open-source on codeplex. The address is bytes. Currently, the configuration components and persisten

[ASP. NET] ASP. net mvc 3 & MEF 2.0

The previous article introduced the example of combining ASP. NET mvc3 and unity. Unity injects instances through the Register method or configuration, while MEF binds dependencies through the [import] [Export] feature. In MEF 2.0, if the type in the *. parts. * namespace of the current DLL is used as the dependency source. Compositionprovider. addpartsassembly can also be used to add dependency objects during runtime, which is flexible. The dependency defined by metadata and the dependency desc

How do I open source a project on GitHub (screenshot description)

CauseI used to open source my [Code Generator] (http://www.cnblogs.com/gossip/archive/2011/11/13/2247154.html, http://codegenerate.codeplex.com/) with codeplex in the blog Park, especially the article about open source codeplex some people suggested that I use GitHub as the source code control software, I happen to have this kind of requirement (I need to update the source code on terminals in different pla

. NET XML Comments (i) Creating help documents

code. The source code for this tool can be obtained under Microsoft Public License Agreement (License) in CodePlex. SandCastle Main features are: Compatible with signed or unsigned notes Support for the paradigm and the. NET 2.0 Framework Support for all. NET language Support for. NET Compact Framework Projects Simple compile interface and Visual Studio plug-in Four. How Sandcastle worksDownload the source code for sandc

Basic usage of the C + + REST SDK

Microsoft has developed an open source cross-platform HTTP library--c++ REST SDK (http://casablanca.codeplex.com/), also known as Casablanca Casablanca, a film called this name, perhaps the author of this library is very fond of this movie. As you can see from the rest SDK, it is the rest API, and the children's shoes that are not known to rest can be ordered here and here, as the rest API requests support for application/x-www-form-urlencoded, application/ JSON, Application/octet-stream and oth

Winphone Development Database related Operations summary

Tags: style blog http color io os ar using for1. First of all, WP to. SQLite database operation support, from Google, Baidu, CodePlex. And so on the site to find the following ways;(1) The oldest to be used by references to third-party Community.CsharpSqlite.WP.dll assemblies (note: If you want to manipulate an existing. SQLite database, instead of creating a data table from scratch, add data ...) And so on, then you need to find this source code on t

asp.net Mvc new beta feature automatic binding (2)-Deep Exploration Chapter

The basic use of automatic binding is described in the previous article, and in this article, we'll delve into how automatic binding works. Automatic binding is really an exciting feature, but in order for it to work better in our project, we need to learn more about how to further tune the feature and how it works. And this article is about to uncover this mystery. In order to better understand this feature, we need to CodePlex to download a asp.ne

such as Rose-like PHP and C # mixed programming

computer, interested readers can open the GAC directory, there will be a lot of Php start folder , those are the libraries associated with Phalanger.Which library do you need to use to add your own under the Phpnet node of webconfig, such as I need to use MySQL library, then in Webconfig this configurationXML version= "1.0" encoding= "Utf-8"?>For more information about how to configure an ASP. NET application, visit the http://go.microsoft.com/fwlink/?LinkId=169433 -Configuration> system.web

How to run the PowerShell script

Hyper-V and how to create a complete virtual network in Hyper-V. As long as you have enough time and enthusiasm, you can use PowerShell to do a lot of things. The real benefit, of course, is that you can automate repetitive tasks. The higher the duplication of tasks, the higher the utilization rate. CodePlex provides hyper-V scripting Extensible switches in Windows Server 2012 and Windows Server R2 are easier to use than earlier versions of the vi

Anatomy of SQL Server end article about Internals Viewer source code

Original: Anatomy of SQL Server end article about Internals Viewer source codeAnatomy 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 SQL2008R2Lat

Run PowerShell scripts to simplify Windows virtualization tasks

, how to disable the client Virtual Machine in Hyper-V, and how to create a complete virtual network in Hyper-V. With enough time and enthusiasm, you can use PowerShell to do many things. Of course, the real benefit is that you can automate repetitive tasks. The higher the task repetition, the higher the utilization. CodePlex provides Hyper-V scripts Vswitches in Windows Server 2012 and Windows Server 2012 R2 are easier to use than earlier versions. V

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

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

I interviewed a developer today to talk about the interview experience.

participate in open-source projects, or have some open-source projects when you are free. A typical example is to place what you think is mature on codeplex so that more people can pay attention to and participate.5) Are there any websites of your own, which are usually summarized and learned. If you do not have a website, you can activate a blog. I will introduce my research on those things and my experiences. Do not store the stuff copied everywher

Armed with seven weapons. Net (Introduction to common development tools)

and then retrieved. My first step is to add a reference to the NUnit. Framework Assembly, which grants me access to NUnit Framework attributes and methods. Http://www.nunit.org Second weapons: Peacock and Sandcastle (used to create code Documentation) Sandcastle is a tool released by Microsoft. It creates an API document in the MSDN format by reflecting the source code in the Assembly and adding XML annotations in the code. A new version of Sandcastle has just been released in

[Translation] ASP. net mvc 2 preview 1 released

[Original address] ASP. net mvc V2 preview 1 released [Original article publication date] July 30,200 9 Four and a half months after ASP. net mvc 1.0 was released by our team, I am very happy to announce that the first preview of ASP. NET MVC 2 can be downloaded now. Download it now and love it. Don't be afraid to install it just as it will be closely linked with ASP. net mvc 1.0. The version comment provides more details about the content contained in this release. I have updated roadmap on

Use native C ++ to develop log classes in Windows Mobile

Background I have been developing itoday in my spare time. Add log management to itoday. For more information about itoday, seeArticle. Open source (1) Open-source things (2)-itoday open-source project plan Open-source things (III)-overall itoday Design Open-source things (4)-How to Use codeplex for project management Introduction Log Management isProgramAn important component that cannot be missing is especially important for long-runnin

Total Pages: 15 1 .... 4 5 6 7 8 .... 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.