- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 55字
- 2021-07-03 00:12:03
Getting ready
You will create a new class and write code to log an error to the database when an exception is thrown on adding more troops to the star ship, causing it to be over capacity. For this recipe, ensure that you have added using System.Data; and using System.Data.SqlClient; namespaces to your application.
推薦閱讀
- Getting started with Google Guava
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- PyQt從入門到精通
- Java從入門到精通(第4版)
- Clojure for Domain:specific Languages
- INSTANT MinGW Starter
- C/C++常用算法手冊(第3版)
- Implementing Cisco Networking Solutions
- HTML5入門經典
- Mathematica Data Analysis
- UML 基礎與 Rose 建模案例(第3版)
- Practical Maya Programming with Python
- 深入大型數據集:并行與分布化Python代碼
- ASP.NET本質論
- C/C++程序設計教程