Use PowerShell to Streamline and Automate Your Most Time-Consuming Windows Administration Tasks With Windows PowerShell, Microsoft brings innovative console-based system administration and scripting to Windows clients and servers. PowerShell combines the best features of traditional UNIX shells with the immense power of the .NET Framework, offering a consistent and easy-to-use replacement for both the Windows command line and the Windows Script Host. In Essential PowerShell, noted expert Holger Schwichtenberg gives Windows sysadmins all the knowledge and sample scripts they need to successfully administer production systems with PowerShell. Schwichtenberg begins by introducing the innovative PowerShell architecture, along with crucial PowerShell concepts such as pipelining and navigation. Next, he introduces the PowerShell Script Language, shows the secure execution of command sequences as scripts, and demonstrates how to use PowerShell to access essential operating system interfaces such as COM, WMI, ADSI, and ADO.NET. After you’ve mastered the fundamentals, Schwichtenberg presents an extensive collection of PowerShell solutions for virtually every area of day-to-day administration. For each topic, he presents dozens of self-contained examples, all downloadable from a companion Web site. He covers both Microsoft’s standard PowerShell commandlets and the free commandlets available as PowerShell Community Extensions. He also presents a full chapter of tips, tricks, and troubleshooting solutions. Coverage includes Understanding PowerShell’s components and features Setting up your PowerShell scripting environment Creating and using commandlets Using object-oriented pipelining for filtering, sorting, grouping, comparisons, calculations, and more Mastering PowerShell’s uniform navigation model and using it with all types of data Programming command sequences with the PowerShell Script Language Making the most of the PowerShell console and third-party tools Managing processes, event logs, and registry entries Controlling networking, printing, and software installation Manipulating Active Directory and other enterprise services with PowerShell Using PowerShell to enforce stronger system and network security Storing data in files, documents, and databases Preface xv Part I: Getting Started with PowerShell 1: First Steps with Windows PowerShell 3 2: Commandlets 25 3: Pipelining 43 4: Advanced Pipelining 59 5: The PowerShell Navigation Model 81 6: The PowerShell Script Language 89 7: PowerShell Scripts 115 8: Using Class Libraries 129 9: PowerShell Tools 151 10: Tips, Tricks and Troubleshooting 171 Part II: Windows PowerShell in Action 11: File Systems 205 12: Documents 235 13: Registry and Software 253 14: Processes and Services 267 15: Computers and Hardware 281 16: Networking 295 17: Directory Services 313 18: User and Group Management in the Active Directory 335 19: Searching in the Active Directory 349 20: Additional Libraries for Active Directory Administration 361 21: Databases 373 22: Advanced Database Operations 389 23: Security Settings 401 24: Advanced Security Administration 413 PartIII: Appendices Appendix A: PowerShell Commandlet Reference 429 Appendix B: PowerShell 2.0 Preview 445 Appendix C: Bibliography 449 Index 453
C# developers, here’s your opportunity to learn the ins-and-outs of Entity Framework Core, Microsoft’s recently redesigned object-relational mapper. Benefit from hands-on learning that will teach you how to tackle frustrating database challenges, such as workarounds to missing features in Entity Framework Core, and learn how to optimize the performance of your applications, head-on! Modern Data Access with Entity Framework Core teaches best practices, guidance, and shortcuts that will significantly reduce the amount of resources you internally dedicate to programming data access code. The proven methods and tools taught in this book, such as how to get better performance, and the ability to select the platform of your choice, will save you valuable time and allow you to create seamless data access. Dive into succinct guidance that covers the gamut-- from installing Entity Framework Core, reverse engineering, forward engineering (including schema migrations), and data reading and modification with LINQ, Dynamic LINQ, SQL, Stored Procedures, and Table Valued Functions- to using third-party products such as LINQPad, Entity Developer, Entity Framework Profiler, EFPlus, and AutoMapper. You'll also appreciate excerpts of conceptual software architecture discussion around Entity Framework Core that might otherwise take years to learn. What You'll Learn Understand the core concepts of Entity Framework Core, as well process models for existing databases (reverse engineering) and the generation of database schemas from object models (forward engineering) Study real-world case studies for hands-on EF Core instruction Get up to speed with valuable database access scenarios and code samples Discover workarounds to augment missing features in Entity Framework Core Use Entity Framework Core to write mobile apps Bonus online appendix covers Entity Framework Core 2.1 release updates Who This Book Is For Software developers who have basic experience with .NET and C#, as well as some understanding of relational databases. Knowledge of predecessor technologies such as ADO.NET and the classic ADO.NET Entity Framework is not necessary to learn from this book.
Use PowerShell to Streamline and Automate Your Most Time-Consuming Windows Administration Tasks With Windows PowerShell, Microsoft brings innovative console-based system administration and scripting to Windows clients and servers. PowerShell combines the best features of traditional UNIX shells with the immense power of the .NET Framework, offering a consistent and easy-to-use replacement for both the Windows command line and the Windows Script Host. In Essential PowerShell, noted expert Holger Schwichtenberg gives Windows sysadmins all the knowledge and sample scripts they need to successfully administer production systems with PowerShell. Schwichtenberg begins by introducing the innovative PowerShell architecture, along with crucial PowerShell concepts such as pipelining and navigation. Next, he introduces the PowerShell Script Language, shows the secure execution of command sequences as scripts, and demonstrates how to use PowerShell to access essential operating system interfaces such as COM, WMI, ADSI, and ADO.NET. After you’ve mastered the fundamentals, Schwichtenberg presents an extensive collection of PowerShell solutions for virtually every area of day-to-day administration. For each topic, he presents dozens of self-contained examples, all downloadable from a companion Web site. He covers both Microsoft’s standard PowerShell commandlets and the free commandlets available as PowerShell Community Extensions. He also presents a full chapter of tips, tricks, and troubleshooting solutions. Coverage includes Understanding PowerShell’s components and features Setting up your PowerShell scripting environment Creating and using commandlets Using object-oriented pipelining for filtering, sorting, grouping, comparisons, calculations, and more Mastering PowerShell’s uniform navigation model and using it with all types of data Programming command sequences with the PowerShell Script Language Making the most of the PowerShell console and third-party tools Managing processes, event logs, and registry entries Controlling networking, printing, and software installation Manipulating Active Directory and other enterprise services with PowerShell Using PowerShell to enforce stronger system and network security Storing data in files, documents, and databases Preface xv Part I: Getting Started with PowerShell 1: First Steps with Windows PowerShell 3 2: Commandlets 25 3: Pipelining 43 4: Advanced Pipelining 59 5: The PowerShell Navigation Model 81 6: The PowerShell Script Language 89 7: PowerShell Scripts 115 8: Using Class Libraries 129 9: PowerShell Tools 151 10: Tips, Tricks and Troubleshooting 171 Part II: Windows PowerShell in Action 11: File Systems 205 12: Documents 235 13: Registry and Software 253 14: Processes and Services 267 15: Computers and Hardware 281 16: Networking 295 17: Directory Services 313 18: User and Group Management in the Active Directory 335 19: Searching in the Active Directory 349 20: Additional Libraries for Active Directory Administration 361 21: Databases 373 22: Advanced Database Operations 389 23: Security Settings 401 24: Advanced Security Administration 413 PartIII: Appendices Appendix A: PowerShell Commandlet Reference 429 Appendix B: PowerShell 2.0 Preview 445 Appendix C: Bibliography 449 Index 453
C# developers, here’s your opportunity to learn the ins-and-outs of Entity Framework Core, Microsoft’s recently redesigned object-relational mapper. Benefit from hands-on learning that will teach you how to tackle frustrating database challenges, such as workarounds to missing features in Entity Framework Core, and learn how to optimize the performance of your applications, head-on! Modern Data Access with Entity Framework Core teaches best practices, guidance, and shortcuts that will significantly reduce the amount of resources you internally dedicate to programming data access code. The proven methods and tools taught in this book, such as how to get better performance, and the ability to select the platform of your choice, will save you valuable time and allow you to create seamless data access. Dive into succinct guidance that covers the gamut-- from installing Entity Framework Core, reverse engineering, forward engineering (including schema migrations), and data reading and modification with LINQ, Dynamic LINQ, SQL, Stored Procedures, and Table Valued Functions- to using third-party products such as LINQPad, Entity Developer, Entity Framework Profiler, EFPlus, and AutoMapper. You'll also appreciate excerpts of conceptual software architecture discussion around Entity Framework Core that might otherwise take years to learn. What You'll Learn Understand the core concepts of Entity Framework Core, as well process models for existing databases (reverse engineering) and the generation of database schemas from object models (forward engineering) Study real-world case studies for hands-on EF Core instruction Get up to speed with valuable database access scenarios and code samples Discover workarounds to augment missing features in Entity Framework Core Use Entity Framework Core to write mobile apps Bonus online appendix covers Entity Framework Core 2.1 release updates Who This Book Is For Software developers who have basic experience with .NET and C#, as well as some understanding of relational databases. Knowledge of predecessor technologies such as ADO.NET and the classic ADO.NET Entity Framework is not necessary to learn from this book.
Dieses Buch ist das Standardwerk fur .NET-Einsteiger aus der Feder von Dr. Holger Schwichtenberg, einem der bekanntesten .NET-Experten Deutschlands. Es bietet Ihnen einen Schnelleinstieg in das .NET Framework 4.0 und Visual Studio 2010. Dabei berucksichtigt es die Basiselemente von .NET und alle groen Klassenbibliothek (WPF, WCF, LINQ, ADO.NET, Entity Framework, XML). Dr. Holger Schwichtenberg bietet einen kompakten Uberblick uber die Funktionen und Konzepte des riesigen .NET Framework. An zahlreichen Beispielen, insbesondere einer groeren mehrschichtigen Anwendung mit verschiedenen Frontends, demonstriert er den Praxiseinsatz der .NET-Technologien. Auch die Sprachsyntax von C# und Visual Basic .NET wird vorgestellt und verglichen. Das Buch ist sowohl fur Leser geeignet, die bereits mit vorherigen Versionen von.NET entwickelt haben, als auch fur Entwickler, die von anderen objektorientierten Sprachen wie Java, C++ oder Delphi auf .NET umsteigen mochten.
Inhaltsangabe:Einleitung: Ein nicht unerheblicher Teil der Post, die ein Haushalt bekommt, löst bei den meisten Empfängern Unbehagen aus: Mit Rechnungen fordern Unternehmen das Entgelt für erbrachte Leistungen. Auf der Welt werden jeden Monat mehrere Milliarden Rechnungen verschickt. Traditionell werden Rechnungen auf Papier erstellt und auf dem Postweg befördert. Auch die Zahlung der Rechnungen ist heute noch teilweise an Papierbelege gebunden. Dabei ist zu vermuten, daß das papierbasierte Billing weder den Anforderungen des Rechnungsstellers noch denen des Rechnungsempfängers vollständig gerecht werden kann. Einige Veröffentlichungen im World Wide Web, die elektronische Billing-Verfahren propagieren, sind Anstoß zu dieser Diplomarbeit gewesen. Im Business-To-Business-Bereich existieren bereits seit einigen Jahren technische Lösungen zum elektronischen Rechnungsversand im Rahmen von Verfahren des Electronic Data Interchange (EDI). Sofern EDI angewendet wird, sind es jedoch meist branchenspezifische Lösungen. Einmal mehr kann das Internet ins Gespräch gebracht werden, diesen traditionell papierbasierten Informationsfluß zu übernehmen. Im Internet findet man schon einige Anbieter und erste Veröffentlichungen in amerikanischen Fachzeitschriften. Wissenschaftlich wurde das Internet Bill Presentment and Payment jedoch noch nicht behandelt. So fehlt bislang eine wissenschaftliche Konzeption internetbasierter Billing-Verfahren. Ziel dieser Diplomarbeit ist es, zunächst die Grenzen bestehender papierbasierter und elektronischer Billing-Verfahren zu untersuchen. Darauf aufbauend sollen dann alternative Billing-Verfahren auf der Basis des Internets gefunden und bewertet werden. Gang der Untersuchung: Dabei soll so vorgegangen werden, daß zu Beginn die Aufgabe der Rechnung, der Rechnungsprozeß und die Bestandteile einer Rechnung untersucht werden (Kapitel 2). Basis für die Bewertung unterschiedlicher Billing-Verfahren werden die in Kapitel 3 ermittelten Anforderungen an eine Rechnung aus der Sicht des Billers (Rechnungssteller) und des Kunden (Rechnungsempfänger) sein. Kapitel 4 diskutiert papierbasierte Billing-Verfahren. In Kapitel 5 werden bestehende elektronische Ansätze vorgestellt. Anschließend werden die Möglichkeiten für den Versand (Kapitel 6) und die Bezahlung von Rechnungen (Kapitel 7) im Internet erörtert. Technische Konzepte (Kapitel 8) sowie Rechts- und Sicherheitsfragen (Kapitel 9) schließen sich an. Das gefundene Lösungskonzept wird [...]
Dieses Buch erlautert die wichtigsten Innovationen des .NET 4.5 Frameworks. Es beleuchtet neben den Neuerungen in der Common Language Runtime, in den Sprachen C# 5.0 und Visual Basic 11 auch die Neuerungen der FCL 4.5 und die mit Windows 8 neu eingefuhrte Bibliothek Windows Runtime. Die Autoren gehen auch auf die Neuheiten in Visual Studio 2012 ein und behandeln dabei unter anderem das Projektsystem, den Code-Editor, den Debugger und die verschiedenen Designer. Sie beschreiben den Datenzugriff mit dem Entity Framework 5.0 ebenso wie den Bereich Kommunikation und Workflow mit der Windows Communication Foundation (WCF) 4.5, der ASP.NET Web API und der Windows Workflow Foundation (WF) 4.5. Zur Erstellung von Desktop-Anwendungen gibt es neben den Neuheiten in der Windows Presentation Foundation (WPF) 4.5 auch ein Kapitel uber Windows Store-Apps fur Windows 8. Fur die Webentwicklung lernen Sie die Neuheiten von ASP.NET WebForms 4.5 sowie die Architekturprinzipien von ASP.NET MVC 4 kennen. Website zum Buch: www.dotnet45.de
This will help us customize your experience to showcase the most relevant content to your age group
Please select from below
Login
Not registered?
Sign up
Already registered?
Success – Your message will goes here
We'd love to hear from you!
Thank you for visiting our website. Would you like to provide feedback on how we could improve your experience?
This site does not use any third party cookies with one exception — it uses cookies from Google to deliver its services and to analyze traffic.Learn More.