10
ASP.NET Support Projects Handling © Meganadha Reddy K., 2015 http://www.netcomlearning.com/ Meganadha Reddy K. Technical Trainer | NetCom Learning www.NetComLearning.com

Support Projects Handling - Amazon Web Services S… · ASP.NET Support Projects Handling © Meganadha Reddy K., 2015 Meganadha Reddy K. Technical Trainer | NetCom Learning

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Support Projects Handling - Amazon Web Services S… · ASP.NET Support Projects Handling © Meganadha Reddy K., 2015  Meganadha Reddy K. Technical Trainer | NetCom Learning

ASP.NET

Support Projects Handling

© Meganadha Reddy K., 2015 http://www.netcomlearning.com/

Meganadha Reddy K.Technical Trainer | NetCom Learning

www.NetComLearning.com

Page 2: Support Projects Handling - Amazon Web Services S… · ASP.NET Support Projects Handling © Meganadha Reddy K., 2015  Meganadha Reddy K. Technical Trainer | NetCom Learning

© Meganadha Reddy K., 2015 http://www.netcomlearning.com/

• Any product which is a result of software programming

Examples:

MS Office

www.MSN.com

www.gmail.com

www.Amazon.com

What is a Software Project / Product?

Page 3: Support Projects Handling - Amazon Web Services S… · ASP.NET Support Projects Handling © Meganadha Reddy K., 2015  Meganadha Reddy K. Technical Trainer | NetCom Learning

Types of Projects

• We can Categorize software projects into below categories

a. Development Projects

b. Enhancement / Upgrade Projects

c. Maintenance / Production Support Projects

© Meganadha Reddy K., 2015 http://www.netcomlearning.com/

Page 4: Support Projects Handling - Amazon Web Services S… · ASP.NET Support Projects Handling © Meganadha Reddy K., 2015  Meganadha Reddy K. Technical Trainer | NetCom Learning

© Meganadha Reddy K., 2015 http://www.netcomlearning.com/

• These are started from the scratch.

• They normally follow some SDLC models like:

• Water fall model

• Agile (Scrum) Process

Development Projects

Requirement Analysis

High Level Design Detailed Level Design

Coding Testing

Code Integration Integration Testing

Deployment

Page 5: Support Projects Handling - Amazon Web Services S… · ASP.NET Support Projects Handling © Meganadha Reddy K., 2015  Meganadha Reddy K. Technical Trainer | NetCom Learning

© Meganadha Reddy K., 2015 http://www.netcomlearning.com/

Upgrade Projects

Legacy Product[Being used for almost 15 to 20 years]

Brand New

Product[With some additional features and

brand new look and feel]

Page 6: Support Projects Handling - Amazon Web Services S… · ASP.NET Support Projects Handling © Meganadha Reddy K., 2015  Meganadha Reddy K. Technical Trainer | NetCom Learning

Production Support Projects

Applications will be in Production and in case if we get any issues we need to

handle them.

We will have concepts of “Support Tickets here”

Process

We will discuss in class

© Meganadha Reddy K., 2015 http://www.netcomlearning.com/

Page 7: Support Projects Handling - Amazon Web Services S… · ASP.NET Support Projects Handling © Meganadha Reddy K., 2015  Meganadha Reddy K. Technical Trainer | NetCom Learning

Handling Support Project issues

© Meganadha Reddy K., 2015 http://www.netcomlearning.com/

Issues

UI Issues DB IssuesEnvironment

Issues

Page 8: Support Projects Handling - Amazon Web Services S… · ASP.NET Support Projects Handling © Meganadha Reddy K., 2015  Meganadha Reddy K. Technical Trainer | NetCom Learning

UI Issues

© Meganadha Reddy K., 2015 http://www.netcomlearning.com/

• Alignment Issues

• Validation Issues

• Loading issues

• 404 issues

• Server busy

• Application Crash etc.,

We can use:

Browser Developer Tools

Tracing feature in ASP.NET etc.,

Event Viewer Logs

Page 9: Support Projects Handling - Amazon Web Services S… · ASP.NET Support Projects Handling © Meganadha Reddy K., 2015  Meganadha Reddy K. Technical Trainer | NetCom Learning

DB related issues

SQL Profiler will help a lot related to DB issues

Also, we can use the help of:

Sys.objects

Sys.columns etc., can be used

© Meganadha Reddy K., 2015 http://www.netcomlearning.com/

Page 10: Support Projects Handling - Amazon Web Services S… · ASP.NET Support Projects Handling © Meganadha Reddy K., 2015  Meganadha Reddy K. Technical Trainer | NetCom Learning

Q & A

?

© Meganadha Reddy K., 2015 http://www.netcomlearning.com/