. NET using DAO.NET entity class model to operate database

1, New project Open vs2017 and create a new project named orm1       2, New database Open SqlServer database, create new database orm1, and create new table student.   3, New ADO.NET entity data model     Click new connection here to create a new database connection. In fact, the server name input. Represents the local server, and the defa ...

Posted by blmg911 on Thu, 30 Apr 2020 09:35:34 -0700

Application of MQTT Communication Protocol in Unity II-Implementation of Unity3D C#

The previous article explained the implementation of MQTT protocol in JS by interacting with Unity3D, which is rather rough because it is not particularly proficient with JS.In this article, Unity3D is introduced to implement MQTT protocol communication, and the process is explained in detail.MQTT is an open source communication method of IBM ...

Posted by CSB on Thu, 09 Apr 2020 15:26:03 -0700

Asp.net containerization

Note: This article is only used to discuss asp.net containerization. It is not recommended to use it in production environment (docker image is too large!!!)     Install docker Prepare a windwindows server 2016, and execute the following fame and fortune in PowerShell Install-Module DockerProvider -Force Install-Package Docker -ProviderName D ...

Posted by LDM2009 on Fri, 03 Apr 2020 20:50:30 -0700

Multithreaded Travel

In the last article, we already know what multithreading is, so what can it really do?In particular, here is a declaration that a former delegate who did not see the previous blog can go to the previous post to view, because multi-threaded to often use Entrust. Source code 1. Asynchronous and synchronous *1. Synchronization (the understanding o ...

Posted by 3_Olives on Sat, 28 Mar 2020 16:58:07 -0700

[UWP] Copy the animation of CSS Failure Art

1. Preface What is Failure Art?The LOGO of the jitter we are familiar with is just one form of failure art.It has a magical feeling, looks like it flickers, vibrates and is eye-catching.Fault Art It simulates the sensation that a faulty picture signal causes an imaging error.This failure is due to the inability of the cyan and red color block ...

Posted by Osiris Beato on Fri, 27 Mar 2020 23:24:06 -0700

Return Return Product Process Design Technology Development Docking Provides the Most Effective Home Access Solution

Preface In recent years, the scale of e-commerce transactions in China is growing, online orders are increasing, and returns and exchanges are becoming more and more common.Return and exchange link is an important part of online shopping process, and also an important aspect reflecting e-commerce platform and business service level.At the same ...

Posted by outsidaz on Tue, 17 Mar 2020 10:46:28 -0700

How to use AbpSettings gracefully

Although it's convenient to use the configuration in Abp, it's a troublesome thing to define the key in each configuration first, define it in the provider, and then use the key to get it from ISetting, The most important thing is to get changes. For example, to modify user configuration, it is more difficult to get a batch of key/value to retu ...

Posted by klaibert26 on Sun, 15 Mar 2020 01:51:36 -0700

Comparison of DropDownList control and native dropdown in Asp

First of all, think about how to display the data in a List collection in the form of a drop-down box (select tag) without using the DropdownList control? Use drop-down box (pure select) to display classification data Steps: Processing backend: ① Define a public userID variable in the back-end code to save the userID obtained in the url public ...

Posted by justinh on Mon, 09 Mar 2020 04:07:40 -0700

What is the interface default method

The reason why an interface becomes an interface is that it is not implemented, only declared. But then everything changed. There was a default method in Java and a default method in C ා. Interface is not like the traditional interface, its concept began to approach to abstract class, a pure abstract thing, suddenly appeared entity, so it bega ...

Posted by rodrigocaldeira on Mon, 09 Mar 2020 02:20:47 -0700

sql--CONVERT, for XML path to solve practical problems

Demand: stores under each platform classification, name, picture path and score of each store, name, picture path and score of four products under each store Train of thought: At the beginning, stores are dynamic and easy to write, just use Ajax. But it's a bit unrealistic to ask for a query for the products under each store. At the beginning, ...

Posted by drdokter on Fri, 31 Jan 2020 12:31:24 -0800