net projects

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

[ZT] UI, BLL, model, and Dal Analysis of ASP. NET Common Reference Projects

Application/Project Name UI Layer implementation Business Model logic layer implementation Data access layer implementation Personal Web site Starter Kit On the ASP. NET page, you can use objectdatasource to bind methods in photomanager to obtain and update data. Two data entity classes (album and photo) and one management class (photomanager)Solve the database connection and use sqlcommand to call the stored procedur

Introduction to some. net open-source projects

A powerful plug-in system is built into a fully functional. net development IDE through Addin. The core is AddInTree. Follow this project to develop many useful components, such as the functional Text Editor (ICSharpCode. TextEditor) and SharpZipLib. Link: http://www.icsharpcode.net/ DotNetNuke This is the famous DNN, developed using VB. NET. Through its basic architecture, the website can be quickly built

Some. Net open-source projects I'm studying

Magicajax. net is an open-source framework designed to make it easier and more intuitive for developers to integrate Ajax technology into their web pages, without replacing the ASP. net controls and/or writing tons of JavaScript code. Http://www.springframework.net/ Rainbow Portal Community Server Dnnchina Nhib.pdfA. Net port of the excellent Jav

UI, BLL, model, and Dal Analysis of ASP. NET Common Reference projects (reproduced in csdn)

Application/Project Name UI Layer implementation Business Model logic layer implementation Data access layer implementation Personal Web site Starter Kit On the ASP. NET page, you can use objectdatasource to bind methods in photomanager to obtain and update data. Two data entity classes (album and photo) and one management class (photomanager)Solve the database connection and use sqlcommand to call the stored procedur

ASP. net mvc music store tutorial (1): Overview and new projects

and add it to the shopping cart. You can view your own shopping cart and remove any unwanted items. During review, a visitor is prompted to log on or register a user account. After creating an account, visitors can enter transportation and payment information to complete the order. To make things easier, we decided to start a surprising promotion: just enter the Promotion Code "free", all for free! After the order is completed, the visitor can see a simple confirmation page. On the

Perform unit tests on views in ASP. net mvc projects.

Unit Tests on views Speaking of ASP. net mvc, we always seem to be concerned with the Controller Test-although Stephen Walther has also written about how to perform unit tests on the View from the Web Server, his method is available and unavailable. Complex construction and preparation, and judgment on the generated HTML string-is this really a unit test on The View? By carefully analyzing his code, we can find that this is actually a unit test on Vie

Several new open source projects added to ASP. net mvc learning materials

ASP. NET MVC Msdn api:System. Web. Mvc Namespace (no Chinese version ):Http://msdn.microsoft.com/en-us/library/system.web.mvc.aspx Related series: MVC: The Official Microsoft ASP. NET Site:Http://www.asp.net/mvc/ Learning ASP. net mvc 1.0 (I) from scratch (zi Qiu's blog ):Http://www.cnblogs.com/zhangziqiu/archive/2009/02/27/ASPNET-MVC-1.html Blog Park ASP.

Ocelot Gateway Unified View Swagger API interface for multiple microservices ASP. NET Core Projects

0. Preface Overall architecture directory: ASP. NET core distributed project-Directory First, prepare prerequisites need to download and install Consul, project needs to understand add swagger Unified in the gateway to configure multiple microservices swagger, need to use the service registration and discovery, of course ocelot inside and have the service discovery, so need to put the ASP. NET core Project

"Reference". Net CF component programming (3) -- use components in mobile device Projects

Preface: The first twoArticleWe learned how to add attributes, events, and descriptions of these attributes and events to the component. Today, let's test this component, if you forget the content of the first two articles, you can review them here: "Reference". Net CF component programming (1) -- after Basics "Reference". Net CF component programming (2) -- add events for components Of course, TCP

Encryption of projects in Web. config in ASP. NET 2.0

ASP. NET 2.0 brings us a lot of security improvements, making our web applications more and more secure. In the ASP. NET project, most of our database connection strings are written in the web. config file, and the database user password is at a glance, which is obviously insecure. We may have written some encryption and decryption algorithms to encrypt the data. Now, in ASP.

Common class libraries in some. NET Projects

