Last month I’ve a chance to develop an app using Sqlite and Entity Framework Code First. Before I started with this project, I thought everything will be easy because Sqlite and Entity Framework are both popular framework. Maybe I just need to instal…
SoapUI. The Swiss-Army Knife of Testing. Whether you’re a tester, developer, business analyst, or manager, SoapUI has something for everyone. From the perspective of non-technical people, you may be more concerned about these : Associate Test Require…
原文 ODE - TSQL convert Query to JSON TSQL - Query to JSON It is my philosophy that good development starts with the data. I have always stressed whenever possible allow your data processing to take place on your SQL server or database processing engin…
This information is from:http://blogs.msdn.com/b/dbrowne/archive/2010/07/08/how-to-configure-an-ssis-package-to-access-a-web-service-using-wcf.aspx When you are connecting to a web service from an SSIS Script component or transform using a WCF client…
This article is from an interview with Zuhaib Siddique, a production engineer at HipChat, makers of group chat and IM for teams. HipChat started in an unusual space, one you might not think would have much promise, enterprise group messaging, but as…
Code Repo: https://github.com/Asinta/ServerlessApp_NetconfChina2020 Prerequisites Visual Studio Code Azure Cli Azure Function Core Tools Azure Account Azure Tools Extension login to azure account What are we going to build? We are going to build an a…
原文地址:https://swlaschin.gitbooks.io/fsharpforfunandprofit/content/learning-fsharp/ Learning F#Functional programming languages need a different approach学习F#函数式编程语言需要不同的学习方法 Functional languages are very different from standard imperative languages, an…