Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Microsoft .NET Framework 46
- Active server pages 33
- Development 30
- Application software 27
- Web site development 22
- Web applications 16
- Internet programming 14
- Web sites 12
- Microsoft software 11
- Authoring programs 9
- Computer programming 9
- Microsoft Visual studio 9
- Novela inglesa 8
- C# (Computer program language) 7
- Microsoft and .NET 7
- C (Computer program language) 6
- Cloud computing 5
- Design 5
- Web Development 5
- Computer programs 4
- Computers 4
- Management 4
- Microsoft 4
- Microsoft .NET 4
- Software engineering 4
- Engineering & Applied Sciences 3
- Leadership 3
- Social aspects 3
- Access control 2
- Application program interfaces (Computer software) 2
-
41por Hartley, SimonTabla de Contenidos: “…Your Mind is Like a Formula 1 Car. 3. Razor Sharp Focus. 4. Control Your Confidence. 5. …”
Publicado 2012
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
42por Galloway, JonTabla de Contenidos: “…A Sample Application: The MVC Music Store Controller Basics; A Simple Example: The Home Controller; Writing Your First (Outrageously Simple) Controller; Creating the New Controller; Writing Your Action Methods; A Few Quick Observations; Parameters in Controller Actions; Summary; Chapter 3: Views; What a View Does; Specifying a View; Strongly Typed Views; View Models; Adding a View; Understanding the Add View Dialog Options; Customizing the T4 View Templates; Razor View Engine; What is Razor?; Code Expressions; Html Encoding; Code Blocks; Razor Syntax Samples; Implicit Code Expression…”
Publicado 2011
Libro electrónico -
43
-
44por Heifetz, Ronald A. 1951-Tabla de Contenidos: “…Applying Power -- 6. On a Razors Edge -- 7. Falling Off the Edge -- Part III. …”
Publicado 1994
Libro electrónico -
45Publicado 2022Tabla de Contenidos: “…Table of Contents Modern Software Development and ABP Framework Getting Started with ABP Framework Step-By-Step Application Development Understanding the Reference Solution Exploring the ASP.NET and ABP Infrastructure Working with the Data Access Infrastructure Exploring Cross-Cutting Concerns Using the Features and Services of ABP Understanding Domain-Driven Design DDD – The Domain Layer DDD –The Application Layer Working with MVC/Razor Pages Working with the Blazor WebAssembly UI Building HTTP APIs and Real-Time Services Working with Modularity Implementing Multi-Tenancy Building Automated Tests…”
Libro electrónico -
46Publicado 2023“…You’ll see that Blazor is a web UI framework based on C#, Razor, and HTML, and how it runs front-end logic using C#, either on the server or on the browser, using WebAssembly. …”
Libro electrónico -
47por Tretheway, Mike“…According to IATA, the industry raised a profit of $8 billion in 20112 and it is forecasted to make a profit of $11 billion in 2013.3 However, these improved profit margins continue to be razor thin – in the best of times the airline industry earns only a modest 1-2% net profit margin on revenue. …”
Publicado 2013
Capítulo de libro electrónico -
48por Freeman, Adam. authorTabla de Contenidos: “…Part I: Introducing ASP.NET MVC 5 -- What's The Big Idea -- Your first MVC Application -- The MVC Pattern -- Essential Language Features -- Working with Razor -- Essential Tools for MVC -- Sports Store: A Real Application -- Sports Store: Navigation -- Sports Store: Cart -- Sports Store: Mobile -- Sports Store: Admin -- Sports Store: Security and Finishing Touches -- Deployment -- ASP.NET MVC 5 In Detail -- Overview of MVC5 Projects -- URL Routing -- Advanced Routing Features -- Controllers and Actions -- Filters -- Controllers Extensibility -- Views -- Helper Methods -- Templated Helper Methods -- URL and Ajax Helper Methods -- Model Binding -- Model Validation -- Bundles -- WebAPI and Single Page Applications…”
Publicado 2013
Libro electrónico -
49Publicado 2011“…Now, with Decades of Differences: Making It Work, leaders have the concrete tools they need to become razor sharp, extremely adaptable and fully prepared to effectively lead and manage both the changes and the change-makers…”
Libro electrónico -
50por Lydford, SteveTabla de Contenidos: “…DictionaryThe var keyword; IEnumerable; Conditions; if...else; switch; try...catch; Loops; The while loop; The do loop; The for loop; The foreach loop; Object Oriented Programming; Principles and Terminology; Classes and Objects; Fields and Properties; Methods; Constructors; Events and Delegates; Static Classes and Members; Inheritance; Namespaces; Interfaces; Anonymous Types; Generics; OOP Conclusion; Dynamics; ExpandoObject(); Summary; CHAPTER 4 Working with Razor and ASP.NET Web Pages; Razor Syntax; Adding a single line of server-side code; Adding more complex code…”
Publicado 2011
Libro electrónico -
51Publicado 2023Tabla de Contenidos: “…-- WebAssembly goals -- WebAssembly support -- Setting up your PC -- Installing Microsoft Visual Studio Community Edition -- Installing .NET 7.0 -- Installing Microsoft SQL Server Express -- Create a Microsoft Azure account -- Summary -- Questions -- Further reading -- Chapter 2: Building Your First Blazor WebAssembly Application -- Creating the Demo Blazor WebAssembly Project Technical Requirements -- Razor components -- Using components -- Parameters -- Required parameters -- Query strings -- Naming components -- Component life cycle -- Component structure -- Directives -- Markup -- Code block -- Routing -- Route parameters -- Optional route parameters -- Catch-all route parameters -- Route constraints -- Razor syntax -- Inline expressions -- Control structures -- Conditionals -- Loops -- Hot Reload -- Creating the Demo Blazor WebAssembly project -- Project overview -- Getting started with the project -- Running the Demo project -- Examining the Demo project's structure -- The Properties folder -- The wwwroot folder -- The App component -- The Shared folder -- The Pages folder -- The Client folder -- The _Imports.razor file -- Examining the shared Razor components -- The MainLayout component -- The NavMenu component…”
Libro electrónico -
52por Ciliberti, John. authorTabla de Contenidos: “…Chapter 1 - ASP.NET Core MVC Fundamentals -- Chapter 2 - Getting Started with ASP.NET Core MVC -- Chapter 3 - MVC Razor Syntax and HTML Helpers -- Chapter 4 - Using Tag Helpers -- Chapter 5 - Getting the Most from New Features in ASP.NET Core MVC -- Chapter 6 - Solution Design using ASP.NET Core MVC -- Chapter 7 - Test-Driven Development with ASP.NET Core MVC -- Chapter 8 - Moving from WebForms to ASP.NET Core MVC -- Chapter 9 - Data Validation Using ASP.NET Core MVC -- Chapter 10- Securing Your ASP.NET Core MVC Application -- Chapter 11 - Creating Modern User Experiences Using React.js and ASP.NET Core -- Appendix A.…”
Publicado 2017
Libro electrónico -
53Publicado 2018Tabla de Contenidos: “…Getting started with ASP.NET core -- Your first application -- Handling requests with the middleware pipeline -- Creating web pages with MVC controllers -- Mapping URLs to methods using conventional routing -- The binding model : retrieving and validating user input -- Rendering HTML using Razor views -- Building forms with Tag Helpers -- Creating a web API for mobile and client applications using MVC -- Part 2. …”
Libro electrónico -
54por Galloway, Jon AlanTabla de Contenidos: “…A Few Quick Observations Parameters in Controller Actions; Summary; Chapter 3: Views; The Purpose of Views; Specifying a View; ViewData and ViewBag; Strongly Typed Views; View Models; Adding a View; Understanding the Add View Dialog Options; The Razor View Engine; What Is Razor?; Code Expressions; HTML Encoding; Code Blocks; Razor Syntax Samples; Implicit Code Expression; Explicit Code Expression; Unencoded Code Expression; Code Block; Combining Text and Markup; Mixing Code and Plain Text; Escaping the Code Delimiter; Server-Side Comment; Calling a Generic Method; Layouts; ViewStart…”
Publicado 2012
Libro electrónico -
55por Freeman, Adam“…Author Adam Freeman’s comfortable style mentors you through advanced topics like RESTful web services, Razor Pages for HTML responses, and data access with Entity Framework Core. …”
Publicado 2023
Libro electrónico -
56por FREEMAN, ADAM. authorTabla de Contenidos: “…1: Putting ASP.NET MVC In Context -- 2: Your First MVC Application -- 3: The MVC Pattern, Projects and Conventions -- 4: Essential C# Features -- 5: Working with Razor -- 6: Working with Visual Studio -- 7: Testing MVC Applications -- 8: SportsStore: A Real Application -- 9: SportsStore: Navigation -- 10: SportsStore: Cart -- 11: SportsStore: Administration -- 12: SportsStore: Security & Deployment -- 13: SportsStore: Working with Visual Studio Code -- 14: Configuring Applications -- 15: URL Routing -- 16: Advanced Routing Features -- 17: Controllers and Actions -- 18: Dependency Injection -- 19: Filters -- 20: API Controllers -- 21: Views -- 22: View Components -- 23: Tag Helpers -- 24: Using the Form Tag Helpers -- 25: Using Other Built-in Tag Helpers -- 26: Model Binding -- 27: Model Validation -- 28: Identity -- 29: Applying Identity -- 30: Advanced Identity -- 31: Constraints and Conventions…”
Publicado 2016
Libro electrónico -
57Publicado 2022Tabla de Contenidos: “…Building Websites Using ASP.NET Core Razor Pages -- Chapter 14. Building Websites Using the Model-View-Controller Pattern -- Chapter 15. …”
Libro electrónico -
58por Clarke, Duncan G., 1948-“…We might think that the world's oil empires are invincible megaliths, dominated by American interests, but Duncan Clarke reveals the ways in which these empires will face huge challenges in the twenty-first century. Based on razor-sharp analysis of contemporary geopolitics and a deep knowledge of global history, he shows exactly why these empires are declining. …”
Publicado 2007
Libro electrónico -
59Publicado 2023Tabla de Contenidos: “…-- Preceding Blazor -- Introducing WebAssembly -- Introducing .NET 7 -- Introducing Blazor -- Blazor Server -- Blazor WebAssembly -- Blazor WebAssembly versus Blazor Server -- Blazor Hybrid / .NET MAUI -- Summary -- Further reading -- Chapter 2: Creating Your First Blazor App -- Technical requirements -- Setting up your development environment -- Windows -- macOS -- Linux (or macOS or Windows) -- Creating our first Blazor application -- Exploring the templates -- Blazor Server App -- Blazor WebAssembly App -- Blazor Server App Empty -- Blazor WebAssembly App Empty -- Creating a Blazor Server application -- Creating a WebAssembly application -- Using the command line -- Creating projects using the command line -- Figuring out the project structure -- Program.cs -- WebAssembly Program.cs -- Blazor Server Program.cs -- Index/_Host -- _Host (Blazor Server) -- Index (WebAssembly) -- App -- MainLayout -- Bootstrap -- CSS -- Summary -- Chapter 3: Managing State - Part 1 -- Technical requirements -- Creating a data project -- Creating a new project -- Creating data classes -- Creating an interface -- Implementing the interface -- Adding the API to Blazor -- Summary -- Chapter 4: Understanding Basic Blazor Components -- Technical requirements -- Exploring components -- Counter -- FetchData -- Learning Razor syntax -- Razor code blocks -- Implicit Razor expressions -- Explicit Razor expressions -- Expression encoding -- Directives -- Adding an attribute -- Adding an interface -- Inheriting -- Generics -- Changing the layout -- Setting a namespace -- Setting a route -- Adding a using statement -- Understanding dependency injection -- Singleton -- Scoped -- Transient -- Injecting the service -- Figuring out where to put the code…”
Libro electrónico -
60Publicado 2024Tabla de Contenidos: “…-- Preceding Blazor -- Introducing WebAssembly -- Introducing .NET 8 -- Introducing Blazor -- Blazor Server -- Blazor WebAssembly -- Blazor WebAssembly versus Blazor Server -- Blazor Hybrid/.NET MAUI -- Server-Side Rendering (SSR) -- The feature formerly known as Blazor United -- Summary -- Further reading -- Chapter 2: Creating Your First Blazor App -- Technical requirements -- Setting up your development environment -- Windows -- macOS and Linux (or Windows) -- Creating our first Blazor application -- Exploring the templates -- Blazor Web App -- Blazor WebAssembly Standalone App -- Creating a Blazor web application -- Using the command line -- Creating projects using the command line -- Figuring out the project structure -- Program.cs (BlazorWebApp project) -- Program.cs (BlazorWebApp.Client) -- App (BlazorWebApp) -- Routes -- MainLayout -- CSS -- Summary -- Chapter 3: Managing State - Part 1 -- Technical requirements -- Creating a data project -- Creating a new project -- Creating data classes -- Creating an interface -- Implementing the interface -- Adding the API to Blazor -- Summary -- Chapter 4: Understanding Basic Blazor Components -- Technical requirements -- Exploring components -- Counter -- Weather -- Learning Razor syntax -- Razor code blocks -- Implicit Razor expressions -- Explicit Razor expressions -- Expression encoding -- Directives -- Adding an attribute -- Adding an interface -- Inheriting -- Generics -- Changing the layout -- Setting a namespace -- Setting a route -- Adding a using statement -- Understanding dependency injection -- Singleton -- Scoped -- Transient -- Injecting the service -- Changing the render mode -- Figuring out where to put the code -- In the Razor file…”
Libro electrónico