2019年2月26日 星期二
VS 2019 要来了,是时候了解一下 C# 8.0 新功能
dalbll.com| dalbll.com |22:40:30
近日,微软发布了 Visual Studio 2019 的发布日期,2019 年 4 月 2 日 Visual Studio 2019 将正式和大家见面,同时微
.NET Core 本地调试时如何禁用Application Insights
dalbll.com| dalbll.com |22:40:30
微软智能云Azure的Application Insights服务是一种应用程序监控系统,给运维带来了极大的方便。但有时候会遇到
VS2010重装后打开原来的解决方案服务端控件没有智能提示的问题
dalbll.com| dalbll.com |22:40:30
我重装操作系统后,把VS2010也重装了一遍,现在用VS2010打开我原来开发的解决方案,aspx页面的服务器端控件没
Azure DevOps 部署成功后自动发邮件通知
dalbll.com| dalbll.com |22:40:30
默认情况下,Azure DevOps 在编译成功或失败后,会给项目成员发邮件通知。但是在CI/CD环境下,我
致那些吐槽.NET性能低的开发人员
dalbll.com| dalbll.com |22:40:30
.NET作为开发平台来说,不可否认是优雅的、高效的。可是有些人就是看不到它极高的开发效率,极短的市场推出时间,极强的扩展能力,非得在性能上较劲,把一帮小萌新忽悠得一说起 .NE
如何在ASP.NET Core应用中使用GraphQL
dalbll.com| dalbll.com |22:40:30
众所周知RESTful API是目前最流行的软件架构风格之一,它主要用于客户端和服务器交互类的软件。基于这个风格设计的软件可以更简洁,更有层次,更易于实
VS2010服务器端控件没有智能提示的问题
dalbll.com| dalbll.com |22:40:30
最近重装了操作系统,重新安装了Visual Stuodio2010开发工具,但是打开项目后发现前端页面的服务器端控件没有智能提示,如下图,因用惯了智能提示功能
Linq to SQL 你真的用对了吗?
dalbll.com| dalbll.com |22:40:30
自从我用了EF,每次都很关心是否有潜在的性能问题。所以每次我写LINQ查询,都会使用SQL Profiler看一下实际生成的SQL语句,以便
手工修复Azure DevOps无法连接到Azure的问题
dalbll.com| dalbll.com |22:40:30
今天我在为一个从TFVC迁移到Git的老项目重新配置发布到Azure App Service的CI/CD管线的时候,Azu
2019年2月25日 星期一
jQuery PJAX Implementation In ASP.NET Core
Yogi S| www.c-sharpcorner.com |00:00:00
You can make an entire website work asynchronously using PJAX plugin of jQuery. I will show you how to implement it in ASP.NET Core.
2019年2月24日 星期日
VS2010重装后打开原来的解决方案服务端控件没有智能提示的问
dalbll.com| dalbll.com |10:52:39
我重装操作系统后,把VS2010也重装了一遍,现在用VS2010打开我原来开发的解决方案,aspx页面的服务器端控件没
2019年2月23日 星期六
Azure Hybrid Benefit for SQL Server
Angelos Petropoulos| ASP.NET Blog |00:15:36
In myprevious blog postI talked about how to migrate data from existing on-prem SQL Server instances to Azure SQL Database. If you haven’t heardSQL Server 2008 end of support is coming this summer,The postAzure Hybrid Benefit for SQL Serverappear...
Generate Entity Framework Core Code First Models From Database In ASP.NET Core
Kannadasan G| www.c-sharpcorner.com |00:00:00
In this article, I have explained how to generate Entity Framework Core code-first models from the database in ASP.NET Core.
2019年2月22日 星期五
Azure DevOps 部署成功后自动发邮件通
dalbll.com| dalbll.com |20:33:02
默认情况下,Azure DevOps 在编译成功或失败后,会给项目成员发邮件通知。但是在CI/CD环境下,我
Consuming RabbitMQ Messages In ASP.NET Core
Catcher Wong| www.c-sharpcorner.com |00:00:00
In this article, I???d like to present how to consume the RabbitMQ message via BackgroundService in ASP.NET Core.