Student Study Guide Student Study Edition Developer and Database

Total Page:16

File Type:pdf, Size:1020Kb

Student Study Guide Student Study Edition Developer and Database MTA MTA EXAMS Student Study Guide Guide Study Student Preparing for MTA Certifi cation MICROSOFT TECHNOLOGY ASSOCIATE Student Study Guide Developer and Database Edition EXAM 98-361 Software Development Fundamentals EXAM 98-362 Windows Development Fundamentals DEVELOPER AND DATABASE EDITION AND DATABASE DEVELOPER EXAM 98-363 Web Development Fundamentals EXAM 98-364 Database Administration Fundamentals EXAM 98-372 Microsoft .NET Fundamentals Preparing forfor MTA CCertiertifi ccationation MICROSOFT TECHNOLOGYTEECHNOLOGYCHNOLOGY AASSOCIATESSOCIATE (MTA)((MTAMTAA) STUDENTSTUDENT STUDYSTUUDYDY GUIDEGUIDE FORFOR DEVELOPERSDEVELOPERS 98-361 Software Development Fundamentals 98-362 Windows Development Fundamentals 98-363 Web Development Fundamentals 98-364 Database Administration Fundamentals 98-372 Microsoft .NET Fundamentals Authors Michael Teske (Windows Operating System). Michael has been Tim McMichael (.NET Development). Tim has been a high school teaching in the NetworK Specialist Program for 10 years at Northeast computer science teacher for the past 11 years. He currently teaches Wisconsin Technical College and has been involved as an engineer for Advanced Placement computer science, .NET programming, and 15 years. He has a passion for both teaching and technology and loves computer game programming at Raymond S. Kellis High School in helping people fi nd happiness in a career. MiKe believes that learning Glendale, Arizona. Prior to teaching, Tim worked for several years as technology should be fun, but he also recognizes that the networKing a database application developer. Tim is the author of the Software fi eld continually changes and can challenge even the brightest students. and Windows Development Exam Review Kits in the Developer Exam MiKe also worKs as an independent consultant for several small Review Kit series. businesses in northeast Wisconsin and enjoys bringing that real-world experience in to the classroom on a daily basis. MiKe has become known Tom Indelicato (.NET Development). Tom teaches computer science at as “the Microsoft Guy” on campus. His goal is to continue to teach Bishop Guertin High School in Nashua, New Hampshire for 11 years, networK technology with the same enthusiasm and passion for many including courses on Microsoft Offi ce applications, Microsoft Visual Basic years to come and to help his students fi nd the same joy and passion programming, AP computer science, and, most recently, autonomous that he has found in an amazing industry. robotics programming. Outside the classroom, he runs the school’s FIRST Robotics team. Prior to teaching, Tom was a software engineer for Jeffrey Sonnleitner (Windows Operating System). Jeff is a lead Instructor 17 years. in the Information Technologies department at Moraine ParK Technical College (MPTC) in Fond du Lac, Wisconsin. Jeff teaches the NetworK Patricia Phillips (Authoring Manager). Patricia taught computer science Specialist degree program and the Advanced Technical Certifi cate in for 20 years in Janesville, Wisconsin. She served on the Microsoft Information Security. Jeff is also certifi ed to teach classes in international National K-12 Faculty Advisory Board and edited the Microsoft business. He is beginning his 10th year at MPTC, and enjoys teaching MainFunction website for technology teachers for two years. For the courses in networKing, Microsoft servers, and information security. Jeff’s past fi ve years, she has worKed with Microsoft in a variety of roles goal is to help students succeed and enjoy their college experience in a related to K-12 curriculum development and pilot programs, such as the future-focused learning environment. He was instrumental in developing MTA Exam Review Kits and Student Study Guides, Expression Studio web MPTC’s student exchange with technical colleges in Darmstadt, Germany, design, and XNA game development. In her role as an author and editor, and he has led the college’s student exchange programs for over six Patricia has written several articles and a student worKbooK on topics years. As an advisor to MPTC’s student IT Club, he initiated annual tours including computer science, web design, and computational thinKing. to Silicon Valley. Prior to joining the faculty at MPTC, Jeff spent 14 years She is currently the editor of the Computer Science Teachers Association as an independent consultant, specializing in medical and dental offi ce newsletter, the Voice. computer systems and software. This content is only for use by or provision to students for their personal use. Some examples depicted herein are provided for illustration only and are fi ctitious. No real association or connection is intended or should be inferred. Microsoft and other trademarKs listed at http://www.microsoft.com/about/LegaL/en/us/InteLLectuaLProperty/Trademarks/EN-US .aspx are trademarKs of the Microsoft group of companies. All other marKs are property of their respective owners. © 2010 Microsoft Corporation. All Rights Reserved. This content is provided “as-is” and Microsoft maKes no warranties, express or implied. Contents Introduction . ix Career PLanning . x ExpLoring Job RoLes . xii VaLue of Certifi cation . xiV 98-36198-361 SOFTWARESOFTWARE DEVELOPMENTDEVELOPMENT FUNDAMENTALSFUNDAMENTALS CHAPTERCHAPTER 1 Understanding Core Programming . 3 1.1 Understand computer storage and data types . 5 1.2 Understand computer decision structures . 7 1.3 Identify the appropriate method for handling repetition . 9 1.4 Understand error handling . 11 CHAPTERCHAPTER 2 Understanding Object Oriented Programming . 13 2.1 Understand the fundamentals of classes . 15 2.2 Understand inheritance . 17 2.3 Understand polymorphism. 19 2.4 Understand encapsulation . 21 CHAPTERCHAPTER 3 Understanding GeneraL Software DeVeLopment . 23 3.1 Understand application life-cycle management . 25 3.2 Interpret application specifi cations . 27 3.3 Understand algorithms and data structures . 29 CHAPTERCHAPTER 4 Understanding Web AppLications . 31 4.1 Understand Web page development . 33 4.2 Understand Microsoft ASP.NET Web application development . 35 4.3 Understand Web hosting . 37 4.4 Understand Web services . 39 CHAPTERCHAPTER 5 Understanding Desktop AppLications . 41 5.1/5.2 Understand Windows Forms applications; Understand console-based applications . 43 53 Understand Windows services . 45 CHAPTERCHAPTER 6 Understanding Databases. 47 6.1 Understand relational database management systems . 49 6.2 Understand database query methods . 51 6.3 Understand database connection methods . 53 98-362 WINDOWSWINDOWS DEVELOPMENTDEVELOPMENT FUNDAMENTALSFUNDAMENTALS CHAPTERCHAPTER 1 Understanding Windows Programming Basics . 57 1.1 Identify Windows application types . 59 iv Contents 1.2 Implement user interface design . 61 1.3 Create Windows-based applications by using Visual Studio . 63 CHAPTER 2 Creating Windows Forms AppLications . .65 2.1A Create and handle events . 67 2.1B Create and handle events . 69 2.2 Understand Windows Forms inheritance . 71 2.3A Understand how to create new controls and extend existing controls . 73 2.3B Understand how to create new controls and extend existing controls . 75 2.4A Validate and implement user input . 77 2.4B Validate and implement user input . 79 2.5A Debug a Windows-based application . 81 2.5B Debug a Windows-based application . 83 CHAPTERCHAPTER 3 Creating Windows SerVices AppLications . .85 3.1 Create a Windows Services application . 87 3.2 Install a Windows Services application . 89 CHAPTERCHAPTER 4 Accessing Data in a Windows Forms AppLication . 91 4.1 Understand data access methods for a Windows Application . 93 4.2A Understand databound controls (Databinding) . 95 4.2B Understand databound controls (Validating databound items) . 97 Contents v CHAPTERCHAPTER 5 DepLoying a Windows AppLication . .99 5.1A Understand Windows application deployment methods . 101 5.1B Understand Windows application deployment methods . 103 5.2 Create Windows setup and deployment projects . 105 98-363 WEB DEVELOPMENT FUNDAMENTALS CHAPTERCHAPTER 1 Programming Web AppLications . .109 1.1 Customize the layout and appearance of a Web page . 111 1.2 Understand ASP.NET intrinsic objects . 113 1.3 Understand state information in Web applications . 115 1.4 Understand events and control page fl ow . 117 1.5 Understand controls . 119 1.6 Understand confi guration fi les . 121 CHAPTERCHAPTER 2 Working with Data and SerVices . .123 2.1 Read and write XML data . 125 2.2 Distinguish between DataSet objects and DataReader objects . 127 2.3 Call a service from a Web page . 129 2.4 Understand DataSource controls . 131 2.5 Bind controls to data by using data-binding syntax . 133 2.6 Manage data connections and databases . 135 CHAPTERCHAPTER 3 TroubLeshooting and Debugging Web AppLications . .137 3.1 Debug a Web application . 139 3.2 Handle Web application errors . 141 vi Contents CHAPTERCHAPTER 4 Working with CLient-Side Scripting . .143 4.1 Understand client-side scripting . 145 4.2 Understand AJAX concepts . 147 CHAPTERCHAPTER 5 Confi guring and DepLoying Web AppLications . .149 5.1 Confi gure authentication and authorization . 151 5.2 Confi gure projects and solutions and reference assemblies . 153 5.3 Publish Web applications . 155 5.4 Understand application pools . 157 98-364 DATABASEDATABASE ADMINIADMINISTRATIONSTRATION FUNDAMENTALSFUNDAMENTALS CHAPTERCHAPTER 1 Understanding Core Database Concepts . 161 1.1 Understand how data is stored in tables . 163 1.2 Understand relational database concepts . 165 1.3 Understand data manipulation language (DML) . 167 1.4 Understand data defi nition language (DDL) . 169 CHAPTERCHAPTER 2 Creating Database Objects . 171 2.1 Choose data types . 173 2.2 Understand tables and how to create them . 175 2.3A Create views using T-SQL . 177 2.3B Create views using a graphical designer . 179 2.4 Create stored procedures and functions . 181 Contents vii CHAPTERCHAPTER 3 ManipuLating Data . ..
Recommended publications
  • Dot Net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN)
    DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI, PUNE – 45 Subject: 503 : Dot Net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN) Unit 1 :Introduction to .Net Framework Introduction to .NET Framework .NET is a software framework which is designed and developed by Microsoft. The first version of the .Net framework was 1.0 which came in the year 2002. In easy words, it is a virtual machine for compiling and executing programs written in different languages like C#, VB.Net etc. It is used to develop Form-based applications, Web-based applications, and Web services. There is a variety of programming languages available on the .Net platform, VB.Net and C# being the most common ones. It is used to build applications for Windows, phone, web, etc. It provides a lot of functionalities and also supports industry standards. .NET Framework supports more than 60 programming languages in which 11 programming languages are designed and developed by Microsoft. The remaining Non-Microsoft Languages which are supported by .NET Framework but not designed and developed by Microsoft. Common Language Runtime(CLR): CLR is the basic and Virtual Machine component of the .NET Framework. It is the run-time environment in the .NET Framework that runs the codes and helps in making the development process easier by providing the various services such as remoting, thread management, type-safety, memory management, robustness, etc.. Basically, it is responsible for managing the execution of .NET programs regardless of any .NET programming language. It also helps in the management of code, as code that targets the runtime is known as the Managed Code and code doesn’t target to runtime is known as Unmanaged code.
    [Show full text]
  • Programming with Windows Forms
    A P P E N D I X A ■ ■ ■ Programming with Windows Forms Since the release of the .NET platform (circa 2001), the base class libraries have included a particular API named Windows Forms, represented primarily by the System.Windows.Forms.dll assembly. The Windows Forms toolkit provides the types necessary to build desktop graphical user interfaces (GUIs), create custom controls, manage resources (e.g., string tables and icons), and perform other desktop- centric programming tasks. In addition, a separate API named GDI+ (represented by the System.Drawing.dll assembly) provides additional types that allow programmers to generate 2D graphics, interact with networked printers, and manipulate image data. The Windows Forms (and GDI+) APIs remain alive and well within the .NET 4.0 platform, and they will exist within the base class library for quite some time (arguably forever). However, Microsoft has shipped a brand new GUI toolkit called Windows Presentation Foundation (WPF) since the release of .NET 3.0. As you saw in Chapters 27-31, WPF provides a massive amount of horsepower that you can use to build bleeding-edge user interfaces, and it has become the preferred desktop API for today’s .NET graphical user interfaces. The point of this appendix, however, is to provide a tour of the traditional Windows Forms API. One reason it is helpful to understand the original programming model: you can find many existing Windows Forms applications out there that will need to be maintained for some time to come. Also, many desktop GUIs simply might not require the horsepower offered by WPF.
    [Show full text]
  • Appendixes APPENDIX A
    PART 8 Appendixes APPENDIX A COM and .NET Interoperability The goal of this book was to provide you with a solid foundation in the C# language and the core services provided by the .NET platform. I suspect that when you contrast the object model provided by .NET to that of Microsoft’s previous component architecture (COM), you’ll no doubt be con- vinced that these are two entirely unique systems. Regardless of the fact that COM is now considered to be a legacy framework, you may have existing COM-based systems that you would like to inte- grate into your new .NET applications. Thankfully, the .NET platform provides various types, tools, and namespaces that make the process of COM and .NET interoperability quite straightforward. This appendix begins by examin- ing the process of .NET to COM interoperability and the related Runtime Callable Wrapper (RCW). The latter part of this appendix examines the opposite situation: a COM type communicating with a .NET type using a COM Callable Wrapper (CCW). ■Note A full examination of the .NET interoperability layer would require a book unto itself. If you require more details than presented in this appendix, check out my book COM and .NET Interoperability (Apress, 2002). The Scope of .NET Interoperability Recall that when you build assemblies using a .NET-aware compiler, you are creating managed code that can be hosted by the common language runtime (CLR). Managed code offers a number of ben- efits such as automatic memory management, a unified type system (the CTS), self-describing assemblies, and so forth. As you have also seen, .NET assemblies have a particular internal compo- sition.
    [Show full text]
  • Special Characters Numbers
    Index ■Special Characters AddServiceEndpoint( ) member, ServiceHost type, #define, preprocessor directive, 317–319 1032 #elif, preprocessor directive, 317–318 ADO.NET #else, preprocessor directive, 317–318 additional namespaces, 763–764 #endif, preprocessor directive, 317–318 vs. ADO classic, 759–760 #endregion, preprocessor directive, 317 application configuration files, 769–770 #if, preprocessor directive, 317–318 asynchronous data access, 792–793 #region, preprocessor directive, 317 autogenerated data components, 824–825 #undef, preprocessor directive, 317–319 autogenerating SQL commands, 816–817 % modulo operator, C#, 1097 autoincrementing, 797 & operator, pointer types, 312–313 binding DataTables to user interfaces, 804, 806 * operator, pointer types, 312–313 Command object, 781–782 ?? operator, 133 connected layer, 778 += operator, 610 connected vs. disconnected layer, 760 <%@Page%> directive attribute, ASP.NET, 846 connecting to database, Visual Studio 2005, 776 <%Import%> directive, ASP.NET, 846–847 connection objects, 779–780 => token, 1098 ConnectionStringBuilder object, 780–781 ? suffix, nullable types, 131 connectionStrings element, application configuration, 774–775 ■Numbers data access libraries, 1130 data adapter objects, 811–812 3D graphics graphical service, WPF, 1012 data providers, 760, 762 3D rendered animation, 970 data wizards, 822–825 100% code approach, 1048 DataColumn objects, 796, 798 ■ DataRelation objects, 817–820 A DataRow objects, 798–799, 801 A# programming language, 8 DataRow.RowState property, 799–800 Abort(
    [Show full text]
  • Introducing LINQ 2
    Please post comments or corrections to the Author Online forum at http://www.manning-sandbox.com/forum.jspa?forumID=302 MEAP Edition Manning Early Access Program Copyright 2007 Manning Publications For more information on this and other Manning titles go to www.manning.com Please post comments or corrections to the Author Online forum at http://www.manning-sandbox.com/forum.jspa?forumID=302 Contents Part I - Getting started 1. Introducing LINQ 2. C# and VB.NET language enhancements 3. LINQ building blocks - Part II - Querying objects in memory 4. Getting familiar with LINQ to Objects 5. Working with LINQ and DataSets 6. Beyond basic in-memory queries Part III - Manipulating XML 7. Introducing LINQ to XML 8. Querying and transforming XML 9. Common LINQ to XML scenarios Part IV - Mapping objects to relational databases 10. Getting started with LINQ to SQL 11. Retrieving objects efficiently 12. Advanced LINQ to SQL features Part V - LINQing it all together 13. Extending LINQ 14. LINQ in every layer Appendices Appendix A. The standard query operators Appendix B. Quick references for VB 8.0 and C# 2.0 features Features Appendix C. References Appendix D. Resources Please post comments or corrections to the Author Online forum at http://www.manning-sandbox.com/forum.jspa?forumID=302 1 Introducing LINQ Software is simple. It boils down to two things: code and data. Writing software is not so simple, and one of the major activities it involves is programming code to deal with data. To write code, we can choose from a variety of programming languages.
    [Show full text]
  • Reiter István
    Reiter István C# 2009, 0.91 verzió 2 Tartalomjegyzék 1. Bevezet ő…………………………………………………………………………….......8 1.1. A jegyzet jelölései…………………………………………………………………8 1.2. Jogi feltételek………………………………………………………………………8 2. Microsoft .NET Framework…………………………………………………………...9 2.1. A .NET platform…………………………………………………………………….9 2.1.1. MSIL/CIL……………………………………………………………………...9 2.1.2. Fordítás/futtatás…………………………………………………………….9 2.1.3. BCL. …………………………………………………………………………10 2.2. A C# programozási nyelv……………………………………………………….10 2.3. Alternatív megoldások…………………………………………………………10 2.3.1. SSCLI………………………………………………………………………10 2.3.2. Mono…………………………………………………………………………10 2.3.3. DotGNU……………………………………………………………………..10 3. Fejleszt ői környezetek………………………………………………………………..12 3.1. Microsoft Visual Studio…………………………………………………………12 3.2. SharpDevelop…………………………………………………………………….13 3.3. MonoDevelop……………………………………………………………………..14 4. “Hello C#!”……………………………………………………………………………..16 4.1. A C# szintaktikája………………………………………………………………..17 4.1.1. Kulcsszavak……………………………………………………………….17 4.1.2. Megjegyzések……………………………………………………………..18 4.2. Névterek…………………………………………………………………………...18 5. Változók………………………………………………………………………………...20 5.1. Típusok…………………………………………………………………………….20 5.2. Lokális változók………………………………………………………………….21 5.3. Referencia- és értéktípusok……………………………………………………21 5.4. Boxing és Unboxing…………………………………………………………….22 5.5. Konstansok……………………………………………………………………….23 5.6. A felsorolt típus…………………………………………………………………..23 5.7. Null típusok………………………………………………………………………..24 6. Operátorok……………………………………………………………………………..25 6.1.
    [Show full text]
  • Visual C# .NET Developer's Handbook
    Visual C# .NET Developer's Handbook John Paul Mueller Associate Publisher: Richard Mills Acquisitions and Developmental Editor: Denise Santoro Lincoln Editor: Colleen Wheeler Strand Production Editor: Kylie Johnston Technical Editor: Ross Russell Mullen Graphic Illustrator: Tony Jonick Electronic Publishing Specialist: Nila Nichols Proofreaders: Amey Garber, Dave Nash, Laurie O'Connell, Yariv Rabinovitch, Nancy Riddiough Indexer: Ron Strauss CD Coordinator: Dan Mummert CD Technician: Kevin Ly Cover Designer: Carol Gorska/Gorska Design Cover Photographer: Glen Allison/PhotoDisc Copyright © 2002 SYBEX Inc., 1151 Marina Village Parkway, Alameda, CA 94501. World rights reserved. The author created reusable code in this publication expressly for reuse by readers. Sybex grants readers limited permission to reuse the code found in this publication or its accompanying CD-ROM so long as the author is attributed in any application containing the reusable code and the code itself is never distributed, posted online by electronic transmission, sold, or commercially exploited as a stand-alone product. Aside from this specific exception concerning reusable code, no part of this publication may be stored in a retrieval system, transmitted, or reproduced in any way, including but not limited to photocopy, photograph, magnetic, or other record, without the prior agreement and written permission of the publisher. Library of Congress Card Number: 2002103166 ISBN: 0-7821-4047-5 SYBEX and the SYBEX logo are either registered trademarks or trademarks of SYBEX Inc. in the United States and/or other countries.Screen reproductions produced with FullShot 99. FullShot 99 © 1991-1999 Inbit Incorporated. All rights reserved.FullShot is a trademark of Inbit Incorporated. The CD interface was created using Macromedia Director, COPYRIGHT 1994, 1997-1999 Macromedia Inc.
    [Show full text]
  • Dot Net Interview Questions
    Dear Friends, Hi I am satish marwat, this documents contains all the important questions that usually asked during the .NET interview, I had downloaded all the material from the Internet from various websites and collected to form a single film, u will find few repeated questions also, all the material are from the various websites, so I had just bind it into a single file. So for any mistake I am not responsible, this is just for the view purpose. My view was only to collect a material to a single file. Please, if u find any mistake in this file, please contact me to my email address [email protected], so that I can able to correct it. ALL THE BEST Thanks Satish J Satish Marwat Dot Net Web Resources [email protected] 1 Page .NET FRAME WORK Introduction 1.1 What is .NET? .NET is a general-purpose software development platform, similar to Java. At its core is a virtual machine that turns intermediate language (IL) into machine code. High-level language compilers for C#, VB.NET and C++ are provided to turn source code into IL. C# is a new programming language, very similar to Java. An extensive class library is included, featuring all the functionality one might expect from a contempory development platform - windows GUI development (Windows Form s), database access (ADO.NET), web development (ASP.NET), web services, XML etc. 1.2 When was .NET announced? Bill Gates delivered a keynote at Forum 2000, held June 22, 2000, outlining the .NET 'vision'. The July 2000 PDC had a number of sessions on .NET technology, and delegates were given CDs containing a pre-release version of the .NET framework/SDK and Visual Studio.NET.
    [Show full text]
  • Visual C++.NET Developers Guide
    Visual C++ .NET Developer’s Guide John Paul Mueller McGraw-Hill/Osborne 2600 Tenth Street Berkeley, California 94710 U.S.A. To arrange bulk purchase discounts for sales promotions, premiums, or fund-raisers, please contact McGraw-Hill/Osborne at the above address. For information on translations or book distributors outside the U.S.A., please see the International Contact Information page immediately following the index of this book. Copyright © 2002 by The McGraw-Hill Companies. All rights reserved. Printed in the United States of America. Except as permitted under the Copyright Act of 1976, no part of this publication may be reproduced or distributed in any form or by any means, or stored in a database or retrieval system, without the prior written permission of the publisher, with the exception that the program listings may be entered, stored, and executed in a computer system, but they may not be reproduced for publication. 1234567890 CUS CUS 01987654321 Book p/n 0-07-213262-0 and CD p/n 0-07-213282-5 parts of ISBN 0-07-213281-7 Publisher Brandon A. Nordin Vice President & Associate Publisher Scott Rogers Acquisitions Editor Ann Sellers Project Editor Katie Conley Acquisitions Coordinator Tim Madrid Technical Editor Bill Burris Copy Editor Carl Wikander Proofreader Carol Burbo Indexer Irv Hershman Computer Designers Tara A. Davis, Lauren McCarthy Illustrators Michael Mueller, Greg Scott, Lyssa Wald Cover Illustration Eliot Bergman Cover Series Design Greg Scott This book was composed with Corel VENTURA™ Publisher. Information has been obtained by McGraw-Hill/Osborne from sources believed to be reliable. However, because of the possibility of human or mechanical error by our sources, McGraw-Hill/Osborne, or others, McGraw-Hill/Osborne does not guarantee the accuracy, adequacy, or completeness of any information and is not responsible for any errors or omissions or the results obtained from use of such information.
    [Show full text]
  • The Following Documentation Is an Electronically‐ Submitted Vendor
    The following documentation is an electronically‐ submitted vendor response to an advertised solicitation from the West Virginia Purchasing Bulletin within the Vendor Self‐Service portal at wvOASIS.gov. As part of the State of West Virginia’s procurement process, and to maintain the transparency of the bid‐opening process, this documentation submitted online is publicly posted by the West Virginia Purchasing Division at WVPurchasing.gov with any other vendor responses to this solicitation submitted to the Purchasing Division in hard copy format. Purchasing Division State of West Virginia 2019 Washington Street East Solicitation Response Post Office Box 50130 Charleston, WV 25305-0130 Proc Folder : 702868 Solicitation Description : Addendum No 2 Supplemental Staffing for Microsoft Applicatio Proc Type : Central Contract - Fixed Amt Date issued Solicitation Closes Solicitation Response Version 2020-06-10 SR 1300 ESR06072000000007293 1 13:30:00 VENDOR VS0000022041 Genius Business Solutions, Inc. Genius Business Solutions, Inc. Solicitation Number: CRFQ 1300 STO2000000002 Total Bid : $342,000.00 Response Date: 2020-06-07 Response Time: 13:15:59 Comments: Please see RFP response word document Section 4 for Details regarding volume discount FOR INFORMATION CONTACT THE BUYER Melissa Pettrey (304) 558-0094 [email protected] Signature on File FEIN # DATE All offers subject to all terms and conditions contained in this solicitation Page : 1 FORM ID : WV-PRC-SR-001 Line Comm Ln Desc Qty Unit Issue Unit Price Ln Total Or Contract Amount 1
    [Show full text]
  • Sample Chapter
    Writing High-Performance .Net Code Ben Watson Writing High-Performance .NET Code Version 2.1 PDF Edition ISBN{13: 978{0{990{58346{2 ISBN{10: 0{990{58346{5 Copyright © 2018 Ben Watson All Rights Reserved. These rights include reproduction, transmission, translation, and electronic storage. For the purposes of Fair Use, brief excerpts of the text are permit- ted for non-commercial purposes. Code samples may be reproduced on a computer for the purpose of compilation and execution and not for republication. This eBook is licensed for your personal and professional use only. You may not resell or give this book away to other people. If you wish to give this book to another per- son, please buy an additional copy for each recipient. If you are reading this book and did not purchase it, or it was not purchased for your use only, then please purchase your own copy. If you wish to purchase this book for your organization, please contact me for licensing information. Thank you for respecting the hard work of this author. Trademarks Any trademarked names, logos, or images used in this book are assumed valid trade- marks of their respective owners. There is no intention to infringe on the trademark. Disclaimer While care has been taking to ensure the information contained in this book is accu- rate, the author takes no responsibility for your use of the information presented. Contact For more information about this book, please visit http://www.writinghighperf.net or email [email protected]. Cover Design Cover design by Claire Watson, http://www.bluekittycreations.co.uk.
    [Show full text]
  • Preview ASP.NET Tutorial
    ASP.NET ASP.NET About the Tutorial ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites. It allows you to use a full-featured programming language such as C# or VB.NET to build web applications easily. This tutorial covers all the basic elements of ASP.NET that a beginner would require to get started. Audience This tutorial is prepared for the beginners to help them understand basic ASP.NET programming. After completing this tutorial, you will find yourself at a moderate level of expertise in ASP.NET programming from where you can take yourself to next levels. Prerequisites Before proceeding with this tutorial, you should have a basic understanding of .NET programming language. As we are going to develop web-based applications using ASP.NET web application framework, it will be good if you have an understanding of other web technologies such as HTML, CSS, AJAX, etc. Disclaimer & Copyright Copyright 2014 by Tutorials Point (I) Pvt. Ltd. All the content and graphics published in this e-book are the property of Tutorials Point (I) Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy, distribute or republish any contents or a part of contents of this e-book in any manner without written consent of the publisher. We strive to update the contents of our website and tutorials as timely and as precisely as possible, however, the contents may contain inaccuracies or errors. Tutorials Point (I) Pvt. Ltd. provides no guarantee regarding the accuracy, timeliness or completeness of our website or its contents including this tutorial.
    [Show full text]