Commit Graph
166 Commits
Author SHA1 Message Date
Marc Würth 120805fe03 Fix typos 2020-04-23 21:51:36 +02:00
Marc Würth 56ac53de97 Do not use non-existing return value of void function 2020-04-23 21:51:36 +02:00
Marc Würth f743e5283d function naming in snake case 2020-04-23 21:51:36 +02:00
Marc Würth 86fb545fbd Use strict comparison operator 2020-04-23 21:51:34 +02:00
Marc Würth 3dde4dacfb Do not use double quotes where not necessary 2020-04-23 21:51:34 +02:00
Marc Würth 739c92447d Variable names in camel case 2020-04-23 21:50:32 +02:00
Marc Würth 093fbf56c1 Method naming in camel case 2020-04-23 21:50:32 +02:00
Marc Würth 9387ed0f24 Replace non-standard use of comment sign with official multi line comment
This also improves readability.
2020-04-23 21:50:32 +02:00
Marc Würth 33c7a030d8 Add spacing in comments to improve readability 2020-04-23 21:50:31 +02:00
Marc Würth cc8c554a55 Spread strings longer than allowed over multiple lines 2020-04-23 21:50:03 +02:00
Marc Würth 04e3f27368 Do no use logical operator "or", use "||" instead 2020-04-23 21:50:02 +02:00
Marc Würth 5437b46fa5 Automatic Code style fixes through PHPCS' PHP Code Beautifier 2020-04-23 21:50:02 +02:00
Marc Würth fc94edc4d4 Modernize and clean up cod examples 2020-04-23 21:50:01 +02:00
Marc Würth ce55733c3a Improve and modernize example 2020-04-02 18:52:54 +02:00
Masha at MSFT d0cea100ca Adding misc folder for misc tutorial sql files 2019-04-15 16:15:42 -07:00
Umachandar Jayachandran 536c80d2e2 Merge pull request #337 from SebastianPfliegel/csharp_dateparse
Fix date parsing
2019-01-29 15:12:33 -08:00
Umachandar Jayachandran 1356cdf081 Merge pull request #338 from SebastianPfliegel/csharp_urls
Fix URLs
2019-01-29 14:48:17 -08:00
Umachandar Jayachandran e28c1c27f2 Merge pull request #339 from SebastianPfliegel/csharp_sles
Add C# SLES tutorials
2019-01-29 14:47:22 -08:00
Umachandar Jayachandran d74168a32d Merge pull request #462 from keyset/master
Add F# code examples
2019-01-29 14:40:02 -08:00
Jaddefreitas ec2fa4ec15 Fix gramathical error
Line 37, corrected to Delete
2018-12-10 15:20:55 -02:00
Ashwani thakur 1134c80039 Updated the code 2018-10-25 12:01:35 +05:30
Keys 9fab24e57b update READMEs 2018-10-19 16:11:07 +01:00
Keys 64dff83b5e porting the C# columnstore example to F# 2018-10-19 16:10:37 +01:00
Keys 78c752f743 porting the C# base example to F# 2018-10-19 16:10:23 +01:00
turibbio 97bfeb5319 Updated link for C# on Windows 2018-09-17 17:50:32 +02:00
Masha at MSFT 07954e5a56 Sample data for SSIS tutorial
Data to complete the tutorials here: https://docs.microsoft.com/sql/integration-services/integration-services-tutorials
2018-08-14 08:09:44 -07:00
Masha at MSFT eeffbb44b7 Delete Creating a Simple ETL Package.zip 2018-08-14 08:05:14 -07:00
Masha at MSFT ff3b701765 Added SSIS Tutorial package 2018-08-14 08:04:33 -07:00
Sebastian Pfliegel ac26197aae Fix date parsing 2017-12-05 16:30:51 +01:00
Sebastian Pfliegel 4bac8e9346 Add SLES C# tutorials 2017-12-05 16:29:35 +01:00
Sebastian Pfliegel 1dfd58e505 Fix URLs 2017-12-05 16:19:08 +01:00
Sebastian Pfliegel e06b078b5c Fix date parsing 2017-12-05 15:44:03 +01:00
Andrea Lam 957ff8b1a6 Update Java tutorials
Upgrade JDBC Driver version
2017-10-05 10:44:21 -07:00
Andrea Lam 33e0c1ce7a Update C# samples
Update to .NET Core 2.0
2017-10-05 10:43:01 -07:00
Bader Nasser 4c83f93443 Fixed a link 2017-06-16 23:16:40 +04:00
Yasuhiro Matsumoto 9fd334d1f3 golint 2017-06-09 09:09:20 +09:00
Yasuhiro Matsumoto 43c3cc6f4e check errors 2017-06-09 09:05:58 +09:00
Yasuhiro Matsumoto 61210d3bf1 fix godoc 2017-06-09 09:03:17 +09:00
Yasuhiro Matsumoto 5d10070d3f gofmt 2017-06-09 08:59:49 +09:00
Yasuhiro Matsumoto 0da307f15d gofmt 2017-06-09 08:59:02 +09:00
Luis Bosquez 27a08f52a6 Merge pull request #237 from LuisBosquez/master
Adding go tutorials
2017-05-18 17:45:05 -07:00
Luis Bosquez Gonzalez 9200ffb5b7 Adding go tutorials 2017-05-18 17:44:35 -07:00
Andrea Lam 8d42e22e8b Update mvnw.cmd 2017-04-20 16:42:03 -07:00
Andrea Lam 746ab5b373 Update mvnw 2017-04-20 16:41:44 -07:00
Andrea Lam 381d05d5a2 Merge pull request #198 from gregturn/springboot-and-springdata
Add Spring Data JPA-based sample
2017-04-20 16:40:55 -07:00
Andrea Lam 057efb34d2 Update ruby readme for mac 2017-03-28 15:46:35 -07:00
Andrea Lam f0f1cc269c Update README.md
remove extra quotation mark in ruby readme
2017-03-28 15:44:42 -07:00
Greg Turnquist 8d0e7474d2 Add Spring Data JPA-based sample
This sample uses Spring Boot + Spring Data JPA alongside SQL Server, illustrating how little effort it takes to setup such an application.
2017-03-16 14:16:13 -05:00
Luis Bosquez Gonzalez 0a6b4d4e3e removing node_modules from all tutorials 2017-03-14 13:07:26 -07:00
Meet Bhagdev a5b3a0a93a Rename README to README.md 2017-02-02 16:36:00 -08:00