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. The Lounge
  3. Offline web apps

Offline web apps

Scheduled Pinned Locked Moved The Lounge
csharpmobilejavascriptsalesandroid
61 Posts 30 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.
  • Sander RosselS Sander Rossel

    So I'm taking over this client with the WinForms application. I know this client wants some new software in the near future. The thing is, he has some sales people who go and sell their product over at the customer, who are all farmers. They also go out in the field where internet isn't always available. I know they either have a phone or tablet where they want to enter the client's order. They currently write it down on paper or enter it as plain text on a tablet and then someone else enters it into the WinForms application. So I'm thinking, since internet is not always available, I'll have to go with a phone app. It should work on iOS and Android and, if possible, also on tablets, which can also be Windows. These apps are installed locally so they should always work, even without internet. Entered data can be cached when internet is not available and synced once an internet connection becomes available again (which can be hours later). Does anyone here know of a tool, library or framework that runs on phones and tablets on iOS, Android and Windows or am I doomed to write umpteen different apps? I know PhoneGap works on iOS and Android (and in the past on Windows Phone too). I've heard some good things about Xamarin too. But I have no experience in either. I know I'll need a Mac to build anything for iOS because Apple are a bunch of ... Well, if you can't say anything nice just don't say anything at all :) I've also read about actual offline web pages, but doing something like clearing your browser history or cookies will mess them up good. It sounds like it's all kind of crap in 2019. Any suggestions, ideas, experiences, tips?

    Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

    Richard DeemingR Offline
    Richard DeemingR Offline
    Richard Deeming
    wrote on last edited by
    #3

    Sander Rossel wrote:

    I know I'll need a Mac to build anything for iOS

    Apparently, you can use Xamarin.iOS[^] from Visual Studio on Windows. Edit: Scratch that. You can develop on Windows, but you still need a Mac to build.

    Installing Xamarin.iOS on Windows - Xamarin | Microsoft Docs[^]:

    To build Xamarin.iOS apps with Visual Studio 2019 on Windows, you will need:

    • A Windows machine with Visual Studio 2019 installed. This can be a physical or a virtual machine.
    • A network-accessible Mac set up with Apple's build tools and Xamarin.iOS. Visual Studio 2019 accesses this machine over a network connection to use Apple's build tools, which are required for compiling native iOS applications.

    "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

    "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

    Sander RosselS D M J 4 Replies Last reply
    0
    • Richard DeemingR Richard Deeming

      Sander Rossel wrote:

      I know I'll need a Mac to build anything for iOS

      Apparently, you can use Xamarin.iOS[^] from Visual Studio on Windows. Edit: Scratch that. You can develop on Windows, but you still need a Mac to build.

      Installing Xamarin.iOS on Windows - Xamarin | Microsoft Docs[^]:

      To build Xamarin.iOS apps with Visual Studio 2019 on Windows, you will need:

      • A Windows machine with Visual Studio 2019 installed. This can be a physical or a virtual machine.
      • A network-accessible Mac set up with Apple's build tools and Xamarin.iOS. Visual Studio 2019 accesses this machine over a network connection to use Apple's build tools, which are required for compiling native iOS applications.

      "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

      Sander RosselS Offline
      Sander RosselS Offline
      Sander Rossel
      wrote on last edited by
      #4

      Interesting :thumbsup:

      Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

      1 Reply Last reply
      0
      • Sander RosselS Sander Rossel

        So I'm taking over this client with the WinForms application. I know this client wants some new software in the near future. The thing is, he has some sales people who go and sell their product over at the customer, who are all farmers. They also go out in the field where internet isn't always available. I know they either have a phone or tablet where they want to enter the client's order. They currently write it down on paper or enter it as plain text on a tablet and then someone else enters it into the WinForms application. So I'm thinking, since internet is not always available, I'll have to go with a phone app. It should work on iOS and Android and, if possible, also on tablets, which can also be Windows. These apps are installed locally so they should always work, even without internet. Entered data can be cached when internet is not available and synced once an internet connection becomes available again (which can be hours later). Does anyone here know of a tool, library or framework that runs on phones and tablets on iOS, Android and Windows or am I doomed to write umpteen different apps? I know PhoneGap works on iOS and Android (and in the past on Windows Phone too). I've heard some good things about Xamarin too. But I have no experience in either. I know I'll need a Mac to build anything for iOS because Apple are a bunch of ... Well, if you can't say anything nice just don't say anything at all :) I've also read about actual offline web pages, but doing something like clearing your browser history or cookies will mess them up good. It sounds like it's all kind of crap in 2019. Any suggestions, ideas, experiences, tips?

        Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

        R Offline
        R Offline
        RickZeeland
        wrote on last edited by
        #5

        B4X seems to be the bees knees at the moment: ways-to-make-a-cross-platform-application[^] And as a Web-guy you will probably be interested in: PWABuilder[^] :-\

        Sander RosselS 1 Reply Last reply
        0
        • Sander RosselS Sander Rossel

          So I'm taking over this client with the WinForms application. I know this client wants some new software in the near future. The thing is, he has some sales people who go and sell their product over at the customer, who are all farmers. They also go out in the field where internet isn't always available. I know they either have a phone or tablet where they want to enter the client's order. They currently write it down on paper or enter it as plain text on a tablet and then someone else enters it into the WinForms application. So I'm thinking, since internet is not always available, I'll have to go with a phone app. It should work on iOS and Android and, if possible, also on tablets, which can also be Windows. These apps are installed locally so they should always work, even without internet. Entered data can be cached when internet is not available and synced once an internet connection becomes available again (which can be hours later). Does anyone here know of a tool, library or framework that runs on phones and tablets on iOS, Android and Windows or am I doomed to write umpteen different apps? I know PhoneGap works on iOS and Android (and in the past on Windows Phone too). I've heard some good things about Xamarin too. But I have no experience in either. I know I'll need a Mac to build anything for iOS because Apple are a bunch of ... Well, if you can't say anything nice just don't say anything at all :) I've also read about actual offline web pages, but doing something like clearing your browser history or cookies will mess them up good. It sounds like it's all kind of crap in 2019. Any suggestions, ideas, experiences, tips?

          Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

          M Offline
          M Offline
          musefan
          wrote on last edited by
          #6

          Maybe the clue is in the title... "Offline web apps"... why not have a look into creating a HTML web app that works offline using local storage? Unless you have an issue with JavaScript, then it might not be such fun. Then it should work the same on all device types.

          Sander RosselS 1 Reply Last reply
          0
          • Sander RosselS Sander Rossel

            So I'm taking over this client with the WinForms application. I know this client wants some new software in the near future. The thing is, he has some sales people who go and sell their product over at the customer, who are all farmers. They also go out in the field where internet isn't always available. I know they either have a phone or tablet where they want to enter the client's order. They currently write it down on paper or enter it as plain text on a tablet and then someone else enters it into the WinForms application. So I'm thinking, since internet is not always available, I'll have to go with a phone app. It should work on iOS and Android and, if possible, also on tablets, which can also be Windows. These apps are installed locally so they should always work, even without internet. Entered data can be cached when internet is not available and synced once an internet connection becomes available again (which can be hours later). Does anyone here know of a tool, library or framework that runs on phones and tablets on iOS, Android and Windows or am I doomed to write umpteen different apps? I know PhoneGap works on iOS and Android (and in the past on Windows Phone too). I've heard some good things about Xamarin too. But I have no experience in either. I know I'll need a Mac to build anything for iOS because Apple are a bunch of ... Well, if you can't say anything nice just don't say anything at all :) I've also read about actual offline web pages, but doing something like clearing your browser history or cookies will mess them up good. It sounds like it's all kind of crap in 2019. Any suggestions, ideas, experiences, tips?

            Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

            J Offline
            J Offline
            Jacquers
            wrote on last edited by
            #7

            [Flutter](https://flutter.dev) might be worth a look. I'm sure there should be ways to store data locally and sync back later.

            Sander RosselS 1 Reply Last reply
            0
            • Richard DeemingR Richard Deeming

              Sander Rossel wrote:

              I know I'll need a Mac to build anything for iOS

              Apparently, you can use Xamarin.iOS[^] from Visual Studio on Windows. Edit: Scratch that. You can develop on Windows, but you still need a Mac to build.

              Installing Xamarin.iOS on Windows - Xamarin | Microsoft Docs[^]:

              To build Xamarin.iOS apps with Visual Studio 2019 on Windows, you will need:

              • A Windows machine with Visual Studio 2019 installed. This can be a physical or a virtual machine.
              • A network-accessible Mac set up with Apple's build tools and Xamarin.iOS. Visual Studio 2019 accesses this machine over a network connection to use Apple's build tools, which are required for compiling native iOS applications.

              "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

              D Offline
              D Offline
              Dan Neely
              wrote on last edited by
              #8

              Unless stuff has changed you still need a Mac to do the build because Xamarin just wraps Apple's tool chain.

              Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

              Richard DeemingR 1 Reply Last reply
              0
              • M musefan

                Maybe the clue is in the title... "Offline web apps"... why not have a look into creating a HTML web app that works offline using local storage? Unless you have an issue with JavaScript, then it might not be such fun. Then it should work the same on all device types.

                Sander RosselS Offline
                Sander RosselS Offline
                Sander Rossel
                wrote on last edited by
                #9

                Because

                Sander Rossel wrote:

                I've also read about actual offline web pages, but doing something like clearing your browser history or cookies will mess them up good.

                ;) I've also heard not every browser handles it well and not all web pages can be cached. Of course, if it's the best option I'll use it. But not before looking into some other alternatives.

                Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                M 1 Reply Last reply
                0
                • J Jacquers

                  [Flutter](https://flutter.dev) might be worth a look. I'm sure there should be ways to store data locally and sync back later.

                  Sander RosselS Offline
                  Sander RosselS Offline
                  Sander Rossel
                  wrote on last edited by
                  #10

                  I've heard about that one. It's worth considering it, thanks :thumbsup:

                  Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                  1 Reply Last reply
                  0
                  • R RickZeeland

                    B4X seems to be the bees knees at the moment: ways-to-make-a-cross-platform-application[^] And as a Web-guy you will probably be interested in: PWABuilder[^] :-\

                    Sander RosselS Offline
                    Sander RosselS Offline
                    Sander Rossel
                    wrote on last edited by
                    #11

                    "B4X programming language is a modern version of Visual Basic."[^] X|

                    RickZeeland wrote:

                    PWABuilder[^]

                    Not sure what this does yet, but it looks pretty smart :omg:

                    Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                    R 1 Reply Last reply
                    0
                    • J Johnny J

                      I hear that Notepad runs on most operating systems... :rolleyes:

                      Anything that is unrelated to elephants is irrelephant
                      Anonymous
                      -----
                      The problem with quotes on the internet is that you can never tell if they're genuine
                      Winston Churchill, 1944
                      -----
                      Never argue with a fool. Onlookers may not be able to tell the difference.
                      Mark Twain

                      Sander RosselS Offline
                      Sander RosselS Offline
                      Sander Rossel
                      wrote on last edited by
                      #12

                      That's why they're using that now (that, or pen and paper). It's also really not what they need :doh:

                      Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                      1 Reply Last reply
                      0
                      • Sander RosselS Sander Rossel

                        So I'm taking over this client with the WinForms application. I know this client wants some new software in the near future. The thing is, he has some sales people who go and sell their product over at the customer, who are all farmers. They also go out in the field where internet isn't always available. I know they either have a phone or tablet where they want to enter the client's order. They currently write it down on paper or enter it as plain text on a tablet and then someone else enters it into the WinForms application. So I'm thinking, since internet is not always available, I'll have to go with a phone app. It should work on iOS and Android and, if possible, also on tablets, which can also be Windows. These apps are installed locally so they should always work, even without internet. Entered data can be cached when internet is not available and synced once an internet connection becomes available again (which can be hours later). Does anyone here know of a tool, library or framework that runs on phones and tablets on iOS, Android and Windows or am I doomed to write umpteen different apps? I know PhoneGap works on iOS and Android (and in the past on Windows Phone too). I've heard some good things about Xamarin too. But I have no experience in either. I know I'll need a Mac to build anything for iOS because Apple are a bunch of ... Well, if you can't say anything nice just don't say anything at all :) I've also read about actual offline web pages, but doing something like clearing your browser history or cookies will mess them up good. It sounds like it's all kind of crap in 2019. Any suggestions, ideas, experiences, tips?

                        Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                        R Offline
                        R Offline
                        realJSOP
                        wrote on last edited by
                        #13

                        If they can use their phone, the internet is available. Make it a web app and walk away.

                        ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                        -----
                        You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                        -----
                        When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                        Sander RosselS M 2 Replies Last reply
                        0
                        • Sander RosselS Sander Rossel

                          "B4X programming language is a modern version of Visual Basic."[^] X|

                          RickZeeland wrote:

                          PWABuilder[^]

                          Not sure what this does yet, but it looks pretty smart :omg:

                          Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                          R Offline
                          R Offline
                          RickZeeland
                          wrote on last edited by
                          #14

                          As long as it does not have 'basic' in the name it's ok, that explains why Python is such an overwhelming success :-\

                          Sander RosselS 1 Reply Last reply
                          0
                          • Sander RosselS Sander Rossel

                            Because

                            Sander Rossel wrote:

                            I've also read about actual offline web pages, but doing something like clearing your browser history or cookies will mess them up good.

                            ;) I've also heard not every browser handles it well and not all web pages can be cached. Of course, if it's the best option I'll use it. But not before looking into some other alternatives.

                            Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                            M Offline
                            M Offline
                            musefan
                            wrote on last edited by
                            #15

                            :laugh: I guess I got bored of reading by that point, my bad. Personally I would probably only go for offline web app if it was a simple one page application. If you make it too good, you risk the danger of being asked to make it do everything the existing app does.

                            Sander RosselS 1 Reply Last reply
                            0
                            • M musefan

                              :laugh: I guess I got bored of reading by that point, my bad. Personally I would probably only go for offline web app if it was a simple one page application. If you make it too good, you risk the danger of being asked to make it do everything the existing app does.

                              Sander RosselS Offline
                              Sander RosselS Offline
                              Sander Rossel
                              wrote on last edited by
                              #16

                              musefan wrote:

                              you risk the danger of being asked to make it do everything the existing app does

                              Risk the danger of months worth of work and getting paid accordingly? Where do I sign!? :D

                              Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                              1 Reply Last reply
                              0
                              • R RickZeeland

                                As long as it does not have 'basic' in the name it's ok, that explains why Python is such an overwhelming success :-\

                                Sander RosselS Offline
                                Sander RosselS Offline
                                Sander Rossel
                                wrote on last edited by
                                #17

                                There'll be a time when people get nauseous when something is prefixed with Py :D Customer: "So we're looking for a vNext Basic developer." Programmer: "Please no." Customer: "Alright, we could really use someone who knows PyLibrary though." Programmer: "Not a chance." Customer: "Perhaps CFamily is your kind of language?" Programmer: "Keep this up and you'll get some foul language from me." Customer: "You'd fit right into our Java* team." Programmer: "My fist would fit right into your face." Customer: "We have this Language On Rails." Programmer: *Hits customer in the eye.*

                                Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                                1 Reply Last reply
                                0
                                • R realJSOP

                                  If they can use their phone, the internet is available. Make it a web app and walk away.

                                  ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                                  -----
                                  You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                                  -----
                                  When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                                  Sander RosselS Offline
                                  Sander RosselS Offline
                                  Sander Rossel
                                  wrote on last edited by
                                  #18

                                  I'd prefer a happy customer who'll come to me for advice and software in the future as well :~

                                  Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                                  R 1 Reply Last reply
                                  0
                                  • D Dan Neely

                                    Unless stuff has changed you still need a Mac to do the build because Xamarin just wraps Apple's tool chain.

                                    Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                                    Richard DeemingR Offline
                                    Richard DeemingR Offline
                                    Richard Deeming
                                    wrote on last edited by
                                    #19

                                    You're right. You can develop on Windows, but you still need a Mac to build. :doh:


                                    "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                                    "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                                    Sander RosselS M 2 Replies Last reply
                                    0
                                    • Sander RosselS Sander Rossel

                                      So I'm taking over this client with the WinForms application. I know this client wants some new software in the near future. The thing is, he has some sales people who go and sell their product over at the customer, who are all farmers. They also go out in the field where internet isn't always available. I know they either have a phone or tablet where they want to enter the client's order. They currently write it down on paper or enter it as plain text on a tablet and then someone else enters it into the WinForms application. So I'm thinking, since internet is not always available, I'll have to go with a phone app. It should work on iOS and Android and, if possible, also on tablets, which can also be Windows. These apps are installed locally so they should always work, even without internet. Entered data can be cached when internet is not available and synced once an internet connection becomes available again (which can be hours later). Does anyone here know of a tool, library or framework that runs on phones and tablets on iOS, Android and Windows or am I doomed to write umpteen different apps? I know PhoneGap works on iOS and Android (and in the past on Windows Phone too). I've heard some good things about Xamarin too. But I have no experience in either. I know I'll need a Mac to build anything for iOS because Apple are a bunch of ... Well, if you can't say anything nice just don't say anything at all :) I've also read about actual offline web pages, but doing something like clearing your browser history or cookies will mess them up good. It sounds like it's all kind of crap in 2019. Any suggestions, ideas, experiences, tips?

                                      Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                                      L Offline
                                      L Offline
                                      Lost User
                                      wrote on last edited by
                                      #20

                                      surprised no one mentioned excel columns to put product (even lookup product on another worksheet), qty, comments protected cells so they don't mess up the lookups etc well it's a step above notepad/written notes - they should get the right info in the right place most of the time - and easier to check when fed back into server at the office. basically like notepad but forcing some common format/structure (even if manually keyed in later) and at the end of the day how much more can a portable app do that excel cant? (in fact apps tend to be too smart rigid, not much fun for folks out in the polder)

                                      Message Signature (Click to edit ->)

                                      Sander RosselS 1 Reply Last reply
                                      0
                                      • Richard DeemingR Richard Deeming

                                        You're right. You can develop on Windows, but you still need a Mac to build. :doh:


                                        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                                        Sander RosselS Offline
                                        Sander RosselS Offline
                                        Sander Rossel
                                        wrote on last edited by
                                        #21

                                        That makes it a lot less interesting :(

                                        Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                                        B 1 Reply Last reply
                                        0
                                        • L Lost User

                                          surprised no one mentioned excel columns to put product (even lookup product on another worksheet), qty, comments protected cells so they don't mess up the lookups etc well it's a step above notepad/written notes - they should get the right info in the right place most of the time - and easier to check when fed back into server at the office. basically like notepad but forcing some common format/structure (even if manually keyed in later) and at the end of the day how much more can a portable app do that excel cant? (in fact apps tend to be too smart rigid, not much fun for folks out in the polder)

                                          Message Signature (Click to edit ->)

                                          Sander RosselS Offline
                                          Sander RosselS Offline
                                          Sander Rossel
                                          wrote on last edited by
                                          #22

                                          I'm actually looking to replace an Excel sheet at another customer. Lots of manual copy/pasting from another application, lots of business rules hidden in lots of complicated formulas, and the occasional error in data... Only one person knows how it works and it's only necessary to get anything shipped on time. When he's on vacation he works ahead, during his vacation some tasks are just not done at all, and when he gets back everyone has two weeks of work to catch up to :laugh: Yeah, let's not go there.

                                          Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                                          L 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