Results 1 to 10 of 16 | next »
- Windows presentation foundation unleashed / by Nathan, Adam,1977-(CARDINAL)552921; Lehensbauer, Daniel.;
-
- Subjects: Software.; Microsoft .NET Framework.; Windows presentation foundation.;
- Available copies: 1 / Total copies: 1
-
unAPI
- Sams teach yourself Visual Basic 2010 in 24 hours / by Foxall, James D.(CARDINAL)638995;
-
- Subjects: Microsoft .NET Framework.; Visual Basic (Computer program language); BASIC (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- Sams teach yourself Visual Basic 2012 in 24 hours / by Foxall, James D.(CARDINAL)638995;
The Visual Basic 2012 environment. Jumping in with both feet: a Visual Basic 2012 programming tour. Navigating Visual Basic 2012 -- Understanding objects and collections -- Understanding events -- Building a user interface. Building forms: the basics -- Building forms: advanced techniques -- Working with traditional controls -- Using advanced controls -- Adding menus and toolbars to forms -- Making things happen--programming. Creating and calling code procedures -- Using constants, data types, variables, and arrays -- Performing arithmetic, string manipulation, and date/time adjustments -- Making decision in Visual Basic code -- Looping for efficiency -- Debugging your code -- Designing objects using classes -- Interacting with users -- Working with graphics -- Working with data. Performing file operations -- Working with the registry and text files -- Working with a database -- Controlling other applications using automation -- Deploying solutions and beyond. Deploying applications -- The 10,000-foot view."User level: Beginning-intermediate"--P. [4] of cover.
- Subjects: Microsoft .NET Framework.; Visual Basic (Computer program language); BASIC (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- Head first C# / by Stellman, Andrew,author.(CARDINAL)549578; Greene, Jennifer,1971-author.(CARDINAL)549660;
Includes index.Start building with C#: building something great...fast! -- Dive in C#: statements, classes, and code ; Unity lab 1: explore C# unity -- Objects...get oriented: making code make sense -- Types and references: getting the reference ; Unity lab 2: write C# code for unity -- Encapsulation: keep your privates...private -- Inheritance: your object's family tree ; Unity lab 3: GameObject instances -- Interfaces, casting, and "is": making classes keep their promises -- Enums and collections: organizing your data ; Unity lab 4: user interfaces -- LINQ and lambdas: get control of your data -- Reading and writing files: save the last byte for me! ; Unity lab 5: raycasting -- Captain amazing: the death of the object -- Exception handling: putting out fires gets old ; Unity lab 6: scene navigation -- Downloadable exercise: animal match boss battle -- Visual studio for Mac learner's guide -- Code Kata: a learning guide for advanced and impatient.Dive into C# and create user interfaces, databases, and more using this fun and highly visual introduction to C#, .NET Core, and Visual Studio.
- Subjects: Handbooks and manuals.; Illustrated works.; C# (Computer program language); Microsoft .NET Framework.; Microsoft Visual studio.; Computer programming.;
- Available copies: 1 / Total copies: 3
-
unAPI
- Professional C# and .net / by Nagel, Christian,1965-author.;
-
- Subjects: Microsoft .NET Framework.; Web sites; C# (Computer program language); Web servers.;
- Available copies: 1 / Total copies: 1
-
unAPI
- Faster smarter beginning programming / by Buyens, Jim.(CARDINAL)635341;
-
- Subjects: Microsoft .NET Framework.; Computer programming.; Programming languages (Electronic computers); Visual Basic (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- Building web applications with Visual Studio 2017 : using .NET Core and modern JavaScript Frameworks / by Japikse, Philip,author.; Grossnicklaus, Kevin,author.; Dewey, Ben,author.;
Learn how to build web applications from three Microsoft MVPs. After building the data application layer using Entity Framework Core and a RESTful service using ASP.NET Core, you will then build the client side web application three ways: first, using ASP.NET Core, then using Angular 2, and, finally, using React. You will be able to compare and contrast these UI frameworks and select the best one for your needs. .NET Core is a complete rewrite of the popular .NET and its related frameworks. While many concepts are similar between .NET Core and the .NET 4.6 framework, there are revolutionary changes as well, including updates to Entity Framework Core and ASP.NET Core. The first section of this book covers the three main parts of building applications with C#: Entity Framework, ASP.NET Core Services, and ASP.NET Core Web Applications. There is also an explosion in popularity of JavaScript frameworks for client side development, and the authors cover two of the most popular UI frameworks. Start with TypeScript for developing clean JavaScript, along with a client side build tool such as Gulp, Grunt, and WebPack. Using the same data access layer and RESTful service from the .NET Core application, you can rebuild the UI using Angular 2. Then, repeat the process using React, for a true comparison of building client side applications using ASP.NET Core, Angular 2, and React. What You'll Learn: *Understand the fundamentals of .NET Core and what that means to the traditional .NET developer. *Build a data access layer with Entity Framework Core, a RESTful service with ASP.NET Core MVC, and a website with ASP.NET Core MVC and Bootstrap *Automate many build tasks with client side build utilities. Who This Book Is For- Intermediate to advanced .NET developers
- Subjects: Microsoft Visual studio.; Web applications.; Microsoft.net framework.;
- Available copies: 1 / Total copies: 1
-
unAPI
- Murach's Visual Basic 2012 : training & reference / by Boehm, Anne,author.(CARDINAL)549608;
Introduction to Visual Basic programming -- The Visual Basic language essentials -- Database programming -- Object-oriented programming -- More skills for working with data -- Enhancement, deployment, and Windows 8 -- Reference aids.This 5th Edition of Murach's Visual Basic shows how to use Visual Studio 2012, VB 2012, and the .NET 4.5 classes to develop Windows Forms applications; prototype professional database applications using RAD features like data sources; use ADO.NET to work directly with databases for more control, use LINQ to query a variety of data sources, from databases to arrays to XML files; how to use business classes, inheritance, and interfaces the way they're used in the real world; and how to develop your first Windows 8 apps and submit them to the Windows Store.
- Subjects: Microsoft .NET Framework.; BASIC (Computer program language); Object-oriented programming (Computer science); Visual Basic (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- Begin to code with C♯ / by Miles, Rob,1957-author.(CARDINAL)875800;
Includes index.
- Subjects: Microsoft .NET Framework.; C# (Computer program language); Relational databases.; Application software; Internet programming.;
- Available copies: 1 / Total copies: 3
-
unAPI
- Code like a pro in C# / by Rodenburg, Jort,Author(DLC)no2021110280;
Includes bibliographical references (pages 380-384) and index.Introducing C# and .NET -- NET and how it compiles -- How bad is this code? -- Manage your unmanaged resources -- Setting up a project and database with Entity Framework Core -- Test-driven development and dependency injection -- Comparing objects -- Stubbing, generics, and coupling -- Extension methods, streams, and abstract classes -- Reflection and mocks -- Runtime type checking revisited and error handling -- Using IAsyncEnumerable<T> and yield return -- Middleware, HTTP routing, and HTTP responses -- JSON serialization/deserialization and custom model binding.Critical business applications worldwide are written in the versatile C# language and the powerful .NET platform, running on desktops, cloud systems, and Windows or Linux servers. Code Like a Pro in C# makes it easy to turn your existing abilities in C# or another OO language (such as Java) into practical C# mastery.Critical business applications worldwide are written in the versatile C# language and the powerful .NET platform, running on desktops, cloud systems, and Windows or Linux servers. Code Like a Pro in C# makes it easy to turn your existing abilities in C# or another OO language (such as Java) into practical C# mastery.
- Subjects: Microsoft .NET Framework.; C# (Computer program language); Object-oriented programming languages.; Relational databases.; Internet programming.; Application software;
- Available copies: 1 / Total copies: 1
-
unAPI
Results 1 to 10 of 16 | next »