dependabot[bot]
|
6cea77db70
|
Bump System.Data.SqlClient
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.1.0 to 4.8.6.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)
---
updated-dependencies:
- dependency-name: System.Data.SqlClient
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-16 19:18:38 +00:00 |
|
Lorin Thwaits
|
b062f2c734
|
Remove extra spacing
|
2023-02-20 19:33:29 +00:00 |
|
dependabot[bot]
|
17bb5e1c31
|
Bump Microsoft.AspNetCore.Mvc
Bumps Microsoft.AspNetCore.Mvc from 1.0.3 to 1.0.4.
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-16 17:06:35 +00:00 |
|
Jovan Popovic
|
7e5e287366
|
Converted TodoRestApi to .csproj
|
2018-10-12 22:57:14 +02:00 |
|
Jovan Popovic
|
48e250190a
|
Upgrades nodejs samples to v0.3 data access
|
2018-02-04 18:04:02 +01:00 |
|
Jovan Popovic
|
75fdf72de9
|
Updating query() to sql() in nodejs rest examples
|
2018-01-27 11:11:26 +01:00 |
|
Jovan Popovic
|
1da6392f54
|
Removed deprecated nsproj file
|
2017-05-08 14:46:24 +02:00 |
|
Jovan Popovic
|
9eed023797
|
Removed setup.bat in nodejs app
|
2017-05-08 14:44:01 +02:00 |
|
Jovan Popovic
|
937951f294
|
Updated todo app readme.md file
|
2017-05-08 14:24:49 +02:00 |
|
Jovan Popovic
|
e486860a32
|
Updated Todo Node.Js app to use express4-tedious middleware
Node.js data access added as npm module express4-tedious.
|
2017-05-08 13:05:09 +02:00 |
|
Jovan Popovic
|
7104348294
|
Fixed bug in todo app
|
2017-05-03 18:00:03 +02:00 |
|
Jovan Popovic
|
c7b205fcd3
|
Updated product catalog examples for Virtual App Pass demo
|
2017-05-03 17:39:13 +02:00 |
|
Jovan Popovic
|
1e8f76d5dd
|
Refactored IVS, React and Todo Apps
|
2017-04-08 22:34:26 +02:00 |
|
Jovan Popovic
|
ec65352509
|
Added logs in db.js
Added more logging information in /json/nodejs/todo-app/db.js
|
2017-03-29 23:24:33 +02:00 |
|
Jovan Popovic
|
555b9eda29
|
Refactored node todo sample
|
2017-03-11 23:46:35 +01:00 |
|
Jovan Popovic
|
b36a769b11
|
Connection string moved to config
Connection strings in Todo REST API is moved to settings file.
|
2016-10-25 10:33:10 -07:00 |
|
Jovan Popovic
|
eedbbc964f
|
Upgradd Todo REST API
Todo REST API is upgraded from ASP.NET Core RC2 to v1.0
|
2016-08-14 12:14:46 +02:00 |
|
Jovan Popovic
|
c906864cb4
|
Refactoring and updating package
Products.js file refactored. TodoRest API upgraded to SqlClient v.0.3
and Startup file points to local database by default.
|
2016-08-14 11:15:33 +02:00 |
|
Jovan Popovic
|
6d29a5c074
|
Updated readme.md file
|
2016-06-22 15:31:30 +02:00 |
|
Jovan Popovic
|
f73d1d1bd0
|
Revert "Formatting of nodejs readme.md"
This reverts commit 92b619fd9b.
|
2016-06-22 15:29:48 +02:00 |
|
Jovan Popovic
|
92b619fd9b
|
Formatting of nodejs readme.md
|
2016-06-22 15:27:57 +02:00 |
|
Jovan Popovic
|
0e46c20b24
|
Minor fixes in readme.md
Added minor corrections in readme.md files
|
2016-06-22 14:51:09 +02:00 |
|
Jovan Popovic
|
09786217ee
|
Added missing www file
bin/www file was ignored in .gitignore. Added missing file.
|
2016-06-22 13:31:31 +02:00 |
|
Jovan Popovic
|
62f1c65969
|
Added setup script
Added setup.sql script that creates table and stored procedures.
|
2016-06-22 13:19:47 +02:00 |
|
Jovan Popovic
|
e5b78ee6c0
|
Node.js REST APi
Draft version of NodeJS REST API that uses SQL/JSON functions
|
2016-06-22 13:14:40 +02:00 |
|
Jovan Popovic
|
53a2b02b16
|
Minor changes
|
2016-06-20 14:37:04 +02:00 |
|
Jovan Popovic
|
079ab6537e
|
Linking files
Added links on Setup.sql and Startup.cs
|
2016-06-20 11:17:55 +02:00 |
|
Jovan Popovic
|
7c53e84582
|
minor text update
|
2016-06-19 22:21:16 +02:00 |
|
Jovan Popovic
|
d6a75241fa
|
Updated readme
|
2016-06-19 20:54:41 +02:00 |
|
Jovan Popovic
|
ee0ec356e9
|
Updated .gitignore and Project_Readme
|
2016-06-19 15:20:24 +02:00 |
|
Jovan Popovic
|
cfee412e3b
|
Renamed xproj file
Changed name to TodoRestWebAPI
|
2016-06-18 23:46:20 +02:00 |
|
Jovan Popovic
|
2d03bc8550
|
Ignore .sln files
Added *.sln in .gitignore file
|
2016-06-18 23:13:11 +02:00 |
|
Jovan Popovic
|
45c1308e38
|
Added setup and refactoring
|
2016-06-18 23:09:56 +02:00 |
|
Jovan Popovic
|
3aa76a3a21
|
Updated Project_Readme file
Added better description.
|
2016-06-18 16:24:22 +02:00 |
|
Jovan Popovic
|
4caffb56f0
|
Moved todo-rest project
Files in TodoRest API project are moved to new location.
|
2016-06-18 15:57:41 +02:00 |
|