简体   繁体   English

我将如何设置一个简单的程序来注册用户数据?

[英]How would I go about setting up a simple program that registers users data?

I need help setting up a software that would register people's data and put it into a folder.我需要帮助设置一个可以注册人们的数据并将其放入文件夹的软件。 I am not asking "Give me the code" but rather how would you go about doing this?我不是在问“给我代码”,而是你会怎么做? Is this something I should plan step by step?这是我应该逐步计划的事情吗? I actually wanted to add a few buttons that would allow the user to add, edit and remove the information.我实际上想添加一些按钮,允许用户添加、编辑和删除信息。

Also my next question is, is this a simple project or is this difficult to do?另外我的下一个问题是,这是一个简单的项目还是很难做到? If so I will leave this project and switch to something a little bit more easy.如果是这样,我将离开这个项目并切换到更容易一些的东西。 If you have recommendations for a simple project, feel free to recommend.如果您对一个简单的项目有建议,请随时推荐。 I want to make a project that would make me think for myself, but I can't think of anything that would be suitable for me.我想做一个让我自己思考的项目,但我想不出任何适合我的项目。

note笔记

Sorry everyone, I found my answer online after redefining my question.对不起大家,我在重新定义我的问题后在网上找到了我的答案。 Sorry about this and thanks!很抱歉,谢谢!

I am looking to create my own projects.我正在寻找创建自己的项目。 I thought this would be easy.我以为这会很容易。 I am new to c# and I am still learning.我是 C# 新手,我仍在学习。

My progress with c# has been getting much better.我在 c# 方面的进展越来越好。 I have managed to create a calculator (not amazing) but now I can do it without going online and looking for help.我已经设法创建了一个计算器(并不神奇),但现在我无需上网和寻求帮助就可以做到。 I made another software which would allow me to move a picture in a application (bit hard to explain but it was really easy to make lol)我制作了另一个软件,它可以让我在应用程序中移动图片(有点难以解释,但制作起来真的很容易哈哈)

The only code that I have done so far is adding the "application.exit" function to the exit button.到目前为止,我所做的唯一代码是将“application.exit”函数添加到退出按钮。

With a local database such as Sql Server Express and a .Net MVC web app you could set up CRUD (create, read, update, delete) in a few clicks with Entity Framework as your dstabase access framework.使用 Sql Server Express 等本地数据库和 .Net MVC Web 应用程序,您只需点击几下即可设置 CRUD(创建、读取、更新、删除),并将实体框架作为 dstabase 访问框架。 You could create your datsbase tables in Sql Server and then create the Mvc Controllers in your mvc app with Entiyy Framewok.您可以在 Sql Server 中创建您的 datsbase 表,然后使用 Entiyy Framewok 在您的 mvc 应用程序中创建 Mvc 控制器。 I know this is a lot of info to digest for a newbie.我知道这是一个新手需要消化的很多信息。 Try looking up .net mvc crud online and find something suitable to your needs Regards尝试在线查找 .net mvc crud 并找到适合您需求的东西

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我将如何在一个简单的有向图中倒数? - How would I go about counting backwards in a simple directed graph? 如何在具有压力敏感度的绘画程序中进行绘图? - How would I go about drawing in a paint program with pressure sensitivity? 我该如何进行单元测试呢? - How would I go about unit testing this? Unity:我将如何为无尽的亚军游戏创建一个加电系统? [等候接听] - Unity: How would I go about creating a power up system into my endless runner game? [on hold] 如何在另一个视图中显示来自一个视图的数据 - How would I go about displaying data from one view in another view ASP.NET Core:我将如何绑定来自用户声明的数据? - ASP.NET Core: How would I go about binding data from user claims? 我如何将此方法从Winforms转换为WPF? - How would I go about translating this method from Winforms to WPF? 我将如何制作凯撒密码解密器? - How would I go about making a caesar cypher decrypter? 我将如何处理? 不同项目沟通? C# - How would I go about this? Different projects communicating? C# 如何使用此查询选择更多列 - How would I go about selecting more columns with this query
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM