Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Item Type
      Item Type
      Clear All
      Item Type
  • Subject
      Subject
      Clear All
      Subject
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
18 result(s) for "COMPUTERS / Programming Languages / ASP.NET."
Sort by:
Mastering ABP Framework
Learn how to build modern web applications from the creator of ABP Framework Key Features Build robust, maintainable, modular, and scalable software solutions using ABP FrameworkLearn how to implement SOLID principles and domain-driven design in your web applicationsDiscover how ABP Framework speeds up your development cycle by automating repetitive tasks Book Description ABP Framework is a complete infrastructure for creating modern web applications by following software development best practices and conventions. With ABP's high-level framework and ecosystem, you can implement the Don’t Repeat Yourself (DRY) principle and focus on your business code. Written by the creator of ABP Framework, this book will help you to gain a complete understanding of the framework and modern web application development techniques. With step-by-step explanations of essential concepts and practical examples, you'll understand the requirements of a modern web solution and how ABP Framework makes it enjoyable to develop your own solutions. You'll discover the common requirements of enterprise web application development and explore the infrastructure provided by ABP. Throughout the book, you’ll get to grips with software development best practices for building maintainable and modular web solutions. By the end of this book, you'll be able to create a complete web solution that is easy to develop, maintain, and test. What you will learn Set up the development environment and get started with ABP FrameworkWork with Entity Framework Core and MongoDB to develop your data access layerUnderstand cross-cutting concerns and how ABP automates repetitive tasksGet to grips with implementing domain-driven design with ABP FrameworkBuild UI pages and components with ASP.NET Core MVC (Razor Pages) and BlazorWork with multi-tenancy to create modular web applicationsUnderstand modularity and create reusable application modulesWrite unit, integration, and UI tests using ABP Framework Who this book is for This book is for web developers who want to learn software architectures and best practices for building maintainable web-based solutions using Microsoft technologies and ABP Framework. Basic knowledge of C# and ASP.NET Core is necessary to get started with this book.
F# for Quantitative Finance
To develop your confidence in F#, this tutorial will first introduce you to simpler tasks such as curve fitting. You will then advance to more complex tasks such as implementing algorithms for trading semi-automation in a practical scenario-based format.If you are a data analyst or a practitioner in quantitative finance, economics, or mathematics and wish to learn how to use F# as a functional programming language, this book is for you. You should have a basic conceptual understanding of financial concepts and models. Elementary knowledge of the .NET framework would also be helpful.
Building RESTful Web Services with .NET Core
Explore the power of ASP.NET Core 2.0 and .NET Core 2.0 to build reliable, scalable RESTful APIs. Through in-depth concepts and practical guidance, this book walks you through the steps of designing, developing, and enhancing REST services using industry-standard patterns and best practices.What this Book will help me doMaster the fundamentals of REST and its implementation in ASP.NET Core.Gain hands-on experience in creating secure RESTful APIs with .NET Core.Discover techniques for improving API performance through caching and scaling.Understand how to integrate external components and third-party services into your APIs.Learn to test and deploy APIs effectively with tools like Postman and CI/CD pipelines.Author(s)The authors, None Bhattacharya, Gaurav Aroraa, and Tadit Dash, bring decades of combined experience in software development and architectural design. Their expertise in ASP.NET Core and RESTful services delivers a well-rounded and practical guide tailored for students and professionals alike.Who is it for?This book is designed for software developers and architects looking to enhance their skills in building modern, scalable APIs. A foundational understanding of C# and .NET Core is recommended to fully grasp the examples and exercises provided. Ideal for professionals seeking to embrace RESTful design patterns.
NET Standard 2.0 Cookbook
With the .NET Standard 2.0 Cookbook, you'll gain the tools and techniques you need to write and share high-quality code across the entire .NET ecosystem. From cloud-based applications to mobile solutions, this book guides you through using the .NET Standard Library to deliver portable and reliable applications.What this Book will help me doMaster the process of creating, testing, and deploying a .NET Standard 2.0 library.Learn to leverage multithreading and advanced IO operations included in the .NET Standard.Integrate legacy .NET libraries seamlessly within the modern .NET ecosystem.Explore Xamarin to create cross-platform code for iOS and Android using .NET Standard.Package and distribute your own NuGet packages effectively and professionally.Author(s)None Ismail is an accomplished software developer and technology expert with experience in creating robust .NET applications. A passionate advocate for clean and reusable code, None has a history of helping developers navigate complex technical landscapes through clear and practical writing. The cookbook-style approach reflects None's belief in hands-on, practical learning.Who is it for?This book is ideal for developers with a background in C# who are eager to expand their knowledge of the .NET ecosystem. If you are looking to upgrade your skills to include .NET Standard 2.0 to develop versatile, cross-platform applications, this guide is for you. Developers seeking to integrate and modernize legacy codebases will find this resource invaluable. Whether you develop for mobile, web, or cloud, this book provides the insight you need to succeed.
Web technology in automated information and modeling systems for metallurgical processes
The software in information systems used by engineering personnel at metallurgical enterprises is considered. Such software operates automated workstations, support systems for decision making, information and modeling systems, expert systems, and so on. Typically, the software takes the form of desktop applications written in high-level programming languages (Visual C#, Visual Basic, etc.). The analysis of technological information from the enterprise’s database-management server entails the solution of programming problems, systems of differential equations, and mathematical-physics problems, for example. Such problems are unsolvable by the standard general-purpose programming languages. Therefore, the development of information and modeling systems requires access to outside software, such as Microsoft Excel and MATLAB. Interaction with Microsoft Excel depends on COM Interop technology, which requires the installation of Microsoft Office on each client computer. Interaction with MATLAB requires the preliminary assembly of a library in MATLAB Compiler and its connection to the program. MATLAB Runtime freeware must be installed on the client computer. However, desktop applications using Windows Forms do not meet the requirements of industrial information systems in terms of functionality, accessibility, and cross-platform compatibility. Accordingly, new technologies must be found for the creation of information systems. The best approach is the construction of web applications based on the ASP.NET MVC framework, which permits the transfer of mathematical libraries and modules for interaction with Microsoft Excel and MATLAB from Windows Forms, without modification. The structure of the web application employed in the development of information-system software is described. The web page employed has the following functional regions: the logo and title of the current page, the session-status menu, the function menu, group operations, notifications, and the working area.
Building microservices with .NET Core
Architect your .NET applications by breaking them into really small pieces?microservices?using this practical, example-based guideAbout This BookStart your microservices journey and understand a broader perspective of microservices developmentBuild, deploy, and test microservices using ASP.Net MVC, Web API, and Microsoft Azure CloudGet started with reactive microservices and understand the fundamentals behind itWho This Book Is ForThis book is for .NET Core developers who want to learn and understand microservices architecture and implement it in their .NET Core applications. It's ideal for developers who are completely new to microservices or have just a theoretical understanding of this architectural approach and want to gain a practical perspective in order to better manage application complexity.What You Will LearnCompare microservices with monolithic applications and SOAIdentify the appropriate service boundaries by mapping them to the relevant bounded contextsDefine the service interface and implement the APIs using ASP.NET Web APIIntegrate the services via synchronous and asynchronous mechanismsImplement microservices security using Azure Active Directory, OpenID Connect, and OAuth 2.0Understand the operations and scaling of microservices in .NET CoreUnderstand the testing pyramid and implement consumer-driven contract using pact net coreUnderstand what the key features of reactive microservices are and implement them using reactive extensionIn DetailMicroservices is an architectural style that promotes the development of complex applications as a suite of small services based on business capabilities. This book will help you identify the appropriate service boundaries within the business. We'll start by looking at what microservices are, and what the main characteristics are.Moving forward, you will be introduced to real-life application scenarios, and after assessing the current issues, we will begin the journey of transforming this application by splitting it into a suite of microservices.You will identify the service boundaries, split the application into multiple microservices, and define the service contracts. You will find out how to configure, deploy, and monitor microservices, and configure scaling to allow the application to quickly adapt to increased demand in the future.With an introduction to the reactive microservices, you strategically gain further value to keep your code base simple, focusing on what is more important rather than the messy asynchronous calls.Style and approachThis guide serves as a stepping stone that helps .NET Core developers in their microservices architecture. This book provides just enough theory to understand the concepts and apply the examples.
Design and Implementation of English Reading Examination System Based on WEB Platform
For the self-assessment and practice-based improvement of students' English reading level, this paper designed an English reading test system based on the WEB platform, which will enrich the methods for students to improve their reading ability and will advance the informatization level of English tests. The system adopts the browser / server architecture with the back-end database SQL Server as the database management system and C # and ASP.NET as the programming language to meet multiple needs of English reading examinations and achieve the informatization management of English reading examinations. The design and implementation of the English reading examination system based on the WEB platform will not only improve the efficiency of the examination management, but also drive students to actively learn English reading, with certain application value.
Professional Visual Basic 2010 And . NET 4
Intermediate and advanced coverage of Visual Basic 2010 and .NET 4 for professional developers If you've already covered the basics and want to dive deep into VB and .NET topics that professional programmers use most, this is your book. You'll find a quick review of introductory topics-always helpful-before the author team of experts moves you quickly into such topics as data access with ADO.NET, Language Integrated Query (LINQ), security, ASP.NET web programming with Visual Basic, Windows workflow, threading, and more. You'll explore all the new features of Visual Basic 2010 as well as all the essential functions that you need, including .NET features such as LINQ to SQL, LINQ to XML, WCF, and more. Plus, you'll examine exception handling and debugging, Visual Studio features, and ASP.NET web programming. Expert author team helps you master the tools and techniques you need most for professional programming Reviews why Visual Basic 2010 will be synonymous with writing code in Visual Studio 2010 Focuses on .NET features such as LINQ, LINQ to SQL, LINQ to XML, WPF, workflow, and more Discusses exception handling and debugging, data access with ADO.NET, Visual Studio features for Visual Basic developers, Windows programming with Windows Forms, ASP.NET web programming with VB, communication interfaces, Windows workflow, and threading This Wrox guide presents you with updated coverage on topics you need to know now.
Professional ASP.NET 4 in C# and VB
Carried over in this new book is the unique approach of featuring examples in both Cß and VB, as is the incomparable coverage of core ASP.NET. After a fast-paced refresher on essentials such as server controls, the book delves into expert coverage of all the latest capabilities of ASP.NET 4.