Introduction
~context~
(The File Maker App 1.1 Create Folders)
So far:
Week 1: Create Context (Create the story to our success)
Week 2: Preparing Our Environment(Project Management and Collaboration /Folder Sharing)
Week 3: Learning to tools (VB.NET, Loops, Variables, UI, Conditionals)
Week 4: Functions and Procedures
Week 6: File Maker App 1.0 (Working to put it all together/ Notetaking/ Team collaboration / Application Development)
Week 7: Developing a beta version of the application through code adaptation process and refactoring based on your team requirements
Last week we refactored our tests and previous code to include Helper Procedures or Functions, variables to hold locations and folder names, file writing capabilities to your code, and Implement folder structure based on the team's documentation. At this point, we have a working application we can deploy to our team and later refine to sale on the app store. Before we move forward, we need to address the fact that our application doesn't store any user data and the data the user inputs is lost after the application closes. To maintain a persistent application, we will learn to save our data in a Json file.
JSON stands for JavaScript Object Notation
JSON is a lightweight format for storing and transporting data
JSON is often used when data is sent from a server to a web page
JSON is "self-describing" and easy to understand
Week 8: Adding json database to our application
In this assignment, we will deploy external code to enhance our workflow using Nuget package repository.
What is NuGet?
NuGet Represents the idea promoted by Object-Oriented Programming (OOP) to create reusable code in a manner that is consumable by others. NuGet packages contain reusable code that other developers make available to you for use in your projects. NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.