Mixed application of jQuery and angularjs in ASP.NET MVC transfers parameters and binds data

The requirement is that in one list page, the user clicks on the detailed ammonium button, and the recorded primary key value goes to another page.In another outer page, get the record data, and then display the record data on the web page.Firstly, use the motion picture to demonstrate:   Yesterday we shared parameters for ng-click< Angula ...

Posted by SOL-ion on Fri, 15 Feb 2019 00:36:19 -0800

Asp.net+Vue2 to build simple bookkeeping WebApp V (vue.js to build bookkeeping statistics pages)

1. Add two new pages /components/ MonthCount.vue <template> <div id="MonthCount" > <div class="chart"> <div id="Chart"></div> </div> <ul class="list"> <li v-for="item in listData"> <mt-cell-swipe v-bind:title="item.name" v-bind:label="item.creationTime ...

Posted by nabeelkhan on Sat, 09 Feb 2019 01:06:17 -0800

How to use MySQL Entity Framework component to process MYSQL PaaS DB

MySQL Database on Azure is a MySQL cloud database service launched on Azure platform. By fully compatible with MySQL protocol, it provides users with a fully managed database service with stable performance, rapid deployment, high availability and high security. Customers can use common platforms and technologies to support MySQL for developmen ...

Posted by San_John on Fri, 08 Feb 2019 22:21:17 -0800

C# Draw PDF Nested Table

Nested tables, i.e. inserting one or more tables into a specific cell of a table, have the advantage of making the layout of the content more reasonable and also facilitating the application. In the following example, you will show how to insert nested tables into PDF documents through C # programming.The main points are summarized as follows: ...

Posted by PHP_Idiot on Thu, 31 Jan 2019 23:57:16 -0800

ABP Framework Code Batch Generator

Need the latest source code, or technical questions, Please add QQ group: 538327407, because the source code is constantly improving, it will be synchronized to open source projects later. brief introduction ABP framework has been used for nearly two years, and has completed many projects. As CTO and architect, when dealing with small and med ...

Posted by NiXXeD on Sat, 26 Jan 2019 16:57:15 -0800

Using dataTable to input table row data directly in Bootstrap development framework

In Winform development, we can use form control to input data directly, but rarely seen on the Web. In fact, we can also use dataTable object to process table row data directly. This can improve the convenience of data entry, especially in some simple business details, it seems more convenient and higher than pop-up window entry. A little bigge ...

Posted by xxxxxx on Sat, 26 Jan 2019 01:45:14 -0800

ASP.NET -- WebForm -- Use of Cache Cache

ASP.NET -- WebForm -- Use of Cache Cache Read the data from the database or file, and put it in memory. The latter users get the data directly from the memory, which is fast. Applicable to data that is frequently queried but not frequently changed. 1. Test5.aspx file and Test5.aspx.cs file <%@ Page Language="C#" AutoEventWireup="true" CodeF ...

Posted by eabigelow on Tue, 22 Jan 2019 11:30:13 -0800

asp.net mvc configuration ckeditor4.x

Download address: https://ckeditor.com/ckeditor-4/download/ 1. Method of use: 1. Introduce ckeditor core file ckeditor.js into the page 2. Insert HTML control <textarea> where the editor is used <textarea id="Contents" class="layui-textarea editor1" name="Contents" style="width:99%;height:50%;"></textarea> 3. Create ckeditor e ...

Posted by bpops on Tue, 22 Jan 2019 10:57:13 -0800

ASP.NET Web API + Elastic search 6.x Quickly Make a Full Text Search

Recently, I want to do a full-text search, imagine using ASP.NET Web API + Elastic search 6.x to achieve. I searched the information of Elastic search on the Internet. Most of them talked about how to use java to develop on linux platform. A few talked about using c # to develop on windows platform, and the version was Elastic search 5.x. I hav ...

Posted by lc on Mon, 21 Jan 2019 11:24:13 -0800

Asp.Net.Identity authentication does not depend on Entity Framework implementation

Please search for Asp.Net.Identity by yourself or turn to this article. http://www.cnblogs.com/shanyou/p/3918178.html Microsoft has already handled authorization, authentication and database storage for us. But there is always such a situation, such as our project now has a database, and the library has users, roles and other information tables ...

Posted by Pino on Sat, 12 Jan 2019 11:09:11 -0800