Common class libraries in some. NET ProjectsAutomated Web Testing Watin Selenium git . Net collection class extension implementation C5 Subscriber/Publisher Mode RxNats Defense ProgrammingImplementation of a smooth assertion library interface CuttingEdge Conditions Serialization JSON. Net Protobuf. Net Metap

Sharing video tutorials on various Java \ ASP. Net \ PHP \ oracle \ Android \ iPhone \ Vc ++ Projects

Dear it friends, we recommend a video tutorial on a large number of Java, ASP, net, PHP, and Oracle projects.Java project practice video: http://www.ibeifeng.com/category.php? Id = 1ASP. NET project practice video: http://www.ibeifeng.com/category.php? Id = 3Android project practical video: http://www.ibeifeng.com/3g_android.phpIOS project practice video: http://www.ibeifeng.com/ios.phpPHP project practice

Ocelot Gateway Unified View Swagger API interface for multiple microservices ASP. NET Core Projects

0. Preface Overall architecture directory: ASP. NET core distributed project-Directory First, prepare prerequisites need to download and install Consul, project needs to understand add swagger Unified in the gateway to configure multiple microservices swagger, need to use the service registration and discovery, of course ocelot inside and have the service discovery, so need to put the ASP. NET core Proj

An error occurred while debugging ASP. NET running projects in vs.net: Unable to debug the application [zz]

Http://www.shengfang.org/blog/p/aspneterrdebug.php Copy to c: \ Inetpub \ wwwroot, which can be opened normally, but report: An error occurred while trying to run the project: Debugging cannot be started on the Web server. The project is not configured for debugging.Click Help to see:Error: The project is not configured for debugging. SeeDebugging scripts and Web: errors and troubleshootingAn error occurred while trying to run the project: you cannot start debugging on the Web server.

Problems encountered in recent projects: Lucene. NET and monorail

1. Lucene. net returns the query set Sometimes, you do not need or cannot use hits. DOC (I). Get ("ID") to read data. In this case, you can return a set. Hits hits = NULL;//...... The booleanqueryCode// Ordervalue sorting, positive inverted reverseHits = Isearch. Search (Bq, new sort (New sortfield (ordervalue, sortfield. Doc, reverse ))); // Obtain the hititerator object, which inherits the ienumerator interface and is located under Lucene.

Guide to four projects in ASP. NET MVC4 + EF4.1 Series

I and II briefly explain the use of EF and MVC, and 3 on this basis explain the Add-Migration data Migration. In combination with these, we can easily practice the project. In the future series, we will build a framework and include a permission system, which will save a lot of work for our future projects, you do not need to set up the architecture and write permissions for each project (each project includes these permissions ). First, we will intr

Use GhostDoc to automatically generate help documents for. NET projects

Development of the benefits of writing annotations is self-evident, not only to help team members quickly familiar with the code, but also convenient for their own maintenance. Exporting annotations to a CHM document is certainly easier to read. . NET platform export annotation as a help document there are two main methods.One is to build the XML document first through the configuration of the project properties, then sandcastle the XML into hhc,hhk,

[Reprinted] C # Open-Source Projects (many overseas projects)

C # Open-Source Projects (many overseas projects)I. Ajax frameworkAjax. net Professional (ajaxpro) is one of the first Ajax frameworks to implement Ajax technology in the Microsoft. NET environment. It creates a proxy class on top of the client script to call the server method.Magicajax.

How does Axure create shared projects, edit shared projects, and obtain shared projects?

How does Axure create shared projects, edit shared projects, and obtain shared projects? If our partner is a programmer, we cannot avoid shaking hands with Axure, but project sharing is required when a project requires collaborative operations. Similar to our svn, when we think of data center cooperation, we come to 427 every morning to open the computer and star

C # list of open-source projects (including domestic and foreign projects)

. MagicAjax. NET[Ajax framework]MagicAjax. NET is a framework that provides AJAX technology to create Web pages under ASP. NET. It makes it easy for developers to integrate AJAX into their pages without replacing the ASP. NET control or writing javascript script code by themselves.12. Rss Bandit[RSS and RDF tools]Rss B

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