Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837636297 , 183763629X
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 52 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.7/6
    Keywords: Microsoft .NET Framework ; Application program interfaces (Computer software) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Minimal APIs are architected to create HTTP APIs with minimal dependencies. They are ideal for microservices and apps that want to include only the minimum files, features, and dependencies in ASP.NET Core. This introductory-level course teaches you how to create RESTful APIs and apply them in the real world. We will start with understanding what minimal APIs are, why they are needed, and when to use them followed by understanding the differences and similarities between Minimal and MVC APIs. We will focus on implementing collection APIs, Entity Framework, and Dependency Injection. We will look at the return types like returning results in Minimal API asynchronously. We will cover important concepts like Data Transfer Objects (DTO), AutoMapper, handling exceptions, and implement individual item endpoints such as GET, PUT, and DELETE. This course will provide significant knowledge of implementing Minimal API for your next RESTful API-related project. At the end of this course, you will know how to create a Minimal Web API using .NET Core. The course teaches you to use the building concepts easily by following a step-by-step approach, making you confident to create a new Minimal API project instantly. What You Will Learn Learn about Minimal APIs, the need, and when to use them Differentiate between Minimal APIs and MVC APIs Learn API collection with Entity Framework and Dependency Injection Learn Minimal API with DTO, AutoMapper, and handle exceptions Implement individual item endpoints such as GET, PUT, and DELETE Learn to add AutoMapper to map data and input models Audience This course aims at web developers working with consuming or exposing APIs. They may be working with internal teams or external third parties. Software architects who want to apply the API concepts to scale and enhance distributed computing in their projects. You need to know the basics of designing a RESTful API along with a PC running Windows, macOS, or Linux with Visual Studio Code (or a similar IDE that can build C# projects) to carry out hands-on activities and exercises for this course. About The Author Praveenkumar Bouna: Praveenkumar Bouna is a C# software engineer with over 15 years of C# .NET development experience in various enterprise applications, including security and surveillance systems and access control systems. He has had a successful career in the C# software development industry. Throughout his C# .NET programming career, he has encountered learners who find programming a complex subject and struggle to understand coding concepts. He provides proper guidance and direction for learning programming and mentors you in this exciting .NET programming field during the learning process.
    Note: Published in October 2022. - Online resource; title from title details screen (O'Reilly, viewed November 8, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837637973 , 1837637970
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 59 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Scrum (Computer software development) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Scrum is the Agile development methodology that allows developer teams to deliver software routinely throughout the life of a project, dynamically changing and reviewing requirements as a project progresses. The Scrum development framework optimizes the goals and mitigates problems with optimal utilization of resources. This course will prepare you for Scrum, which includes steps that you need to take for selecting a product owner, finalizing project details, and choosing a scrum master and development team. You will learn to plan a Sprint, hold a Sprint Planning meeting, estimate the backlog items, implement and hold Daily Sprints. Upon completion of the course, you will be able to plan your first Sprint, create a Sprint Board and product backlog, prioritize backlog items, and plan the first Sprint. Through this course, you will learn to review the Sprint, hold a Sprint Review meeting, and a Sprint Retrospective meeting. The course provides a pocket reference to summarize all points and concepts so you can implement Scrum at your work quickly. You will be able to start using Scrum in your project instantly with a step-by-step approach and build a strong foundation for various future Scrum certifications. What You Will Learn Prepare for Scrum; choose an Owner, ScrumMaster, and Developer Team Create a First Sprint, Sprint Board, Product Backlog, and a plan Learn to create a product backlog and prioritize backlog items Hold Sprint Planning meetings, estimate and implement backlog items Review the Sprint and learn how to hold a Sprint Review meeting Hold Daily Sprints and Retrospective Sprint meetings to achieve goals Audience This course is aimed at developers involved in product development (any programming language), Scrum Masters managing a team as a ScrumMaster looking to refresh core concepts, and managers engaged in technical or people management with a developer team. If you are looking to become Scrum Master Certified (SMC) or a project manager/leader of a technical organization looking to use Scrum in implementing workplace tasks, or if you are an IT manager, decision maker, or a project analyst, the Scrum framework helps immensely to streamline your developer team or floor workforce. No prior knowledge is needed. About The Author Praveenkumar Bouna: Praveenkumar Bouna is a C# software engineer with over 15 years of C# .NET development experience in various enterprise applications, including security and surveillance systems and access control systems. He has had a successful career in the C# software development industry. Throughout his C# .NET programming career, he has encountered learners who find programming a complex subject and struggle to understand coding concepts. He provides proper guidance and direction for learning programming and mentors you in this exciting .NET programming field during the learning process.
    Note: Published in October 2022. - Online resource; title from title details screen (O'Reilly, viewed November 8, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835081181 , 1835081185
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 25 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3
    Keywords: ChatGPT ; Natural language generation (Computer science) ; Artificial intelligence ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: ChatGPT is an advanced language model that generates human-like text. Prompt engineering involves shaping prompts to elicit desired responses, a valuable technique in software development, allowing developers to interact with ChatGPT for explanations, code snippets, design suggestions, and documentation assistance. The course begins with an introduction to ChatGPT, its capabilities, and applications in software development. You will learn to use ChatGPT for certification preps as a study aid and resource to understand key concepts. The course covers how ChatGPT can be utilized for tech interview preparation, practicing coding challenges, answering technical questions, and enhancing interview performance. We will explore how ChatGPT can be used in Docker, understanding Docker concepts. Moving on, we will delve into designing software systems with ChatGPT and brainstorm and evaluate design options, patterns, and trade-offs. You will learn to program with ChatGPT, seek explanations, and code examples in various programming languages/frameworks. Upon completion, we will gain a comprehensive understanding of ChatGPT/prompt engineering techniques that will enable us to effectively utilize ChatGPT to enhance software development productivity and acquire skills to design systems, write programs, and create documents with the assistance of ChatGPT. What You Will Learn Use ChatGPT to develop software on different languages/frameworks Learn strategies for using ChatGPT to prepare for certifications Explore techniques to excel in technical interviews using ChatGPT Integrate ChatGPT with Docker for enhanced development workflows Design software systems using ChatGPT for improved design options Build software development projects with ChatGPT to boost productivity Audience This course is ideal for beginners interested in using ChatGPT for software development. Whether you are a software developer, engineer, or someone looking to enhance productivity in software development, this course is designed to equip you with the necessary skills to leverage ChatGPT effectively. Regardless of your current level of expertise, this course will help you harness the power of ChatGPT to boost your productivity and optimize your software development workflows. Basic programming knowledge is recommended as a prerequisite for this course. About The Author Praveenkumar Bouna: Praveenkumar Bouna is a highly rated cloud instructor with a 4.5 instructor rating and over 2,869 reviews. He has taught over 31,154 students across 18 courses. With a background in the security domain and experience at Honeywell, Praveen has extensive expertise in designing and developing products using the .NET stack. He holds a patent and has presented two papers in the field. Praveen is a Certified ScrumMaster (CSM) and has served as a Scrum Master for a Security R&D team for over 6 years. He has published 30+ Udemy courses and Udemy Labs, sharing his knowledge with over 25,000 students on various software development topics. Explore Praveenkumar Bouna's courses below, covering Azure, Web Development, Scrum, and C# Development, to expand your skills in these areas.
    Note: "Published in July 2023.". - Praveenkumar Bouna, presenter. - Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835469538 , 1835469531
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 5 min.)) , sound, color.
    Edition: [First edition].
    DDC: 004.67/82
    Keywords: Windows Azure Study guides Examinations ; Cloud computing Study guides Examination ; Cloud computing Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In today's technology-driven world, cloud computing is a game-changer, and Microsoft Azure stands at the forefront. Azure is the backbone of countless businesses, offering scalable, flexible, and secure cloud solutions. To navigate this landscape, understanding the fundamentals is paramount, and the AZ-900 certification is your ticket to Azure mastery. This course is your comprehensive guide to mastering Azure basics and conquering the AZ-900 exam. Starting with an introduction to cloud computing, you will grasp the benefits of cloud services and dive deep into Azure's core architectural components. You will explore compute and networking services, storage solutions, and identity and security in the Azure environment. Gain prowess in cost management, governance, compliance, and monitoring tools. The course also culminates with a detailed exploration of Azure Advisor, Azure Service Health, and Azure Monitor, giving you an arsenal of tools to optimize Azure resources. By the end of this course, you will be proficient in Azure cloud computing principles, well-prepared to ace the AZ-900 exam, and equipped to excel in the world of Microsoft Azure. What You Will Learn Understand core Azure principles and cloud computing fundamentals Create scalable Azure infrastructure with architectural components Explore Azure's compute, networking, and storage services in-depth Implement identity, access, and security features for Azure resources Build cost-efficient solutions while ensuring compliance and governance Master Azure monitoring tools for robust resource management Audience This course caters to both newcomers and aspiring cloud enthusiasts. If you're stepping into the world of cloud computing, seeking a strong foundation in Microsoft Azure fundamentals, or aiming to enhance your existing cloud knowledge, this course is designed for you. No prior experience with Azure or cloud computing is necessary. All that's required is your curiosity and willingness to learn. About The Author Praveenkumar Bouna: Praveenkumar Bouna is a software engineer with over 15 years of C# .NET development experience. He holds a Bachelor of Engineering in computer science and engineering. He has worked for about ten years in Honeywell, wherein he transitioned from software engineer to senior software engineer, tech lead, and so on in C#. He has also worked in security and surveillance as well as access control systems in top MNCs in the software industry. He is also a Certified ScrumMaster (CSM) and Scrum Master for a security R&D team. He is known for his simpler teaching approach toward explaining various complex topics his colleagues come across in everyday programming life.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781803242743 , 1803242744
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 51 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.7/137682
    Keywords: Application program interfaces (Computer software) Study guides Examinations ; Electronic data processing personnel Certification ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn to build OpenAPI with ease with the help of Swagger, known as one of the most popular tools used in API development. About This Video Build API for a college management system with the help of demos showing how to use Swagger Tools Learn Swagger Tools that include Swagger Editor, UI, Codegen, Inspector, and SwaggerHub Analyze the usage of Swagger Tools to build an OpenAPI specification through various stages In Detail The usage of Swagger has increased among API developers in the recent past. Companies such as Microsoft, Alibaba, and National Geographic use Swagger to release products faster based on OpenAPI standards. Swagger Tools are the first choice among API developers while working with OpenAPIs. RESTful APIs are currently the most popular way to communicate across different systems. Get ahead of the curve and learn to work with the OpenAPI (Swagger) standards. The course will help you understand Swagger Tools and its types, including SwaggerHub. You will master Swagger Editor and Swagger UI to create OpenAPI specification documents. After that, you will use Swagger Codegen for server stub and client SDK code generation, publish APIs in the SwaggerHub community, collaborate using SwaggerHub with team members, and build a new OpenAPI specification through Swagger Tools for a case study through step-by-step instructions. Finally, you will cover Swagger Inspector to test APIs with ease and look at the best practices for SwaggerHub usage. By the end of this course, you will know how to use all the Swagger tools; namely, Swagger Editor, Swagger UI, Swagger Codegen, Swagger Inspector, and SwaggerHub. You will be able to document, generate server and client code, test the generated codes, and collaborate with team members for any OpenAPI specification. Audience This course is ideal for web developers who work with APIs by either consuming or exposing APIs, and software engineers who work with OpenAPI specifications. Technical leads who need to guide their team in embracing API within their product and software architects who design the system around API with the benefits offered by OpenAPI and Swagger Tools will also benefit. Basic knowledge of designing RESTful APIs along with creating OpenAPI specifications is expected so as to gain the most out of this course.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 10, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 30 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1068
    Keywords: Application program interfaces (Computer software) ; Cloud computing ; Representational State Transfer (Software architecture) ; Interfaces de programmation d'applications ; Infonuagique ; REST (Architecture logicielle) ; APIs (interfaces) ; Application program interfaces (Computer software) ; Cloud computing ; Representational State Transfer (Software architecture) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Discover the process of testing REST API using Postman with requests, collections, environments, workspaces, and much more. About This Video Master sending HTTP requests that include authorization, header presets, code snippets, Postman console, and so on Learn to import and export Postman API elements to increase your productivity while testing APIs Get an overview of sending HTTP requests in Postman and learn about sending GET, PUT, POST, and DELETE requests In Detail Postman is increasingly used in every field involving API. Postman is the first choice among API developers for API testing. Twitter and Shopify use Postman for effective API management to enhance their product portfolios as well as to remain the top leader in their respective segments. The following topics will be covered in this course: - Understand Postman Desktop and Postman web apps - Learn to send basic HTTP requests using GET, PUT, POST, DELETE, and so on for testing API - Master sending HTTP requests that include authorization, header presets, code snippets, Postman console, and so on - Know collections in Postman - Use Postman environments to group variables - Understand Postman workspaces - Get to know import requests - Learn to import and export API elements By the end of the course, you will know how to use Postman for API testing with ease. You will have a strong foundation on Postman and its features. This course will provide significant knowledge of using Postman for your next REST API testing. You will be confident to instantly apply the Postman concepts covered in the course. Audience This course is for web developers who work with APIs on the front end or backend. You may be either consuming or exposing APIs. Basic knowledge of API usage and JSON will be good to have. No prior experience on Postman is required.
    Note: "Updated in March 2022.". - Online resource; title from title details screen (O'Reilly, viewed April 13, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803234311
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Stay updated and level up your skills with the new .NET 6 features, C# 10 features, Hot Reload, .NET Upgrade Assistant, NET Interactive Assistant, and more About This Video Keep yourself updated with new features introduced in .NET 6 and C# 10 Each lesson in this course is bite-sized and easy to finish Practice activities are shared to improve code-writing skills with new features In Detail .NET is one of the most popular frameworks used to develop web, desktop, and mobile applications. The usage of C# has dramatically increased in recent times for productive development. Companies such as StackOverflow, UPS, GE Aviation, and Siemens use .NET as the framework for their software development. In this course, you will get familiarized with the new features introduced in .NET 6 and C# 10. We will cover topics such as What’s New in .NET 6, What’s New in C# 10, Hot Reload, .NET Upgrade Assistant, .NET Interactive Assistant, and some more advanced features in .NET 6. This course provides 2 hours of content along with practice activities. To help you better, it follows a step-by-step approach for learning new features introduced in .NET 6 and C# 10. By the end of this course, you will be aware of the new features introduced in .NET 6 and C# 10 and will be ready to apply the new features in your existing or new projects. Who this book is for This course will be beneficial for developers who use C# as their primary programming language, and architects who want to keep updated on the latest happenings in the development community. You should know C# basics to understand the new concepts covered in the course and Visual Studio Code or Visual Studio to try out the new concepts you learn from this course.
    Note: Online resource; Title from title screen (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803230276
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn the most in-demand IDE currently among the programmers’ community. Acquire the skill of editing the source code in an efficient way, especially inclined towards C# developers. About This Video Master editing the C# files and code faster to dramatically improve your productivity Learn to install, debugging tools, options available, and use extensions to power up the VS Code Build your own snippets to extend the programming experience even further in a step-by-step approach In Detail Visual Studio Code is the #1 IDE among the programmers’ community. The usage of VS Code has increased exponentially in recent years. Companies such as Facebook, Google, Microsoft, and many others use Visual Studio Code to do development in various programming languages at a large scale. You will be learning these VS Code concepts from scratch in this course. You will get started with Visual Studio Code and create your first C# project. Then master editing and know how to navigate better in Visual Studio Code. After that, you will get to know Intellisense and use extensions in VS Code. Post that, you will learn to debug in Visual Studio Code, and master Git and GitHub usage for your C# projects. Finally, you will learn Visual Studio Code workspaces, and build snippets in Visual Studio Code. By the end of this course, you will have a strong foundation in using Visual Studio Code for C# programming. This course will provide significant knowledge of using Visual Studio Code for your next C# project. You will be certain to use the learned concepts with ease by following a step-by-step approach. You will be confident to instantly apply the IDE tips covered in the course. Who this book is for This course is ideal for beginner C# programmers, who are starting out with programming. This course will provide you with a strong foundation on using Visual Studio Code for C# programming. Experienced C# programmers, who are looking to switch to Visual Studio Code from another IDE will also be benefitted. Basic knowledge of C# programming will be helpful. Apart from this, a basic knowledge of Git will be helpful for the Git section, but not mandator
    Note: Online resource; Title from title screen (viewed January 28, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803237398
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: A carefully selected approach for absolute beginners towards learning programming fundamentals. About This Video Master the programming and coding concepts that can be applied to any programming languages such as C, Python, C#, and so on Understand variables, operators, program flow, functions, comments, exceptions, and so on with demos Get exposed to the coding concepts of comments and exceptions In Detail This course will teach you the fundamentals of the programming language from the ground up. You will be taken through a carefully selected approach for absolute beginners towards learning programming fundamentals. You are looking for a direction to learn the fundamentals of programming languages. You want to understand coding concepts through an easier approach. You are looking for a helping hand to learn the basics of programming with assistance on each step of your journey. You are looking for ways to improve your current situation. You want to understand the fundamentals of programming to kick start an exciting career in the software industry. This course will help you in achieving them. This course covers introduction to programming fundamentals and explains various coding concepts of variables and their types, operators, conditional statements, loops, functions, comments, and exceptions. By the end of the course, you will have a solid foundation in the fundamentals of programming languages and coding constructs. You will be ready to create flowcharts and pseudocodes for given problem statements. Further, you will be more confident in learning a new programming language of your choice. Who this book is for This course is helpful for freshers, who are absolute beginners at coding. This course will give you an excellent head start towards an exciting programming career. For experienced non-IT professionals, who are looking for a career change as a software engineer. This course will provide you with a solid foundation in programming which is a necessity for your new career path. No prior knowledge of programming languages or coding is required. This course will cover everything you need to get started - from figuring out programming basics to following coding constructs.
    Note: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235110
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Be a part of this beginner-friendly and hands-on course to learn and implement all the pillars of the OOPs (Object Oriented Programming) concept in C#. About This Video Build CMS (College Management System) from scratch using OOP concepts Learn C# OOP concepts essential for any serious programming in C# .NET Each lesson in this course is bite-sized and easy to finish along with assignments to apply your learnings In Detail Employment of C# .NET developers is projected to grow much faster than the average for all occupations. .NET developers will be needed to respond to an increased demand for computer software. The skills you learn from this course will be relevant in the future and aid in learning advanced C# programming. The software industry is only going to grow bigger! This course will teach you the Object-Oriented Programming (OOP) concepts in C# programming language in .NET Core from the ground up. You will apply the learnings through assignments at the end of every section. You will be taken through a carefully selected approach towards learning these OOP concepts. This course will help you understand class, interfaces, inheritance, polymorphism, and so on through an easier approach. You will be mentored throughout each step of your learning process. By the end of this course, you will have a strong understanding of the Object-Oriented Programming (OOP) concepts in the C# programming language. Next, you will know how to apply OOP concepts in your everyday programming. Apart from this, you will be more confident to learn advanced C# programming concepts next. Finally, you will be ready to begin your career as a C# .NET programmer. Who this book is for This course is ideal for the beginners in C#, who know the basics of C# and want to take their next step towards learning OOP concepts in C# with .NET core and programmers from a different programming language, who have experience in a language other than C# and want to learn OOP syntax and usage in C#. Basic knowledge of C# is required to get the most out of this course but is not mandatory.
    Note: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...