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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. Introduction to .NET

Introduction to .NET

Scheduled Pinned Locked Moved The Lounge
dotnettutorialcsharpjavaasp-net
22 Posts 16 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.
  • S SimonS

    to what address? Cheers, Simon latest article :: animation mechanics in SVG blog:: brokenkeyboards my other site :: JeanPant.com "Most of us are programmers, but a few use VB", Christian Graus

    L Offline
    L Offline
    Luis Alonso Ramos
    wrote on last edited by
    #10

    Wow!! your presentations seem to have a lot of demand :cool: And they're very good, thank for sharing! :-O -- LuisR


    Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

    The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005

    1 Reply Last reply
    0
    • S SimonS

      I have a PPT I did for a local university. What email add can I mail it to? Cheers, Simon latest article :: animation mechanics in SVG blog:: brokenkeyboards my other site :: JeanPant.com "Most of us are programmers, but a few use VB", Christian Graus

      J Offline
      J Offline
      Jeremy Falcon
      wrote on last edited by
      #11

      How about passing a copy my way? Not that I intend to present stuff, but I'm hoping to pick up a few tidbits about .NET since I'm still new to it. ironbird at gmail dot com Thanks. Jeremy Falcon

      S 1 Reply Last reply
      0
      • S SimonS

        I have a PPT I did for a local university. What email add can I mail it to? Cheers, Simon latest article :: animation mechanics in SVG blog:: brokenkeyboards my other site :: JeanPant.com "Most of us are programmers, but a few use VB", Christian Graus

        P Offline
        P Offline
        Prakash Nadar
        wrote on last edited by
        #12

        Me too :-O prakash.nadar AT gmail.com


        -prakash

        1 Reply Last reply
        0
        • S SimonS

          I have a PPT I did for a local university. What email add can I mail it to? Cheers, Simon latest article :: animation mechanics in SVG blog:: brokenkeyboards my other site :: JeanPant.com "Most of us are programmers, but a few use VB", Christian Graus

          R Offline
          R Offline
          Roger Wright
          wrote on last edited by
          #13

          The interest here is great enough to warrant a tutorial article. Why not package it and post it as one, so all will have a chance to see it?:-D Let me know when you do; I'll be downloading it.;) "...a photo album is like Life, but flat and stuck to pages." - Shog9

          1 Reply Last reply
          0
          • S SimonS

            I have a PPT I did for a local university. What email add can I mail it to? Cheers, Simon latest article :: animation mechanics in SVG blog:: brokenkeyboards my other site :: JeanPant.com "Most of us are programmers, but a few use VB", Christian Graus

            S Offline
            S Offline
            SriSubbu
            wrote on last edited by
            #14

            Would you mind sending me a copy also. at subbi.iyer@gmail.com

            1 Reply Last reply
            0
            • S SimonS

              I have a PPT I did for a local university. What email add can I mail it to? Cheers, Simon latest article :: animation mechanics in SVG blog:: brokenkeyboards my other site :: JeanPant.com "Most of us are programmers, but a few use VB", Christian Graus

              C Offline
              C Offline
              CooperWu
              wrote on last edited by
              #15

              i am interested in .NET too, can you mail it to me ? thanks :) my email: tata20011125@gmail.com

              1 Reply Last reply
              0
              • S SimonS

                I have a PPT I did for a local university. What email add can I mail it to? Cheers, Simon latest article :: animation mechanics in SVG blog:: brokenkeyboards my other site :: JeanPant.com "Most of us are programmers, but a few use VB", Christian Graus

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

                This sounds like atricle material :) The tigress is here :-D

                1 Reply Last reply
                0
                • L Luis Alonso Ramos

                  We are starting a .NET group here in my city, but most people that have already signed in are students and don't know much about .NET. So, being the "most experienced" with .NET, I volunteered to make a presentation (about one hour long) about the basics of .NET. I want to talk about the framework itself, Windows Forms, ASP.NET, web services, and a little of ADO.NET. I would like to even demostrate a little application that uses something of those four topics, but I'm not sure of the order. I had this in mind: 1. Objectives of .NET: what it was designed to achieve. 2. A bit about the CLR, the common type system, and how it doesn't matter what language you use as it gets translated to IL. Then how the IL is JIT compiled before executing. Maybe a hello world console app and show the generated IL. 3. A simple Windows Forms app, basically to demonstrate how to create a form, how use some basic controls, and how to wire up event handlers (all hand-coded, no designer) 4. A basic ASP.NET application. First explore the model and how it's different to ASP/JSP, and then a simple web form (maybe one that sums two numbers.) 5. ADO.NET. Differences between offline (DataSet) and online (DataReader) with an Access database. 6. A web service. Developing a web method and calling it from a client application. And I guess that would be enough for more than an hour. The session will be two hours long, so I could probably take most of then. I would like to integrate all samples into one application. For example, the ASP.NET app lists all names in a table, while the Windows Forms app uses the web service to add a name to the table. But I'd like to cover Windows Forms and ASP.NET first, since they are more tangible than ADO.NET or web services, and I don't want to cover Windows Forms, then web services, and then come back to Windows Forms... I know it will be a long presentation, but my idea is not for everyone to learn everything, but to see all that .NET includes, so they can start to learn on the specific area that interests them the most. So, what do you think? enough information? something essential I should add? post your comments :) Thanks, -- LuisR


                  Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

                  The amount of sleep the average person needs is five more

                  C Offline
                  C Offline
                  Chris Maunder
                  wrote on last edited by
                  #17

                  Write it up as a series of connected articles and you'll be my hero :D cheers, Chris Maunder

                  S L 2 Replies Last reply
                  0
                  • J Jeremy Falcon

                    How about passing a copy my way? Not that I intend to present stuff, but I'm hoping to pick up a few tidbits about .NET since I'm still new to it. ironbird at gmail dot com Thanks. Jeremy Falcon

                    S Offline
                    S Offline
                    Steve Messer
                    wrote on last edited by
                    #18

                    New to .Net as well please send a copy my way. smesser at xmission dot com Thanks

                    1 Reply Last reply
                    0
                    • S SimonS

                      I have a PPT I did for a local university. What email add can I mail it to? Cheers, Simon latest article :: animation mechanics in SVG blog:: brokenkeyboards my other site :: JeanPant.com "Most of us are programmers, but a few use VB", Christian Graus

                      J Offline
                      J Offline
                      Jerry Hammond
                      wrote on last edited by
                      #19

                      Simon, If you have time I'd be interested in seeing it too. Thank you. Jerry toasty0@cox.net "Art doesn't want to be familiar. It wants to astonish us. Or, in some cases, to enrage us. It wants to move us. To touch us. Not accommodate us, make us comfortable." -- Jamake Highwater Toasty0.com My Grandkids

                      1 Reply Last reply
                      0
                      • C Chris Maunder

                        Write it up as a series of connected articles and you'll be my hero :D cheers, Chris Maunder

                        S Offline
                        S Offline
                        SimonS
                        wrote on last edited by
                        #20

                        Chris Maunder wrote: you'll be my hero Buy me a beer at the MVP summit and we can call it even. :rolleyes: Cheers, Simon latest article :: animation mechanics in SVG blog:: brokenkeyboards my other site :: JeanPant.com "Most of us are programmers, but a few use VB", Christian Graus

                        1 Reply Last reply
                        0
                        • C Chris Maunder

                          Write it up as a series of connected articles and you'll be my hero :D cheers, Chris Maunder

                          L Offline
                          L Offline
                          Luis Alonso Ramos
                          wrote on last edited by
                          #21

                          I think I could do that. The presentation will be given in Spanish, but I think once having the outline, the specific topics, and the information, I could probably write the articles in a couple of weeks. But then, I also have a couple of other articles in the making... -- LuisR


                          Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

                          The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005

                          1 Reply Last reply
                          0
                          • S SimonS

                            I have a PPT I did for a local university. What email add can I mail it to? Cheers, Simon latest article :: animation mechanics in SVG blog:: brokenkeyboards my other site :: JeanPant.com "Most of us are programmers, but a few use VB", Christian Graus

                            V Offline
                            V Offline
                            Vikram A Punathambekar
                            wrote on last edited by
                            #22

                            Can you send it to me too, please? :) My ID is vpunathambekar@yahoo.com Vikram.

                            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