aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen
Zur Suche springen
Programmierung
Programmierung
|
Administration •
Links •
Vorgehensmodelle •
NuGet •
Transformations •
MSBuild •
Raspberry •
Cheatsheets •
Git •
Mathematica
|
C♯
|
|
F♯
|
|
Python
|
Classes •
Loops •
Anonymous Types •
Lambda Expressions •
Queries (LINQ) •
Iterators (yield)
|
PHP
|
|
T-SQL / SQL Server
|
T-SQL Fundamantals
|
Select •
Programming •
Pitfalls •
Query from Multiple Tables •
Groups and Summaries •
Advanced Select •
Aggregation and Windowing •
Insert, Update, Delete •
Strings •
Date and Time •
Numbers •
Transactions, Locking, Blocking, Deadlock •
Tables •
Views •
Large Tables and Databases •
Indexes •
Stored Procedures •
User-Defined Functions and Types •
Triggers •
Error Handling •
Query Performance and Tuning •
Hints •
Index Tuning and Statistics •
XML •
Files, Filegroups, Integrity •
Backup •
Recovery •
Principals and Users •
Securables, Permissions, Auditing •
Objects and Dependencies
|
SQL Server Performance Tuning
|
Memory Performance Analysis •
Disk Performance Analysis •
CPU Performance Analysis •
Baseline Creation •
Query Performance Metrics •
Query Performance Analysis •
Index Architecture and Behavior •
Index Analysis •
Database Engine Tuning Advisor •
Key Lookups •
Statistics, Data Distributuon, and Cardinality •
Index Fragmentation •
Execution Plan Generation •
Execution Plan Cache Behavior •
Parameter Sniffing •
Query Recompilation •
Query Design Analysis •
Reduce Query Resource Use •
Blocking and Blocked Processes •
Causes and Solutions for Deadlocks •
Row-By-Row Processing •
Memory-Optimized OLTP Tables and Procedures •
Database Performance Testing •
Database Workload Optimization •
SQL Server Optimization Checklist
|
Service Broker
|
Message •
Contract •
Queue •
Service •
.NET Integration •
Route •
Security
|
|
Datatypes •
Unit Testing •
Dependency Injection •
Partitioning •
|
|
.NET
|
|
ASP.NET
|
|
Messaging
|
|
User Interface
|
|
Parallel Programming
|
|
ECMAScript
|
|
SharePoint
|
|
Microsoft CRM
|
Reporting and Dashboards •
SharePoint Integration •
Authentication •
Entity Handling •
Workflows •
Queries
|
Security
|
Forms Authentication •
Membership and Role Provider •
Zertifikate •
OAuth •
OpenID •
Windows Identity Foundation
|
Dateiformate
|
CSV •
Excel •
Word •
PDF •
Email
|
Azure
|
|
Muster
|
|
Powershell
|
|
Android
|
ROM Flashen •
Unit Testing •
Assistant
|
Machine Learning
|
|
Core Server
|
Hyper-V •
Active Directory User Groups •
Active Directory Domain Services •
Active Directory Federation Services •
DHCP •
IIS •
DNS •
RDP •
WSUS •
User Permissions •
IP •
SMB •
DHCP •
IPAM •
Sonstige
|
Bot Framework
|
Rich Messages •
|
Binding |
Klasse |
Transport |
Encoding |
Anmerkungen
|
Basic HTTP binding |
BasicHttpBinding |
HTTP, HTTPS |
Text, MTOM |
HTTP and HTTPS
|
Web Service (WS) binding |
WSHttpBinding |
HTTP, HTTPS |
Text, MTOM |
HTTP and HTTPS, offers support for Ws-* standards
|
WS dual binding |
WSDualHttpBinding |
HTTP, HTTPS |
Text, MTOM |
like WS, but also supports bidirectional duplex connections use WebSockets instead when possible
|
WebSocket binding |
NetHttpBinding |
HTTP, HTTPS |
Text, MTOM |
like WSDualHttpBinding; use only when bidirectonal callbacks over the internet are needed
|
Federated WS binding |
WSFederationHttpBinding |
HTTP, HTTPS |
Text, MTOM |
not well supported by industry
|
WS 2007 binding |
WS2007HttpBinding |
HTTP, HTTPS |
Text, MTOM |
like Federated WS binding, but also supports WS-Coordination and newer versions of WS-Transaction, WS-Security, WS-Reliability
|
TCP binding |
NetTcpBinding |
TCP |
Binary |
cross machine; WCF 2 WCF only
|
UDP binding |
UdpBinding |
UDP |
Binary |
usually not used, because of message loss, message order loss, and message duplication; WCF 2 WCF only
|
IPC/Named Pipes binding |
NetNamedPipeBinding |
IPC |
Binary |
local machine only; WCF 2 WCF only
|
MSMQ binding |
NetMsmqBinding |
MSMQ |
Binary |
supports disconnected calls; WCF 2 WCF
|
MSMQ Integration binding |
MsmqIntegrationBinding |
MSMQ |
Binary |
supports disconnected calls; WCF 2 Legacy
|
Web binding |
WebHttpBinding |
HTTP, HTTPS |
Text, MTOM |
for REST/POX/JSON scenarios; might want to use WebAPI instead
|
P2P binding |
NetPeerTcpBinding |
TCP |
Binary |
Windows Peer-to-Peer Networking; obsolete in .NET 4.5!
|
|