Tagged Content List
  • Wiki Page: PowerShell: Filter Results with Active Directory Module Cmdlets

    Introduction The Active Directory PowerShell modules support two parameters to filter results. The -LDAPFilter parameter for LDAP syntax filters and the -Filter parameter for PowerShell syntax filters. The documentation indicates that PowerShell filters should be enclosed in braces (also called...
  • Wiki Page: SQL-Server export to Excel, Access and XML

    Table of Contents Introduction Description Base Excel export Base Access export Base XML export Summary See also Source code Introduction This article will demonstrate how to export a table within SQL-Server database to Microsoft Excel, Microsoft Access or a standard XML file utilizing Transact...
  • Wiki Page: WPF: Passing a Data Bound Value To a Validation Rule

    Table of Contents Introduction ValidationRule Wrapper Data Context Additional Resources Introduction One way of validating and restricting data bound property values in WPF is to use validation rules. There was a question about how to pass a value through data binding to such a validation rule...
  • Wiki Page: Extension methods (C#)

    Table of Contents Introduction When should you use extension methods? Defining an extension method Extension hoarders Extension class projects Extension namespaces Test projects Documentation Language extension verses custom controls Language extension commonality Included source code information References...
  • Wiki Page: Office Word Basic operations: Open XML SDK 2.5 Office Word documents

    Table of Contents Introduction What is Open XML Why use Open XML Installation Using Open XML Taking small steps Repetitive code Building blocks Alternate methods to using Open XML. Code samples Integration into your solution References Tools See also Requires Summary Source code Introduction ...
  • Wiki Page: Visual C#: Easy Code Refactoring

    Table of Contents Introduction Remove & Sort Usings Extract Method Regions Surround With Rename Conclusion Code Sample Other Languages Introduction Code refactoring is very important, a necessity especially if you use agile methodologies. Even if you are following other classic software development...
  • Wiki Page: .NET: Defensive data programming (Part 4) Data Annotation

    Table of Contents Introduction ASP.NET MVC Data Annotation Windows Forms Data Annotation Compare attribute StringLength attribute Range attribute Dealing with Enumerations List properties Phone number validation ErrorProvider implementation Unusual rules How to implement in a project Summary See also...
  • Wiki Page: SQL Server database login for Windows Forms (C#)

    Table of Contents Introduction Prerequisites Server login/permission basics resources Creating users Login failure error code 18456 Validating users Login window Extending login to changing user's passwords Using in your project Alternate Login Framework 4.5 or higher Quick start Running code samples...
  • Wiki Page: VB.NET: Passing Values Between Two Forms

    Table of Contents Introduction Passing information using form properties Passing values using an overloaded form constructor Child form Main form Custom events Example 1 (form communications) Example 2 (forms communication) See also Summary Introduction One of the first obstacles that people...
  • Wiki Page: Introduction to Grouping with LINQ/Lambda (VB.NET) Part 1

    Table of Contents Introduction Requirements Basic LINQ Group by Group by single property Group by with min, max, count, average Entity Framework 6 Working with DataTable containers Summary See also Source code Introduction Grouping information from a variety of data sources in a Visual Basic project...
  • Wiki Page: Active Directory: Documenting your AD Organization with PowerShell

    Table of Contents Introduction Download Assign Managers to Users in ADUC Reveal Hierarchy with a Recursive Function How the Script Works Creating the DirectorySearcher Object The Get-Reports Function is Called the First Time Get-Reports is Called Recursively Output File Created by the Script Code for...
  • Wiki Page: ASP.NET Core Blazor: Draw Dynamic Bar Chart using Canvas Extensions

    Table of Contents Introduction Prerequisites Create ASP.NET Core Blazor Server Application Run to test the application Step 2 Install the Packages Step 3 Create Model Class Creating Service Class Step 4: Add the Service to the Startup.cs Step 5: Working with Client Project Import part HTML design and...
  • Wiki Page: SharePoint Online SPOMod: Set-SPOListColumn

    This article describes a function of a custom SharePoint Online module available for download and installation on Technet Gallery and GitHub where it welcomes all your suggestions and contributions. Table of Contents Set-SPOListColumn Parameters Examples See Also Set-SPOListColumn ...
Page 20 of 416 (10,400 items) «1819202122»