Välkommen tillbaka till Campusbokhandeln! Vi firar med inlämningskampanj: Lämna in din kurslitteratur – få 150 :- och chansen att vinna 1 000 :-. Läs mer här!
Microsoft Visual C# Step by Step | 10:e upplagan
- Danskt band, Engelska, 2022
- Författare: John Sharp
- Betyg:
Välj skick:
Bästa pris
198
kr
Skickas nästa vardag
Du sparar 178 kr
(47%)
mot nypris
376
kr
Skickas nästa vardag
241
kr
Skickas från säljare inom 1-3 vardagar
Maria
, Limhamn
Verifierad säljare
Ny säljare
Du sparar 135 kr
(36%)
mot nypris
Butikslager
Onlinelager
4 st i lager
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Fler utgåvor
Beskrivning
Your hands-on guide to Visual C# fundamentals with Visual Studio 2022
Expand your expertise—and teach yourself the fundamentals of programming the latest version of Visual C# with Visual Studio 2022. This book provides software developers all the guidance, exercises, and code needed to start building responsive, scalable, cloud-connected applications that can run almost anywhere.
Discover how to:
Quickly start creating Visual C# code and projects with Visual Studio
Work with variables, operators, expressions, methods, and program flow
Build more robust apps with error, exception, and resource management
Spot problems fast with the integrated Visual Studio 2022 debugger
Master new default interface methods, static local functions, async disposable types, and other enhancements
Make the most of the C# object model, and create functional data structures
Leverage advanced properties, indexers, generics, and collection classes
Create Windows 11 apps that share data, collaborate, and use cloud services
Use lightweight records to build immutable reference types more easily
Perform complex queries over object collections with LINQ
Improve application throughput and response time with asynchronous methods
Use delegates and decoupling to construct highly extensible systems
Customize C# operator behavior over your own classes and structures
Implement the powerful Model-View-ViewModel (MVVM) pattern
Build UWP applications that retrieve complex data and present it intuitively
Expand your expertise—and teach yourself the fundamentals of programming the latest version of Visual C# with Visual Studio 2022. This book provides software developers all the guidance, exercises, and code needed to start building responsive, scalable, cloud-connected applications that can run almost anywhere.
Discover how to:
Quickly start creating Visual C# code and projects with Visual Studio
Work with variables, operators, expressions, methods, and program flow
Build more robust apps with error, exception, and resource management
Spot problems fast with the integrated Visual Studio 2022 debugger
Master new default interface methods, static local functions, async disposable types, and other enhancements
Make the most of the C# object model, and create functional data structures
Leverage advanced properties, indexers, generics, and collection classes
Create Windows 11 apps that share data, collaborate, and use cloud services
Use lightweight records to build immutable reference types more easily
Perform complex queries over object collections with LINQ
Improve application throughput and response time with asynchronous methods
Use delegates and decoupling to construct highly extensible systems
Customize C# operator behavior over your own classes and structures
Implement the powerful Model-View-ViewModel (MVVM) pattern
Build UWP applications that retrieve complex data and present it intuitively
Produktinformation
Kategori:
Data & IT
Bandtyp:
Danskt band
Språk:
Engelska
Förlag:
Pearson Education
Upplaga:
10
Utgiven:
2022-05-27
ISBN:
9780137619832
Sidantal:
832
Används bl.a. i följande kurser
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>