top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Mastering C# and .NET framework : deep dive into C# and .NET architecture to build efficient, powerful applications / / Marino Posadas
Mastering C# and .NET framework : deep dive into C# and .NET architecture to build efficient, powerful applications / / Marino Posadas
Autore Posadas Marino
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, England ; ; Mumbai, India : , : Packt Publishing, , 2016
Descrizione fisica 1 online resource (560 pages)
Disciplina 005.2768
Soggetto topico Microsoft .NET Framework
Internet programming
ISBN 1-78588-540-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910155260403321
Posadas Marino  
Birmingham, England ; ; Mumbai, India : , : Packt Publishing, , 2016
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Mastering VBA for Microsoft Office 2016 / / Richard Mansfield
Mastering VBA for Microsoft Office 2016 / / Richard Mansfield
Autore Mansfield Richard <1945->
Edizione [3rd ed.]
Pubbl/distr/stampa Indianapolis, Indiana : , : Sybex, a Wiley brand, , [2016]
Descrizione fisica 1 online resource (987 p.)
Disciplina 005.2768
Soggetto topico Integrated software
Business - Computer programs
ISBN 1-119-22540-X
1-119-22539-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover ; Title Page ; Copyright ; Contents ; Introduction; Part 1 Recording Macros and Getting Started with VBA ; Chapter 1 Recording and Running Macros in the Office Applications ; What Is VBA and What Can You Do with It?
The Difference Between Visual Basic and Visual Basic for Applications Understanding Macro Basics ; Recording a Macro ; Displaying the Developer Tab on the Ribbon ; Planning the Macro ; Starting the Macro Recorder ; Naming the Macro ; Choosing How to Run a New Macro ; Running a Macro
Recording a Sample Word Macro Recording a Sample Excel Macro ; Creating a Personal Macro Workbook ; Recording the Macro ; Specifying How to Trigger an Existing Macro ; Assigning a Macro to a Quick Access Toolbar Button in Word ; Assigning a Macro to a Shortcut Key Combination
Deleting a Macro The Bottom Line ; Chapter 2 Getting Started with the Visual Basic Editor ; Opening the Visual Basic Editor ; Opening the Visual Basic Editor with a Macro Selected ; Opening the Visual Basic Editor Directly ; Navigating to a Macro
Using the Visual Basic Editor's Main Windows The Project Explorer ; The Object Browser ; The Code Window ; The Properties Window ; The Immediate Window ; Setting Properties for a Project ; Customizing the Visual Basic Editor ; Choosing Editor and View Preferences
Choosing and Laying Out the Editor Windows
Record Nr. UNINA-9910798172303321
Mansfield Richard <1945->  
Indianapolis, Indiana : , : Sybex, a Wiley brand, , [2016]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Mastering VBA for Microsoft Office 2016 / / Richard Mansfield
Mastering VBA for Microsoft Office 2016 / / Richard Mansfield
Autore Mansfield Richard <1945->
Edizione [3rd ed.]
Pubbl/distr/stampa Indianapolis, Indiana : , : Sybex, a Wiley brand, , [2016]
Descrizione fisica 1 online resource (987 p.)
Disciplina 005.2768
Soggetto topico Integrated software
Business - Computer programs
ISBN 1-119-22540-X
1-119-22539-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover ; Title Page ; Copyright ; Contents ; Introduction; Part 1 Recording Macros and Getting Started with VBA ; Chapter 1 Recording and Running Macros in the Office Applications ; What Is VBA and What Can You Do with It?
The Difference Between Visual Basic and Visual Basic for Applications Understanding Macro Basics ; Recording a Macro ; Displaying the Developer Tab on the Ribbon ; Planning the Macro ; Starting the Macro Recorder ; Naming the Macro ; Choosing How to Run a New Macro ; Running a Macro
Recording a Sample Word Macro Recording a Sample Excel Macro ; Creating a Personal Macro Workbook ; Recording the Macro ; Specifying How to Trigger an Existing Macro ; Assigning a Macro to a Quick Access Toolbar Button in Word ; Assigning a Macro to a Shortcut Key Combination
Deleting a Macro The Bottom Line ; Chapter 2 Getting Started with the Visual Basic Editor ; Opening the Visual Basic Editor ; Opening the Visual Basic Editor with a Macro Selected ; Opening the Visual Basic Editor Directly ; Navigating to a Macro
Using the Visual Basic Editor's Main Windows The Project Explorer ; The Object Browser ; The Code Window ; The Properties Window ; The Immediate Window ; Setting Properties for a Project ; Customizing the Visual Basic Editor ; Choosing Editor and View Preferences
Choosing and Laying Out the Editor Windows
Record Nr. UNINA-9910816349903321
Mansfield Richard <1945->  
Indianapolis, Indiana : , : Sybex, a Wiley brand, , [2016]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Microsoft .NET Framework 4.5 quickstart cookbook : get up to date with the exciting new features in .NET 4.5 framework with these simple but incredibly effective recipes / / Jose Luis Latorre Millas
Microsoft .NET Framework 4.5 quickstart cookbook : get up to date with the exciting new features in .NET 4.5 framework with these simple but incredibly effective recipes / / Jose Luis Latorre Millas
Autore Millas Jose Luis Latorre
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, : Packt Pub., 2013
Descrizione fisica 1 online resource (226 p.)
Disciplina 005.2768
Soggetto topico Microsoft .NET Framework
ISBN 1-84968-699-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- Microsoft .NET Framework 4.5 Quickstart Cookbook -- Table of Contents -- Microsoft .NET Framework 4.5 Quickstart Cookbook -- Credits -- About the Author -- Acknowledgment -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? -- Free Access for Packt account holders -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. Windows Store Apps -- Introduction -- Building our first Windows Store app -- Getting ready -- How to do it... -- How it works... -- There's more... -- Adding a splash screen (and app tiles) to our app -- Getting ready -- How to do it... -- How it works... -- There's more... -- Improving the application to make it compliant with the Windows 8 lifecycle model -- Getting ready -- How to do it... -- How it works... -- There's more... -- Improving our application tile -- Getting ready -- How to do it... -- How it works... -- There's more... -- Improving our application with toast notifications -- Getting ready -- How to do it... -- How it works... -- There's more... -- 2. Exploring the Top New Features of the CLR -- Introduction -- Creating a portable library -- Getting ready -- How to do it... -- How it works... -- There's more... -- Controlling the timeout in regular expressions -- How to do it... -- How it works... -- There'smore... -- Defining the culture for an application domain -- How to do it... -- How it works... -- There's more... -- Overriding the default reflection behavior -- How to do it... -- How it works... -- There's more... -- Using the new ZipArchive class -- How to do it... -- How it works... -- There's more... -- Understanding async and await in .NET 4.5 -- How to do it... -- How it works.
There's more... -- Using the new asynchronous file I/O operations -- How to do it... -- How it works... -- There's more... -- See also -- 3. Understanding the New Networking Capabilities -- Introduction -- Using the HttpClient and the new System.Net.Http namespaces -- Getting ready -- How to do it... -- How it works... -- There's more... -- 4. Understanding the new features of Entity Framework 5.0 -- Introduction -- Creating our first "Code First" application -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using Code First Migrations -- Getting ready -- How to do it... -- How it works... -- There's more... -- 5. Understanding the New Features of ASP.NET -- Introduction -- Creating our first ASP.NET 4.5 Web Forms application -- Getting ready -- How to do it... -- How it works... -- There's more... -- Configuring our application to use unobtrusive validation -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using Smart Tasks in the HTML editor -- Getting ready -- How to do it... -- How it works... -- Using WAI-ARIA support -- Getting ready -- How to do it... -- How it works... -- Using the Extract to User Control feature -- Getting ready -- How to do it... -- How it works... -- Using the Page Inspector feature -- Getting ready -- How to do it... -- How it works... -- Creating an asynchronous HTTP module -- Getting ready -- How to do it... -- How it works... -- There's more... -- 6. Implementing WPF's new features -- Introduction -- Implementing asynchronous error handling with INotifyDataErrorInfo -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using the WeakEvent pattern with WeakEventManager -- Getting ready -- How to do it... -- How it works... -- Using the dispatcher's new features -- Getting ready -- How to do it... -- How it works.
There's more... -- Data binding to static properties -- Getting ready -- How to do it... -- How it works... -- There's more... -- Throttling data source update delays -- Getting ready -- How to do it... -- How it works... -- LiveShaping - repositioning elements when its bound data changes -- Getting ready -- How to do it... -- How it works... -- There's more... -- 7. Applying the New WCF Features -- Introduction -- Using the asynchronous features of WCF -- Getting ready -- How to do it... -- How it works... -- See also -- Using WebSockets -- Getting ready -- How to do it... -- How it works... -- Using Contract First development -- Getting ready -- How to do it... -- How it works... -- 8. Creating and Hosting Our First ASP.NET Web API -- Introduction -- Creating our first ASP.NET web API -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Implementing a CRUD ASP.NET web API -- Getting ready -- How to do it... -- How it works... -- Setting up a self-hosted ASP.NET web API -- Getting ready -- How to do it... -- How it works... -- 9. Using the New Capabilities of WF -- Introduction -- Creating a state machine workflow -- Getting ready -- How to do it... -- How it works... -- Using the enhanced designer features -- Getting ready -- How to do it... -- How it works... -- A. Resources for Further Knowledge -- Resources for knowing more about .NET 4.5 and its tools -- Resources for knowing more about Windows 8 -- Resources for knowing more about general development -- B. .NET 4.5 - Deployment Risks and Issues -- Introduction -- Risks of the in-place upgrade -- Platform targeting -- Other risks -- Index.
Record Nr. UNINA-9910824877303321
Millas Jose Luis Latorre  
Birmingham, : Packt Pub., 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Microsoft Blazor [[electronic resource] ] : Building Web Applications in .NET / / by Peter Himschoot
Microsoft Blazor [[electronic resource] ] : Building Web Applications in .NET / / by Peter Himschoot
Autore Himschoot Peter
Edizione [2nd ed. 2020.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2020
Descrizione fisica 1 online resource (296 pages)
Disciplina 005.2768
Soggetto topico Microsoft software
Microsoft .NET Framework
Computer programming
Microsoft and .NET
Web Development
ISBN 1-4842-5928-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Your First Blazor Project -- 2. Data Binding -- 3. Components and Structure for Blazor Applications -- 4. Services and Dependency Injection -- 5. Data Storage and Microservices -- 6. Communication with Microservices -- 7. Single Page Applications and Routing -- 8. JavaScript Interoperability.
Record Nr. UNINA-9910409993503321
Himschoot Peter  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2020
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Microsoft Office Live Small Business [[electronic resource] ] : beginner's guide / / Rahul Pitre
Microsoft Office Live Small Business [[electronic resource] ] : beginner's guide / / Rahul Pitre
Autore Pitre Rahul
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., 2009
Descrizione fisica 1 online resource (256 p.)
Disciplina 005.2768
Soggetto topico Small business - Computer programs
Web site development
Web hosting
Soggetto genere / forma Electronic books.
ISBN 1-282-39732-X
9786612397325
1-84719-875-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Cover""; ""Copyright""; ""Credits""; ""About the Author""; ""About the Reviewers""; ""Table of Contents""; ""Preface""; ""Chapter 1: Getting Started""; ""Important preliminary points""; ""Signing in""; ""Time for action � sign in to your Office Live ""; ""Small Business account""; ""Signing out""; ""Time for action � sign out of your Office Live ""; ""Small Business account""; ""Exploring the website section""; ""Time for action � exploring the website section of your account""; ""Page Manager: the site-management tool""; ""The starter website""
""Time for action � viewing the starter website""""More about Page Manager""; ""Time for action � viewing page properties""; ""Site Designer and Page Editor: the design tools""; ""Time for action � exploring Site Designer""; ""Time for action � exploring Page Editor""; ""The rest of the tools: the galleries""; ""Summary""; ""Chapter 2: Customizing Headers and Footers""; ""Choosing a title for your website""; ""Time for action � setting the site title""; ""Choosing a slogan for your website""; ""Time for action � setting the site slogan""; ""Setting the footer""
""Time for action � customizing the footer""""Summary""; ""Chapter 3: Setting Design Options""; ""Choosing a theme for your website""; ""Time for action � choosing a theme""; ""Choosing a style for your website""; ""Time for action � choosing a style""; ""Choosing a navigation layout""; ""Time for action � choosing a style ""; ""Choosing a color scheme for your website""; ""Time for action � choosing a color scheme""; ""Choosing a site font for your website""; ""Time for action � choosing the site font ""; ""Summary""; ""Chapter 4: Setting Page Display Options""
""Setting site options""""Time for action � opening the Site options dialog""; ""Introducing Advanced design features""; ""Time for action � activating Advanced design features""; ""Using Advanced design features""; ""Time for action � overriding the site width setting""; ""Summary""; ""Chapter 5: Building Your Website's Skeleton""; ""Editing the home page""; ""Time for action � opening the Home page in Page Editor""; ""Choosing a page layout""; ""Time for action � changing the Layout""; ""Customizing the page layout""; ""Time for action � customizing a layout""
""Creating a template for future use""""Time for action � creating and saving a page template""; ""Creating content for the home page""; ""Building the Home page""; ""Time for action � add copy to the Home page""; ""Re-creating the About Us page""; ""Time for action � creating a new page from a template""; ""Re-creating the Contact Us page""; ""Time for action � re-creating the Contact Us page""; ""Creating the Privacy Policy page""; ""Time for action � creating a new page from a template""; ""Building the Privacy Policy page""
""Time for action � add copy to the Privacy Policy page""
Record Nr. UNINA-9910455646503321
Pitre Rahul  
Birmingham, U.K., : Packt Pub., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Microsoft Office Live Small Business [[electronic resource] ] : beginner's guide / / Rahul Pitre
Microsoft Office Live Small Business [[electronic resource] ] : beginner's guide / / Rahul Pitre
Autore Pitre Rahul
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., 2009
Descrizione fisica 1 online resource (256 p.)
Disciplina 005.2768
Soggetto topico Small business - Computer programs
Web site development
Web hosting
ISBN 1-282-39732-X
9786612397325
1-84719-875-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Cover""; ""Copyright""; ""Credits""; ""About the Author""; ""About the Reviewers""; ""Table of Contents""; ""Preface""; ""Chapter 1: Getting Started""; ""Important preliminary points""; ""Signing in""; ""Time for action � sign in to your Office Live ""; ""Small Business account""; ""Signing out""; ""Time for action � sign out of your Office Live ""; ""Small Business account""; ""Exploring the website section""; ""Time for action � exploring the website section of your account""; ""Page Manager: the site-management tool""; ""The starter website""
""Time for action � viewing the starter website""""More about Page Manager""; ""Time for action � viewing page properties""; ""Site Designer and Page Editor: the design tools""; ""Time for action � exploring Site Designer""; ""Time for action � exploring Page Editor""; ""The rest of the tools: the galleries""; ""Summary""; ""Chapter 2: Customizing Headers and Footers""; ""Choosing a title for your website""; ""Time for action � setting the site title""; ""Choosing a slogan for your website""; ""Time for action � setting the site slogan""; ""Setting the footer""
""Time for action � customizing the footer""""Summary""; ""Chapter 3: Setting Design Options""; ""Choosing a theme for your website""; ""Time for action � choosing a theme""; ""Choosing a style for your website""; ""Time for action � choosing a style""; ""Choosing a navigation layout""; ""Time for action � choosing a style ""; ""Choosing a color scheme for your website""; ""Time for action � choosing a color scheme""; ""Choosing a site font for your website""; ""Time for action � choosing the site font ""; ""Summary""; ""Chapter 4: Setting Page Display Options""
""Setting site options""""Time for action � opening the Site options dialog""; ""Introducing Advanced design features""; ""Time for action � activating Advanced design features""; ""Using Advanced design features""; ""Time for action � overriding the site width setting""; ""Summary""; ""Chapter 5: Building Your Website's Skeleton""; ""Editing the home page""; ""Time for action � opening the Home page in Page Editor""; ""Choosing a page layout""; ""Time for action � changing the Layout""; ""Customizing the page layout""; ""Time for action � customizing a layout""
""Creating a template for future use""""Time for action � creating and saving a page template""; ""Creating content for the home page""; ""Building the Home page""; ""Time for action � add copy to the Home page""; ""Re-creating the About Us page""; ""Time for action � creating a new page from a template""; ""Re-creating the Contact Us page""; ""Time for action � re-creating the Contact Us page""; ""Creating the Privacy Policy page""; ""Time for action � creating a new page from a template""; ""Building the Privacy Policy page""
""Time for action � add copy to the Privacy Policy page""
Record Nr. UNINA-9910780404303321
Pitre Rahul  
Birmingham, U.K., : Packt Pub., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Microsoft Office Live Small Business : beginner's guide / / Rahul Pitre
Microsoft Office Live Small Business : beginner's guide / / Rahul Pitre
Autore Pitre Rahul
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., 2009
Descrizione fisica 1 online resource (256 p.)
Disciplina 005.2768
Soggetto topico Small business - Computer programs
Web site development
Web hosting
ISBN 1-282-39732-X
9786612397325
1-84719-875-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Cover""; ""Copyright""; ""Credits""; ""About the Author""; ""About the Reviewers""; ""Table of Contents""; ""Preface""; ""Chapter 1: Getting Started""; ""Important preliminary points""; ""Signing in""; ""Time for action � sign in to your Office Live ""; ""Small Business account""; ""Signing out""; ""Time for action � sign out of your Office Live ""; ""Small Business account""; ""Exploring the website section""; ""Time for action � exploring the website section of your account""; ""Page Manager: the site-management tool""; ""The starter website""
""Time for action � viewing the starter website""""More about Page Manager""; ""Time for action � viewing page properties""; ""Site Designer and Page Editor: the design tools""; ""Time for action � exploring Site Designer""; ""Time for action � exploring Page Editor""; ""The rest of the tools: the galleries""; ""Summary""; ""Chapter 2: Customizing Headers and Footers""; ""Choosing a title for your website""; ""Time for action � setting the site title""; ""Choosing a slogan for your website""; ""Time for action � setting the site slogan""; ""Setting the footer""
""Time for action � customizing the footer""""Summary""; ""Chapter 3: Setting Design Options""; ""Choosing a theme for your website""; ""Time for action � choosing a theme""; ""Choosing a style for your website""; ""Time for action � choosing a style""; ""Choosing a navigation layout""; ""Time for action � choosing a style ""; ""Choosing a color scheme for your website""; ""Time for action � choosing a color scheme""; ""Choosing a site font for your website""; ""Time for action � choosing the site font ""; ""Summary""; ""Chapter 4: Setting Page Display Options""
""Setting site options""""Time for action � opening the Site options dialog""; ""Introducing Advanced design features""; ""Time for action � activating Advanced design features""; ""Using Advanced design features""; ""Time for action � overriding the site width setting""; ""Summary""; ""Chapter 5: Building Your Website's Skeleton""; ""Editing the home page""; ""Time for action � opening the Home page in Page Editor""; ""Choosing a page layout""; ""Time for action � changing the Layout""; ""Customizing the page layout""; ""Time for action � customizing a layout""
""Creating a template for future use""""Time for action � creating and saving a page template""; ""Creating content for the home page""; ""Building the Home page""; ""Time for action � add copy to the Home page""; ""Re-creating the About Us page""; ""Time for action � creating a new page from a template""; ""Re-creating the Contact Us page""; ""Time for action � re-creating the Contact Us page""; ""Creating the Privacy Policy page""; ""Time for action � creating a new page from a template""; ""Building the Privacy Policy page""
""Time for action � add copy to the Privacy Policy page""
Record Nr. UNINA-9910824084003321
Pitre Rahul  
Birmingham, U.K., : Packt Pub., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Modern API Design with ASP.NET Core 2 [[electronic resource] ] : Building Cross-Platform Back-End Systems / / by Fanie Reynders
Modern API Design with ASP.NET Core 2 [[electronic resource] ] : Building Cross-Platform Back-End Systems / / by Fanie Reynders
Autore Reynders Fanie
Edizione [1st ed. 2018.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2018
Descrizione fisica 1 online resource (245 pages)
Disciplina 005.2768
Soggetto topico Microsoft software
Microsoft .NET Framework
Microsoft and .NET
ISBN 1-4842-3519-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. API Design Demystified -- 2. Introduction to ASP.NET Core -- 3. Your First API Application -- 4. Extensibility Architecture -- 5. MVC -- 6. The Configuration Model -- 7. Logging and Error Handling -- 8. Securing APIs -- 9. Bells & Whistles -- 10. Testing & Debugging -- 11. Hosting & Deployment.
Record Nr. UNINA-9910300759703321
Reynders Fanie  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2018
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
NET 4.0 Generics [[electronic resource] ] : beginner's guide : enhance the type safety of your code and create applications easily using Generics in the .NET 4.0 Framework / / Sudipta Mukherjee
NET 4.0 Generics [[electronic resource] ] : beginner's guide : enhance the type safety of your code and create applications easily using Generics in the .NET 4.0 Framework / / Sudipta Mukherjee
Autore Mukherjee Sudipta
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., 2012
Descrizione fisica 1 online resource (396 p.)
Disciplina 005.2768
Soggetto topico Generic programming (Computer science)
Microsoft .NET
Microsoft .NET Framework
Soggetto genere / forma Electronic books.
ISBN 1-283-45353-3
9786613453532
1-84969-079-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Copyright; Credits; Foreword; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Why Generics?; An analogy; Reason 1: Generics can save you a lot of typing; Reason 2: Generics can save you type safety woes, big time; What's the problem with this approach?; Reason 3: Generics leads to faster code; Reason 4: Generics is now ubiquitous in the .NET ecosystem; Setting up the environment; Summary; Chapter 2: Lists; Why bother learning about generic lists?; Types of generic lists; Checking whether a sequence is a palindrome or not
Time for action - creating the generic stack as the bufferTime for action - completing the rest of the method; Designing a generic anagram finder; Time for action - creating the method; Life is full of priorities, let's bring some order there; Time for action - creating the data structure for the prioritized shopping list; Time for action - let's add some gadgets to the list and see them; Time for action - let's strike off the gadgets with top-most priority after we have bought them; Time for action - let's create an appointment list; Live sorting and statistics for online bidding
Time for action - let's create a custom class for live sortingWhy did we have three LinkedList as part of the data structure?; An attempt to answer questions asked by your boss; Time for action - associating products with live sorted bid amounts; Time for action - finding common values across different bidding amount lists; You will win every scrabble game from now on; Time for action - creating the method to find the character histogram of a word; Time for action - checking whether a word can be formed; Time for action - let's see whether it works
Trying to fix an appointment with a doctor?Time for action - creating a set of dates of the doctors' availability; Time for action - finding out when both doctors shall be present; Revisiting the anagram problem; Time for action - re-creating the anagram finder; Lists under the hood; Summary; Chapter 3: Dictionaries; Types of generic associative structures; Creating a tag cloud generator using dictionary; Time for action - creating the word histogram; Creating a bubble wrap popper game; Time for action - creating the game console; Look how easy it was!
How did we decide we need a dictionary and not a list?Let's build a generic autocomplete service; Time for action - creating a custom dictionary for autocomplete; Time for action - creating a class for autocomplete; The most common pitfall. Don't fall there!; Let's play some piano; Time for action - creating the keys of the piano; How are we recording the key strokes?; Time for action - switching on recording and playing recorded keystrokes; How it works?; C# Dictionaries can help detect cancer. Let's see how!; Time for action - creating the KNN API
Time for action - getting the patient records
Record Nr. UNINA-9910457513803321
Mukherjee Sudipta  
Birmingham, U.K., : Packt Pub., 2012
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui