Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Can .NET do this?

Can .NET do this?

Scheduled Pinned Locked Moved C#
questioncsharpc++learningjava
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    billb2112
    wrote on last edited by
    #1

    I've been playing with .NET quite a bit in my spare time just writing WinForm apps, playing with the new controls, classes and of course, learning C#. I started thinking about real world uses for .NET and my first instinct was how it might work at my company. Here's what I'm up against. I have a ton of 16-bit C++ MFC code here. I was hired in to get this code moved over to 32-bit and begin enhancing on the 32-bit side. We also have a "webmaster" here who's using Java to take bits and pieces and "webify" it. What I'm curious about is that the application we have is a fairly standard client/server application with an Informix database on the back end. We have a bunch of clients with special conditions that need to be accounted for as well. I guess my question is, is it going to be possible for me to take a client/server (in the old sense of the word) and make it something where I can have a Win32 (WinForm) application and use the same DLLs or modules and also build a web interface? How do I go about doing something like this. I'm thinking about putting together a proof of concept application together for my boss. Thanks. http://www.ratebeer.com

    C 1 Reply Last reply
    0
    • B billb2112

      I've been playing with .NET quite a bit in my spare time just writing WinForm apps, playing with the new controls, classes and of course, learning C#. I started thinking about real world uses for .NET and my first instinct was how it might work at my company. Here's what I'm up against. I have a ton of 16-bit C++ MFC code here. I was hired in to get this code moved over to 32-bit and begin enhancing on the 32-bit side. We also have a "webmaster" here who's using Java to take bits and pieces and "webify" it. What I'm curious about is that the application we have is a fairly standard client/server application with an Informix database on the back end. We have a bunch of clients with special conditions that need to be accounted for as well. I guess my question is, is it going to be possible for me to take a client/server (in the old sense of the word) and make it something where I can have a Win32 (WinForm) application and use the same DLLs or modules and also build a web interface? How do I go about doing something like this. I'm thinking about putting together a proof of concept application together for my boss. Thanks. http://www.ratebeer.com

      C Offline
      C Offline
      Colin Bowern
      wrote on last edited by
      #2

      Hi, Your DLLs will be able to be used in both Winforms and Webforms. The efficiency of the implementation depends on the how you use the DLLs. If you want to talk about it some more, I would need to know a little more about the application (client and server side) architecture. Cheers! Colin

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups