“.NET Framework” has 244 entries.
- Programming Microsoft Dynamics® CRM 4.0; Chapter 3: Communicating with Microsoft CRM APIs; “CrmService Web Service”; GetCrmService(); p. 54
- Programming Microsoft Dynamics® CRM 4.0; Chapter 3: Communicating with Microsoft CRM APIs; .NET Framework 3.0 Support; p. 52
- Silverlight 3.x Plug-In Parameters; Laurent Duveau
- Constraints on Type Parameters (C# Programming Guide)
- OData C# Code: An Example of Getting Scalar Data Asynchronously
- Unity C# Code: Static Service Locator Pattern for Unity; Richard Banks; StackOverflow.com
- WPF/Silverlight: “Layout with Absolute and Dynamic Positioning”
- Silverlight 3.0: “Silverlight 3.0 RTW: The CollectionViewSource”
- C# StructureMap: Simple Dependency Injection Sample for WPF
- WPF: “WPF Databinding: How do I access the ‘parent’ data context?”; StackOverflow.com; RelativeSource FindAncestor
- WPF XAML: “Binding to the Current Item in WPF”; Binding to the Current Item in in a Collection; ObservableCollection
- Visual Studio 2008: Flippant Remarks about Test Run Configuration Files
- WPF: “Introduction to WPF Layout”; wpftutorial.net
- WPF: “VirtualizingStackPanel Class (System.Windows.Controls)”; the IsVirtualizing Property; Performance; MSDN
- WPF MVVM: “Rockford Lhotka—Initial thoughts on MVVM”
- WCF: “Data Contract Known Types”
- WPF: “Object Lifetime Events”; MSDN
- WPF: “Setting the Width (and Height) as a Percentage Value”
- WPF: “What is the difference between the ‘Resource’ and ‘Embedded Resource’ build actions?”
- LINQ: “LINQ To Entities and Lazy Loading”; Include()
- C#: “What is the second meaning of a single ampersand in C#?”; StackOverflow.com
- WPF: “How Do I Add a Splitter to my WPF Window?”; LearnWPF.com
- Silverlight 2.x: “Silverlight Tips, Tricks, and Best Practices”
- C#: Auto-Implemented Properties (C# Programming Guide); MSDN
- WPF: ObservableCollection(T) Class (System.Collections.ObjectModel); MSDN
- LINQ to XML: “XML to IEnumerable
”; Andrew Hare; Using a Generic Method with an Interface Constraint - WPF: “How can I debug WPF bindings?”; Bea Stollnitz
- C# in .NET 3.5: “Explanation of Func”; StackOverflow.com; Jon Skeet
- WPF: “FrameworkElement.OverridesDefaultStyle Property (System.Windows)”
- LINQ to XML: “…use XPathEvaluate() instead of XPathSelectElement[s]()”
- Team Foundation Server 2008: Some Important Work Item Queries in Pseudo Code
- WPF: “Where is the main method in my WPF application?”; App.g.cs
- C# Code: DatumStateEnum
- readonly keyword (C#)
- WPF: WPF DispatcherUnhandledException Pattern
- C# Code: “Object.GetHashCode Method (System)”; MSDN
- WPF and Visual Studio Design Time: “app.config isn't used in WPF designer”; Microsoft Connect
- C# Code: An Example of Subtracting DateTime; Making the Future a Negative Number
- .NET 2.x: Something Obvious about Nullables
- LINQ to Objects Code: A Running Total
- WPF and WCF: The Decorator Pattern and Dispatcher.CurrentDispatcher
- WPF Error: “The name 'InitializeComponent' does not exist in the current context”
- “Are Partial Methods Some Form Of AOP (Aspect Oriented Programming)?”; Scott Wisniewski
- “When to use RenderAction vs RenderPartial with ASP.NET MVC”
- “How can I add a class attribute via Html.BeginForm?”; stackoverflow.com; Marwan Aouida
- “Datalist paging with linq”; stackoverflow.com; Tomas Lycken
- ASP.NET: “Data Paging in ASP.NET”; DataPager Control
- “Implementing Finalize and Dispose to Clean Up Unmanaged Resources”; MSDN
- C# 3.0 Extension Methods: “Thinking Beyond ToString()”; Anoop Madhusudanan
- “Sorting Lists using IComparable and IComparer Interface in .NET”
- “Filters in ASP.NET MVC CodePlex Preview 4”; Phil Haack 08/2008
- “Prerequisite knowledge for ASP.NET MVC”; stackoverflow.com
- ASP.NET MVC: “Using C# 3.0 Anonymous Types as Dictionaries”; History of Html.ActionLink(); Eilon Lipton
- “How does the ASP.NET Cache work?”; stackoverflow.com
- “ASP.NET MVC Controller Overview (C#)”;
- “ASP.NET NTLM Authentication—is it worth it?”; Jeff Atwood
- C# Code: “What is the difference between ICollection and IDictionary in .NET/C#?”
- C# Code: “Performance and Multiple Assigment in C#”; David Connell
- C# Code: “Observations on the ‘if’ statement”
- C# LINQ to XML: “Document-Centric Transforms using LINQ to XML”; Eric White
- C# LINQ to XML: “Empty Elements and Self-Closing Tags”; XElement
- WPF: “Converting a WPF FlowDocument to an XPS FixedDocument”; Derek Smythe
- WPF: “Using XamlReader.Load”; MSDN
- “System.Windows.Markup Namespace”; XamlReader; MSDN
- C# Code: ToType
() Extension Method; “how to handle conversions from an anonymous type to a specific type by using .NET 3.5 extensions”; Ed Guzman; CodeProject.com - “WPF Multithreading with BackgroundWorker”; Pavan Podila
- “Silverlight Tip of the Day #58 – Text Wrapping and Line Breaks in TextBlocks”
- “Silverlight Tip of the Day #57—How to Dynamically Load a Silverlight Control within another Silverlight Control”; Mike Snow
- C# Code: “Constructor Chaining : C# 411”
- ASP.NET MVC: “Tip #30 – Create Custom Route Constraints”; NotEqual Constraint ; Stephen Walther
- ASP.NET MVC: “Custom Route Constraints”; James Welch
- ASP.NET MVC: “What is the best way to return XML from a controller’s action in ASP.NET MVC?”; stackoverflow.com
- Visual Studio and CodeRush XPress: “Can I change the key bindings on the free version of CodeRush Express for Visual Studio?”; stackoverflow.com
- C#: “Direct casting vs ‘as’ operator?”; stackoverflow.com
- “Design Patterns”; dofactory.com
- “Basic Unit Testing Guidelines” by Chris Eargle
- “Principles Of Object Oriented Design”
- “A summary of OO Priciples” by Nigel-Findlater
- SOLID: “The Liskov Substitution Principle—Agile Software Development Principles Patterns and Practices”
- “System.Diagnostics.DebuggerStepThrough and More System.Diagnostics Namespace Stuff”; Mark Michaelis
- WCF: “Since a WCF service can return any user defined class, why use a DataContract and CompositeType class?”; StackOverflow.com
- “Convert XElement to XmlNode (and Convert XmlNode to XElement)”; Eric White
- WCF: “Wcf Binding Comparision List and Supported Features (Reference)”; Dan Rigsby
- PowerShell: “Even More Things You Can Do With Arrays”
- “Interface vs Abstract Class”; StackOverflow.com
- WPF: Implementing a Notify Icon without Windows Forms; Philipp Sumi; CodeProject.com
- “Custom XML Serialization of a .NET class”; Robert Bogue [MVP]
- “What does ‘yield break;’ do in C#?”; StackOverflow.com
- Data Structures and Algorithms with Object-Oriented Design Patterns in C#: “Enumerable Collections and Enumerators”
- C#: Flippant Remarks about the yield Statement
- “yield (C# Reference)”; MSDN
- Functional Programming: Complex adaptive system
- C#: Controlling the default value of an enum; MSDN
- ASP.NET: “Tip/Trick: Using Server Side Comments with ASP.NET 2.0”; Scott Guthrie
- ASP.NET: “Don’t run production ASP.NET Applications with debug="true" enabled”; Scott Guthrie
- C#: the differences between readonly and const; MSDN; l-value
- Patterns and Practices: “SOLID and DRY”; Jeremy Likness
- “The C# ?? null coalescing operator”; Scott Guthrie
- “Generic Delegates”; MSDN
- “Delegates Explained in Plain English”; Simon Pickersgill
- ASP.NET: “Web Site vs. Web Application”; Stephen M. Redd
- ASP.NET: “Visual Studio 2005 Web Application Project Option”; Scott Guthrie in 2005
- ASP.NET: “Comparing Web Site Projects and Web Application Projects”; MSDN
- ASP.NET: “Web Site or Web Application?”; stackoverflow.com
- Silverlight: “Silverlight Tip of the Day #60—How to load a XAML Control From a File or String”; Mike Snow
- Visual Studio: “Linked and Embedded Resources”; MSDN
- Visual Studio: “Resources Page, Project Designer”; MSDN
- “ASP.NET and the Event Log” by Bruce Johnson
- ServerDocument Class (Microsoft.VisualStudio.Tools.Applications.Runtime)
- Visual Studio 2008: Specifying the Default Browser for Web Projects
- “XPath & Namespaces” by Wayne Allen; “there is no such thing as a default namespace in XPath”
- “XML Serializing a Hashtable or generic Dictionary” by Pete Sheill
- “An Introduction to C# Generics”; Juval Lowy on Casting Generic Types and the Use of as and is Operators
- Windows Forms: Why the NotifyIcon.ShowBalloonTip() Timeout Is Ignored; System.Windows.Forms.NotifyIcon; Cleo HUANG - MSFT
- LINQ to Objects: Query FileSystemInfo Array as Generic List
- “TimeZone vs. TimeZoneInfo in .Net”; Dan Rigsby, danrigsby.com
- “Silverlight: Anatomy of an .XAP file”; Chris Pietschmann
- ASP.NET MVC: “MVC and App_Code folder - ASP.NET Forums”; forums.asp.net
- Visual Studio 2008 PROBLEM: “Server Explorer not showing up on Visual Studio”; devenv.exe
- C# Code: Converting GMT (Greenwich Mean Time) to Local Time; System.TimeZone.CurrentTimeZone; DateTime.ToLocalTime()
- C# Code: Sorting DateTime Values without LINQ Using a Delegate; System.Collections.Generic; DateTime.Compare
- C# Code: Sorting Strings without LINQ Using a Delegate; System.Collections.Generic; String.Compare
- C# Code: Sorting Strings without LINQ; System.Collections.Generic; String.Compare
- Nullable
Usage Guidelines; Krzysztof Cwalina - List of LINQ Providers; Robert Shelton
- Developing Windows Services; James Foster
- “Natural Sorting in C#”; Ian Griffiths
- Flippant Remarks about Asp.Net MVC and IIS6
- Visual Studio 2005/2008: Flippant Remarks about Code Snippets
- Visual Studio 2008 PROBLEM: The LINQ to SQL Debug Visualizer Is Not in Visual Studio 2008!; Scott Guthrie
- Krzysztof Cwalina: The Definition of “Framework”
- Visual Studio Team System and CodePlex.com: The Destroy Command is Not Available on CodePlex.com
- Visual Studio 2005/2008: “* Assembly Version vs Assembly File Version”; Vikas Goyal
- UriBuilder Inserts Multiple Question Marks in Query Strings; C# Cookbook
- Team Foundation Source Control Command-Line Notes
- XPathDocument.XPathNavigator Throws NotSupportedException for AppendChild() and AppendchildElement() Methods
- C# Code: Using System.IO.FileStream and System.IO.StreamWriter to Write a String to a File
- LINQ to Objects: Querying a Generic Dictionary Collection
- LINQ to XML: The Equivalent of XPath Assertions; Basic Validation without XSD (schema)
- LINQ to XML: Two Ways of Generating the xml:space Attribute
- LINQ to XML: Generating XML with a Custom Namespace; System.Xml.Linq
- Introduction to the GOF Strategy Pattern in C#
- LINQ to XML: Using System.Linq.Enumerable to Generate XML; Code from Mike Taulty, Microsoft UK
- SQL Server 2005: “Create Interoperable Native Web Services” Notes; http://mcpmag.com/Features/print.asp?EditorialsID=1299
- .NET 2.0/3.0/3.5: Flippant Remarks about Windows Service Projects in Visual Studio 2005/2008
- .NET 3.0/3.5: Flippant Remarks about the yield Keyword
- C# Code: Gathering Credentials from the Console; NetworkCredential; ConsoleKeyInfo
- Flippant Remarks about Encrypting app.config in Client Applications
- ASP.NET 2.0: Flippant Remarks about Server.UrlEncode and Server.UrlPathEncode
- How To: Use Impersonation and Delegation in ASP.NET 2.0: Notes; http://msdn2.microsoft.com/en-us/library/ms998351.aspx
- Catching Exceptions from System.ComponentModel.BackgroundWorker; DispatcherUnhandledException Fails to Fire for Background Threads
- Flippant Remarks about Canceling BackgroundWorker Operations
- Flippant Remarks about Delegates in C# 2.0
- DateTime.ToString() Patterns in PowerShell
- Flippant Remarks about Encrypting Elements in web.config; ASP.NET 2.0
- Flippant Remarks about System.Uri and System.UriBuilder
- Flippant Remarks about the ConnectionStringSettings Class
- C# 2.0 Code: Using a Generic List
to Build an Array from a Generic Dictionary - C# 2.0 Code: Converting from IDataParameter to DbParameter[] with Array.ConvertAll<>() and an Anonymous Delegate
- Framework (SDK) Tools: The Difference between signtool.exe and sn.exe
- ASP.NET: “The Global.asax file does not raise events in an ASP.NET 2.0 application”; KB Article 937095
- Flippant Remarks about Identifying a Nullable Type
- Visual Studio 2005: Flippant Remarks about Application Settings
- Visual Studio 2005 VB.NET Windows Forms Problem: Unable to Select Program or Sub Main to Start Windows Application; Enable application framework
- .NET Framework 3.0: Highlights of November 2006 CTP Release Notes
- ASP.NET ERROR in Visual Studio: "Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled. Please see Help for assistance."
- ASP.NET: Loading Cached User Controls; ASCX Files
- ADO.NET: CommandType.TableDirect Is Not Supported by SqlCommand.CommandType
- C# 2.0 Design Notes: default Keyword in Generic Code
- C# Code: Loading A Bunch of Files
- C# Code in Cold Storage: ConnectionStringIsValid()
- C# Code: GetNamespaceManager() Member for Static XPathDocument Helper Class; Songhay.Xml.XmlUtility
- C# Code in Cold Storage: A Schema-Based Data Input Wrapper for XML Input
- ASP.NET 2.0 PROBLEM: "The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files'"
- C# Code: ADSI Class for .NET 1.1 Active Directory Searching
- ASP.NET Code: Saving Form Data in a Click Event
- MCAD/MCSD Notes: Chapter 9, Lesson 1; Building a Web Application
- C# Code: Instantiating an XPathDocument() Object from a String
- System.Xml.Xsl.XslTransform PROBLEM: Document Type Declarations Are Ignored; xsl:output Element; DOCTYPE; .NET Framework 1.1
- MCAD/MCSD Notes: Chapter 8, Lesson 5; Providing Secure Communication
- MCAD/MCSD Notes: Chapter 8, Lesson 4; Using Passport Authentication
- MCAD/MCSD Notes: Chapter 8, Lesson 3; Using Forms Authentication
- MCAD/MCSD Notes: Chapter 1, Lesson 3; Using Visual Studio .NET
- MCAD/MCSD Notes: Chapter 1, Lesson 2; Using ASP.NET
- MCAD/MCSD Notes: Chapter 8, Lesson 2; Using Windows Authentication
- MCAD/MCSD Notes: Chapter 8, Lesson 1; Authenticating and Authorizing Users
- ASP.NET: Flippant Remarks about SQL Server Session State
- MCAD/MCSD Notes: Chapter 7, Lesson 5; Consuming XML Web Services
- MCAD/MCSD Notes: Chapter 7, Lesson 4; Using Client-Side Scripts
- MCAD/MCSD Notes: Chapter 7, Lesson 3; Interoperating with COM
- ASMX Web Services PROBLEM: Server Error; "Cannot declare a namespace and a type" Error; Strange Compilation Error
- MCAD/MCSD Notes: Chapter 7, Lesson 2; Using Unmanaged Code
- MCAD/MCSD Notes: Chapter 7, Lesson 1; Saving and Retrieving User Information
- MCAD/MCSD Notes: Chapter 6, Lesson 3; Logging Exceptions
- MCAD/MCSD Notes: Chapter 6, Lesson 2; Using Error Pages
- MCAD/MCSD Notes: Chapter 6, Lesson 1; Using Exception Handling
- C# and ASP.NET Code Snippet: RequestFormElement()
- MCAD/MCSD Notes: Chapter 5, Lesson 3; Processing Transactions
- MCAD/MCSD Notes: Chapter 5, Lesson 2; Using Data Sets on Web Forms
- Visual Studio Tools for Office: Flippant Remarks about Office System Word VSTO 1.x Projects
- MCAD/MCSD Notes: Chapter 5, Lesson 1; Accessing Data with ADO.NET
- MCAD/MCSD Notes: Chapter 4, Lesson 3; Navigating Between Forms
- MCAD/MCSD Notes: Chapter 4, Lesson 2; Using Validation
- MCAD/MCSD Notes: Chapter 4, Lesson 1; Using Controls
- The Microsoft.mshtml Namespace; Accessing the DHTML DOM from C#
- ASP.NET: Flippant Remarks about View State vs. Session State
- Flippant Remarks about Delegates in C#
- Flippant Remarks about Building Events in C#
- MCAD/MCSD Notes: Chapter 3, Lesson 3; Maintaining State Information
- MCAD/MCSD Notes: Chapter 3, Lesson 1; Namespace Fundamentals
- Web Service Exception: "The type System.Collections.Hashtable is not supported because it implements IDictionary."; System.NotSupportedException
- Development Environment: Finding User Interface (UI) Settings and ToolBox Settings
- MCAD/MCSD Notes: Chapter 3, Lesson 2; Namespaces in a Web Application
- MCAD/MCSD Notes: Chapter 2, Lesson 3; Where Does Processing Occur?
- MCAD/MCSD Notes: Chapter 2, Lesson 2; Responding to Events
- MCAD/MCSD Notes: Chapter 2, Lesson 1; Creating an ASP.NET Web Application Project
- MCAD/MCSD Notes: Chapter 1, Lesson 1; Developing Web Applications
- Songhay Design Patterns: The Importance of Threads; Threading a DTS Package; Interop; COM Events Sink; Windows Forms
- Visual Studio 2003 PROBLEM: New Windows Script Host Item Produces Active Schema Errors; The active schema does not support the element 'package' or 'job'
- Visual Studio.NET and ASP.NET: "Cleaning" the Visual Studio Web Cache; VSWebCache
- Windows Forms: A DataGrid Bound "Directly" to a DataTable Is Actually Using the DefaultView; Disappearing New Rows
- C# Code in Cold Storage: A "Strongly-Typed" DataTable;
- Flippant Remarks about David Berlind's "Microsoft's patchwork mess"; ZDNet; Download.Ject; ADODB.Stream
- .NET Framework: Flippant Remarks about XPathNavigator and XPathDocument; Don Box Loves All Instances of XPathNavigator
- C# Code: Windows Forms Data Services; Songhay.WinForms.Web.DataServices; Internal Row Procedures; C-sharp
- C# Code: Windows Forms Data Services; Songhay.WinForms.Web.DataServices; Internal DataSet Procedures; C-sharp
- Windows Forms Databinding: Andrew Brust on the Importance of the EndCurrentEdit() Method; DotNetRocks!; RowJiggle() Hack; VB.NET; C#
- C# Code Snippet: Simple Threading
- C# Code Snippet: Use of the DataTable NewRow() Method and the DefaultView Property
- VB.NET and Windows Forms: Flippant Remarks about Using Word Interop to Implement Spell-Checking
- ASP.NET: Flippant Remarks about Postbacks; Songhay Design Patterns
- C#: Flippant Introductory Remarks; CSharp
- C# and ASP.NET Code Snippet: Manually Wiring Up Events in Visual Studio.NET 2003
- ADO.NET: Using Default Parameters in SQL Server Stored Procedures
- ASP.NET: Flippant Remarks about Server Controls; C# Code
- C# and ASP.NET: Writing HTML Targeted from Code-Behind Designs; Using Regular Expressions to Write HTML
- C# and ASP.NET: Capturing All HTML Output from a Web Forms Page; ASPX; Respecting HTML/XHTML Standards with ASP.NET
- ASP.NET: Security Issues Surrounding Writing to the Event Log
- ADO.NET: Flippant Introductory Remarks
- ASP.NET: Flippant Introductory Remarks
- .NET Framework: Runtime Security Policy for Local Intranet Zone; Internet Explorer Internet Properties
- Visual Studio.NET: Searching and Replacing with Regular Expressions
- Visual Studio.NET: MSDN Library Viewer Filters; Help Filters; Custom Filters
- Registry: Removing Items from the Most Recently Used List