Find a web program expert to help with CS program C

Updated on technology 2024-05-23
12 answers
  1. Anonymous users2024-02-11

    At first glance, it is the question of which training school.

  2. Anonymous users2024-02-10

    That's the content of your function, the web service and the form method are different from the other functions, and the common method used to explain the problem is probably unique to the form pattern in your check function.

  3. Anonymous users2024-02-09

    check?

    By design, the function should only return a value and avoid popping up a message window.

    From. From the perspective of .NET development, web programs should not call MessageBox, which will make jokes.

    Maybe I'm mistaken, but in context, that's all I can think of.

  4. Anonymous users2024-02-08

    You can't call it directly.,Otherwise, just open a local exe and it will become a super powerful web virus.,What you want can't do.。 It needs to be installed and registered as a browser plug-in by the user first, just like Thunderbolt.

  5. Anonymous users2024-02-07

    Programs such as WinddoAWS applications (client server for short) generally run independently and can be run on a single computer without a network connection. A web application (Browser Server (BS mode) is a browser that interacts with a client. Or rather, dynamic, this kind of application is interactive with the client.

    Windows apps and web apps are two different programs. It's okay to learn just one.

  6. Anonymous users2024-02-06

    Programs such as Winddows client servers usually run independently and can be run on a single computer without a network connection. A web application (Browser Server) is a browser that interacts with a client-server. Or rather, dynamic, this kind of application is interactive with the client.

    For example, you sign up for an account through a browser.

  7. Anonymous users2024-02-05

    A web application is an internet web program, and a Windows application is a desktop application. The two are different. You can just learn Windows applications. c will do your job.

  8. Anonymous users2024-02-04

    The cookie is client-side, if your winform is on the client, then what do you use the browser for, just use the winform application directly, isn't this a redundant move?

    As for interactions, the intermediate carriers that can be selected can be databases or webservices. The latter is relatively stronger in data protection, and the former can disclose more data and information, reducing the encoding intensity.

    Addendum: You shouldn't care if the client browser is closed or not. You can limit the pages he can view, not control them.

    When you get more and more control, there will always be some features that you can't do. So limits are more practical than controls. Besides, the browser's functionality is limited, and your local winform can limit a user's functionality by modifying the database.

  9. Anonymous users2024-02-03

    WinForm is not the same as Webform.

    When you install VS, check C is the window program, and check Web Development is the web program.

  10. Anonymous users2024-02-02

    1.The B S architecture is the browser server architecture pattern, which is the corresponding architecture pattern with the C S architecture. Using C for B S development is typically web development.

    2.Visual Studio 2008 2013 is commonly used. .NET development tools, commonly used MVC development mode, M is mode, model layer, responsible for the business logic of the processor, V is the view layer, which is the page presented to the user to browse, C is the control layer, is the link between the mode layer and the view layer.

    The operation actions on the user view page will hand over the events to the mode for logical processing through the control layer, and the processing structure will be fed back to the user.

    3.You can browse a little more about. Books such as NET development practice are very helpful for web project development with BS architecture.

  11. Anonymous users2024-02-01

    Events are not recommended in the template, and your writing above is a bit problematic.

    The simplest, XAML defines the resource, adds the key, and the background can use findresource to find this template directly

    The most complex, defined by frameworkelement and the like, is troublesome.

  12. Anonymous users2024-01-31

    Simple: Test the CS file at all, it doesn't matter if you open the server or not, write a test class, new class object to test, and then the console output.

Related questions
9 answers2024-05-23

Write this yourself! Probably no one can help you! Everything is on your own!

5 answers2024-05-23

Your program doesn't work well, I wrote one myself.

First of all, please copy the following ** into an m-file and store it as: >>>More

8 answers2024-05-23

E Assignment: Net assets per share.

f Assignment: Main revenue. >>>More

9 answers2024-05-23

Record back a record set newdyn, if the record set record is empty, it is required to enter data, and then from whth to end with** segment is to establish a data view according to the records in the database, the program can basically be copied, that is, you need to build a database yourself, which involves some specific details of the above things may need to be modified, depending on the situation. Hehe. If there's anything you don't understand, you can ask me.

5 answers2024-05-23

Program debugging is the process of testing the compiled program by manual or compiling the program to correct syntax errors and logical errors before putting it into actual operation. This is an indispensable step to ensure the correctness of computer information systems. After the computer program is written, it must be sent to the computer for testing. >>>More