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
-
101Publicado 2018Tabla de Contenidos: “…Update .NET Core CLI -- Changes in ASP.NET Core Identity -- Exploring .NET Core CLI and New Project Templates -- Understanding .NET Standard -- Versioning of .NET Standard -- New improvements in .NET Standard 2.0 -- More APIs in .NET Standard 2.0 -- Compatibility mode -- Creating a .NET Standard library -- What comes with ASP.NET Core 2.0 -- ASP.NET Core Razor Pages -- Automatic Page and View compilation on publishing -- Razor support for C# 7.1 -- Simplified configuration for Application Insights -- Pooling connections in Entity Framework Core 2.0 -- New features in C# 7.0 -- Tuples -- Patterns -- Constant pattern -- Type pattern -- Var pattern -- Reference returns -- Expression bodied member extended -- Creating Local Functions -- Out variables -- Async Main -- Writing quality code -- Summary -- Understanding .NET Core Internals and Measuring Performance -- .NET Core internals -- CoreFX -- CoreCLR -- Understanding MSIL, CLI, CTS, and CLS -- How the CLR works -- From compilation to execution - Under the hood -- Garbage collection -- Generations in GC -- .NET Native and JIT compilation -- Utilizing multiple cores of the CPU for high performance -- How releasing builds increases performance -- Benchmarking .NET Core 2.0 applications -- Exploring BenchmarkDotNet -- How it works -- Setting parameters -- Memory diagnostics using BenchmarkDotnet -- Adding configurations -- Summary…”
Libro electrónico -
102Global Meets Digital Global Strategy for Digital Businesses - Digital Strategy for Global BusinessesPublicado 2023Tabla de Contenidos: “…How Peloton Captures Value -- Peloton's Global Strategy -- The Globalization-Localization Dilemma -- Global Strategy for Digital Businesses -- Network Effects -- Technology and Innovation -- First Movers, Fast Seconds, and Imitators -- Localization -- Licensing and Partnering -- IP Protection -- Notes -- 6 Digital Business Models -- Direct Selling -- Subscription -- Freemium -- Outcome Based -- Razor and Blade -- Data Monetization -- Platform -- Ecosystem -- Business Models for Professional Services Firms -- How Law Firms Bill Their Clients -- Productization of Services -- Notes -- 7 Digital Strategy for Global B2C Businesses -- What Is a Global Business? …”
Libro electrónico -
103Publicado 2021Tabla de Contenidos: “…Intro -- Table of Contents -- Title Page -- Copyright -- Dedication -- Introduction to the First Edition -- Introduction to the Second Edition -- Other Works by Alan Weiss -- Section I: Genesis: Consulting as a Profession -- Chapter 1: Origins and Evolution -- The Role of a Consultant -- The Ongoing Need -- Various Forms -- Examples of Success -- The Future -- Notes -- Chapter 2: Creation -- Legal -- Financial -- Administrative Support and Resources -- Emotional Support and Resources -- Two Available Structures -- Notes -- Chapter 3: Philosophy -- Hydraulics: Raise Fees and Reduce Labor -- Identifying True Buyers -- Conceptual Agreement -- Leveraging -- Notes -- Section II: Exodus: Consulting as a Business -- Chapter 4: The Journey -- Creating Gravity and Attraction -- Reaching Out Effectively -- Viral and Social Media Implementation -- Creating an Accelerant Curve -- Shameless Promotion -- Technology Strategies -- Notes -- Chapter 5: Presence -- Creating and Nurturing a Brand -- Expanding Products and Services -- Considering Alliances -- Referral Business -- Advisory Business (Retainers) -- Global Work -- Notes -- Chapter 6: Celebrity -- Thought Leadership -- Authorship -- Value‐Based Fees -- Subcontracting, Franchising, Licensing -- Reinvention -- Creating Communities -- Notes -- Section III: Deuteronomy: Consulting Methodology -- Chapter 7: The Perfect Proposal -- Assuring Success -- Conceptual Agreement -- The Nine Components of a Great Proposal -- How to Submit -- How to Close and Launch -- Notes -- Chapter 8: Implementation -- Occam's Razor -- The Key Stakeholders and Influence Points -- Avoiding Scope Seep -- Midcourse Corrections -- Note -- Chapter 9: Disengaging -- Demonstrating Success -- Obtaining Referrals -- Obtaining Repeat Business -- Creating Testimonials and References -- Long‐Term Leverage -- Notes…”
Libro electrónico -
104por Krauth, Joachim, 1941-Tabla de Contenidos: “…2.1 Dependent and Independent Variables2.2 Selection of Factor Levels; 2.3 Causal Relations and Intervening Variables; 2.4 Ockham's Razor; 2.5 Constructs; 2.6 Causal and Correlative Relations; Summary; Questions; Chapter 3. …”
Publicado 2000
Libro electrónico -
105por Ford, NealTabla de Contenidos: “…Ancient PhilosophersOccam's Razor; The Law of Demeter; Software Lore; 11. Question Authority; Fluent Interfaces; Anti-Objects; 12. …”
Publicado 2008
Libro electrónico -
106por Paz, Jose Rolando GuayTabla de Contenidos: “…""Defining Scripts to Create Database Tables""""Running the Scripts""; ""Summary""; ""Chapter 4: Controllers""; ""The Routing Engine""; ""Creating Controllers""; ""Working with Action Methods""; ""Using FileResult""; ""Using HttpStatusCodeResult""; ""Using HttpNotFoundResult""; ""Summary""; ""Chapter 5: Views""; ""Understanding View Engines""; ""Working with Views""; ""The Rendering Process""; ""Understanding the Razor View Engine""; ""Working with HTML Helper Methods""; ""Working with ViewData and ViewBag""; ""Working with Strongly Typed Views""; ""Introducing ASP.NET MVC 4 Mobile Features""…”
Publicado 2013
Libro electrónico -
107Publicado 2022Tabla de Contenidos: “…-- Other important principles -- Separation of concerns -- Don't repeat yourself (DRY) -- Keep it simple, stupid (KISS) -- Summary -- Questions -- Further reading -- Section 2: Designing for ASP.NET Core -- Chapter 4: The MVC Pattern Using Razor -- The Model View Controller design pattern -- Goal -- Design -- Anatomy of ASP.NET Core MVC -- Directory structure -- Controller -- Model -- View -- Default routing -- Conclusion -- The View Model design pattern -- Goal -- Design…”
Libro electrónico -
108por Hales, JasonTabla de Contenidos: “…-- Model -- DbContext and DbSet -- AdventureWorks Database -- Exercise 6.01: Reading Stock Locations from AdventureWorks Database -- Querying a Database-LINQ to SQL -- Query Syntax -- The Rest of CRUD -- Exercise 6.02: Updating Products and Manufacturers Table -- Database First -- Revisiting DbContext -- Generating DbContext from an Existing Database -- Code First and Migrations -- Exercise 6.03: Managing Product Price Changes -- Pitfalls of EF -- Examples Setup -- Multiple Adds -- Equals over == -- Using IEnumerable over IQueryable -- Lazy over Eager Loading -- Read-Only Queries -- Summary of Results -- Tools to Help You Spot Problems Early On -- Working with a Database in Enterprise -- Repository Pattern -- Exercise 6.04: Creating a Generic Repository -- Testing Data Persistence Logic Locally -- In-Memory Database Provider -- SQLite Database Provider -- A Few Words on Repository -- Query and Command Handlers Patterns -- Separating the Database Model from the Business Logic (Domain) Model -- Activity 6.01: Tracking System for Trucks Dispatched -- Summary -- Chapter 7: Creating Modern Web Applications with ASP.NET -- Introduction -- Anatomy of an ASP.NET Web App -- Program.cs and the WebApplication -- Middlewares -- Logging -- Dependency Injection -- Exercise 7.01: Creating Custom Logging Middleware -- Dependency Lifetimes -- Razor Pages -- Basic Razor Syntax -- File Structure -- Exercise 7.02: Creating a Kanban Board with Razor -- PageModel -- The Life Cycle with Page Handlers -- Rendering Reusable Static Code with Tag Helpers -- Exercise 7.03: Creating Reusable Components with Tag Helpers -- Model Binding -- Exercise 7.04: Creating a New Page to Submit Tasks -- Validation…”
Publicado 2022
Libro electrónico -
109por Freeman, Adam, 1972-Tabla de Contenidos: “…Using Automatically Implemented PropertiesUsing Object and Collection Initializers; Using Extension Methods; Applying Extension Methods to an Interface; Creating Filtering Extension Methods; Using Lambda Expressions; Using Automatic Type Inference; Using Anonymous Types; Performing Language Integrated Queries; Understanding Deferred LINQ Queries; Using Async Methods; Applying the async and await Keywords; Summary; CHAPTER 5 Working with Razor; Creating the Example Project; Defining the Model; Defining the Controller; Creating the View; Working with the Model Object; Working with Layouts…”
Publicado 2012
Libro electrónico -
110por Collins, Mark. authorTabla de Contenidos: “…Modifying the Step Attribute Adding Custom Tick Marks; Displaying the Range Value; Summary; Chapter 3: MVC Web Applications; Introducing ASP.NET MVC6 ; Creating an ASP.NET MVC Project; Exploring a Razor View ; Using Editor Templates; Adding a Feedback Page ; Creating the Feedback Model; Defining the Feedback View; Completing the Feedback Form; Adding the Other Fields; Adding Editor Templates; Generating Custom HTML ; Adding a Custom Helper Class; Re-implementing the Custom E- mail Template; Implementing a Range Control; Implementing a Custom Helper Method…”
Publicado 2015
Libro electrónico -
111Publicado 2013Tabla de Contenidos: “…B Roll; Cut-ins and Cut-aways; Cutting on action; Trimming clips in the Source Monitor; Using multiple video tracks; Adding and deleting tracks in the Timeline; Renaming tracks; Adding clips to the Timeline; Trimming clips on the Timeline; Using the Razor tool; Making an Insert edit; Self study; Review…”
Libro electrónico -
112por Esposito, DinoTabla de Contenidos: “…Special Capabilities of ControllersGrouping Controllers; Asynchronous Controllers; Chapter 2:ASP.NET MVC Views; Structure and Behavior of a View Engine; Mechanics of a View Engine; Definition of the View Template; HTML Helpers; Basic Helpers; Templated Helpers; Custom Helpers; The Web Forms View Engine; Inside the View Engine; Designing a Sample View; The Razor View Engine; Inside the View Engine; Designing a Sample View; Templated Delegates; Coding the View; Modeling the View; Advanced Features; Summary; Chapter 3:The Model-Binding Architecture; The Input Model…”
Publicado 2011
Libro electrónico -
113Publicado 2015“…So he knows how to hone a razor sharp focus and keep driving through to the finishing line. …”
Libro electrónico -
114Publicado 2015“…Basic experience with ASP.NET, Razor, and creating web applications is needed…”
Libro electrónico -
115por Kurtz, Jamie“…Nor will you find any help on the Razor view engine, HTML Helpers, or model binding. …”
Publicado 2013
Libro electrónico -
116Publicado 2024Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Contents -- Foreword -- Preface -- About the Companion Website -- Chapter 1 Hypotheses, Variables, Data -- 1.1 Occam's Razor -- 1.2 Scientific Hypotheses -- 1.3 The Choice of a Software -- 1.3.1 First Steps in R -- 1.4 Variables -- 1.4.1 Variable Names and Values -- 1.4.2 Types of Variables -- 1.4.3 Predictor and Response Variables -- 1.5 Data Processing and Data Formats -- 1.5.1 The Long vs. the Wide Format -- 1.5.2 Choice of Variable, Dataset, and File Names -- 1.5.3 Adding, Removing, and Subsetting Variables and Data Frames -- 1.5.4 Aggregating Data -- 1.5.5 Working with Time and Strings -- Chapter 2 Measuring Variation -- 2.1 What Is Variation? …”
Libro electrónico -
117Publicado 2023Tabla de Contenidos: “…Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Getting to Know Visual Studio 2022 -- Installing Visual Studio -- Visual Studio 2022 System Requirements -- Operating Systems -- Hardware -- Supported Languages -- Additional Notes -- Visual Studio Is 64-Bit -- Full .NET 6.0 Support -- Using Workloads -- Exploring the IDE -- The Solution Explorer -- Toolbox -- The Code Editor -- New Razor Editor -- What's Available? -- Hot Reload -- Navigating Code -- Navigate Forward and Backward Commands -- Navigation Bar -- Find All References -- Find Files Faster -- Reference Highlighting -- Go To Commands -- Go To Definition -- Peek Definition -- Subword Navigation -- Features and Productivity Tips -- Track Active Item in Solution Explorer -- Hidden Editor Context Menu -- Open in File Explorer -- Finding Keyboard Shortcut Mappings -- Clipboard History -- Go To Window -- Navigate to Last Edit Location -- Multi-caret Editing -- Sync Namespaces to Match Your Folder Structure -- Paste JSON As Classes -- Enable Code Cleanup on Save -- Add Missing Using on Paste -- Features in Visual Studio 2022 -- Visual Studio Search -- Solution Filters -- Visual Studio IntelliCode -- Whole Line Completions -- Visual Studio Live Share -- Summary -- Chapter 2: Working with Visual Studio 2022 -- Visual Studio Project Types -- Various Project Templates -- Console Applications -- Windows Forms Application -- Windows Service -- Web Applications -- Class Library -- MAUI -- Creating a MAUI Application -- Pairing to Mac for iOS Development -- Consuming REST Services in MAUI -- The Complete Weather App -- The Target Platforms -- The Required NuGet Package -- The Weather Models -- The WeatherService -- The MainViewModel -- Registering Dependencies -- Building the MainPage View…”
Libro electrónico -
118Publicado 2017Tabla de Contenidos: “…But forecasting the long-term economics of investing has carried remarkably high odds of success -- The real market and the expectations market -- The stock market is a giant distraction to the business of investing -- Chapter Three Cast Your Lot with Business: Win by Keeping It Simple-Rely on Occam's Razor -- Occam's razor: When there are multiple solutions to a problem, choose the simplest one -- The Total Stock Market Index -- Returns earned in the stock market must equal the gross returns earned by all investors in the market -- If the data do not prove that indexing wins, well, the data are wrong -- Active funds versus benchmark indexes -- The record of an investor in the first index mutual fund: 15,000 invested in 1976 -- value in 2016, 913,340 -- A caveat and a caution -- Chapter Four How Most Investors Turn a Winner's Game into a Loser's Game: "The Relentless Rules of Humble Arithmetic" -- Before costs, beating the market is a zero-sum game. …”
Libro electrónico -
119Publicado 2020Tabla de Contenidos: “…Key Resources to Continue Your Education -- GrowthHackers.com -- CXL Blog -- Optimizely Blog -- Conversion Sciences Blog -- Reforge Blog -- Brian Balfour's Blog -- Andrew Chen's Blog -- Intercom Blog -- Occam's Razor Blog -- Analytics Demystified Blog -- MeasuringU Blog -- Online Behavior Blog -- Casey Winters' Blog -- Kieran Flanagan's Blog -- Growth Engineering Blog -- Widerfunnel Blog -- forEntrepeneurs Blog -- Mobile Growth Stack Blog -- Dan Wolchonok's Blog -- Christoph Janz's Blog -- The Amplitude Blog -- The Breakout Growth Podcast -- Glossary -- Index -- EULA…”
Libro electrónico -
120Publicado 2021Tabla de Contenidos: “…Sparse Bayesian Learning and its Application in Bayesian System Identification -- 5.1 Introduction -- 5.2 Sparse Bayesian learning -- 5.2.1 General formulation of sparse Bayesian learning with the ARD prior -- 5.2.2 Bayesian Ockham's razor implementation in sparse Bayesian learning -- 5.3 Applying sparse Bayesian learning to system identification -- 5.3.1 Hierarchical Bayesian model class for system identification -- 5.3.2 Fast sparse Bayesian learning algorithm -- 5.3.2.1 Formulation -- 5.3.2.2 Proposed fast SBL algorithm for stiffness inversion -- 5.3.2.3 Damage assessment -- 5.4 Case studies -- 5.5 Concluding remarks -- Appendices -- Appendix A: Derivation of MAP estimation equations for α and β -- 6. …”
Libro electrónico