Giter Club home page Giter Club logo

cse-539-applied-cryptography-fall-2021's Introduction

CSE 539 Applied Cryptography - Fall 2021

Midterm study guide

Technology Requirements (.NET Core 3.1)

  • Quick start guides will use .NET Core 3.1 to develop locally. If you are using a different version of .NET, see the note at the end about how to submit your project.

Setup Guides

Project Guides

Other examples

Submitting Your Project

Note: You can remove the bin and obj folders in your submission if you prefer to. You can pass the autograder by just submitting the .csproj file and the Program.cs file.

  • Make sure your code is located in the folder that is named correctly for that project (example: P2 for project 2) and make sure it is not nested inside of other folders.
    • When the autograder unzip's the zipped project folder, it should see the Program.cs file and the .csproj file. (The bin and obj folders will be there as well)
    • image
  • Zip the project folder and submit it to be graded
    • image
    • image
  • Now you can submit this .zip file to be graded

Non .NET Core 3.1 Development

You can build the projects using a version newer that 3.1 (or using .NET 5 and up which replaces both .NET core and .NET framework). The only thing you should have to do is change the target platform in the *.csproj file when you submit the project. The <TargetFramework> tags should look like the following:

<TargetFramework>netcoreapp3.1</TargetFramework>

NOTE: If you change the target framework it will not run locally (unless you do some extra setup). So after you submit the project you should switch it back to what it was before to continue testing your code locally. And again, this only applies if you are not developing locally with .NET Core 3.1

cse-539-applied-cryptography-fall-2021's People

Contributors

givethanksalways avatar

Watchers

 avatar

Forkers

vihutr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.