An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various files, offers multiple selection, and more.
Option types for C# with LINQ support and rich fluent syntax for many popular uses: var maybeOne = "one".ToMaybe(); Maybe<string> maybeAnother; var maybeBoth = from one in maybeOne from another in maybeAnother select one + another; maybeBoth.Match( both => Console.WriteLine("Result is: {0}", both), @else: () => Console.WriteLine("Result is Nothing, as one of the inputs was Nothing") );
Bootstrap Multiselect is a JQuery based plugin to provide an intuitive user interface for using select inputs with the multiple attribute present. Instead of a select a bootstrap button will be shown as dropdown menu containing the single options as checkboxes.
Bootstrap Multiselect is a JQuery based plugin to provide an intuitive user interface for using select inputs with the multiple attribute present. Instead of a select a bootstrap button will be shown as dropdown menu containing the single options as checkboxes.
A lib to execute handler based on input and output in loosly coupled way with support for multiple handlers for same request/response. Very handy if you like to selective execution of handler based on condition e.g. tenant/logged in user etc. For more details check readme file and tests in source code
RandomizedTesting.Generators contains generators for random numbers, several forms of text (ASCII, Unicode, realistic Unicode, HTML-like, regular expression-like) as well providing methods to pick random selections from collections and arrays and even create randomly generated Regex classes. These features are implemented as simple low-level extension methods to for the Random class so there is very little to learn to quickly generate random data for your tests. Why would you want tests to have random data? This is to fill situations where it is not practical to test the entire range of values in a single test run, for example, with applications that analyze text. Tests can instead be designed to provide different input every time they run to catch edge cases that are difficult to test for. Generating random data also has many other purposes, such as quickly generating a set of text files to benchmark with without having to store several hundred MB worth of files (since the same random seed will always generate the same data).
Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer, Report Designer and Report Writer in your JavaScript application. Please use the BoldReports.JavaScript package for new projects. The Report Designer control is a HTML5 component used to create and edit reports in RDL format report within JavaScript based web applications. Key features: • Popular data sources such as Microsoft SQL Server, Oracle, OLEDB, and ODBC are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • All available report items can easily be arranged and configured through an effective design area. • Option to add input parameters in custom queries or stored procedures and dynamically change the parameter values in report viewer. • Built-in expression editor to create expressions with RDL report standard to perform additional operations such as mathematical computation, conditional formatting, inspection, conversions, and more. • Various editing capabilities for report items. • All static texts within the report designer can be localized to any desired language. • Built-in themes for enhancing appearance. Learn more: https://www.syncfusion.com/reporting-tool/jquery/javascript/report-designer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/js/reportdesigner/getting-started?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
This date range picker component for Bootstrap creates a dropdown menu from which a user can select a range of dates. If invoked with no options, it will present two calendars to choose a start and end date from. Optionally, you can provide a list of date ranges the user can select from instead of choosing dates from the calendars. If attached to a text input, the selected dates will be inserted into the text box. Otherwise, you can provide a custom callback function to receive the selection. The component can also be used as a single date picker by setting the singleDatePicker option to true.
Option types for C# with LINQ support and rich fluent syntax for many popular uses: var maybeOne = "one".ToMaybe(); Maybe<string> maybeAnother; var maybeBoth = from one in maybeOne from another in maybeAnother select one + another; maybeBoth.Match( both => Console.WriteLine("Result is: {0}", both), @else: () => Console.WriteLine("Result is Nothing, as one of the inputs was Nothing") );
The Console Toolkit is a sophisticated but simple to learn library providing a full set of features for building console applications. It focuses on getting out of the way as quickly as possible so that you can get on with implementing functionality without having to deal with the complications of parsing command line options, parsing user input, or formatting console output in a comprehensible format. The library includes a declaritive mechanism for specifying command line options. You can specify your commands and options in a clear and simple way and the Toolkit will take care of the validation. You simply declare a handler and the library will call it if the user specifies valid parameters. Applications that accept multiple commands are fully supported, and the Toolkit even allows you to offer your users an interactive session in which they can issue commands into a custom command line interface. This functionality is provided free, you just need to start the session and define a command to allow the user to exit the session. Command and command option help is provided automatically. You just need to tell the toolkit which option or command invokes the help text, and your user will be shown syntax and options. If you use the [Description(...)] attribute, your descriptions will automatically formatted and incorporated in the help text. Command output can be formatted using a custom wrapper over the standard .NET Console object. To access this object you only need to add a parameter of type IConsoleAdapter and you can access features such as tabular data formatting and word wrapping. Colour support is provided through extension methods, so that you can specify .Red(), .Green() etc and the toolkit will worry about switching the Console output colour intelligently on your behalf. If you need to capture console input from the user, the library provides an input parsing mechanism that supports everything from simple confirmation requests to compound data structures. The library will validate the user's input and provide you with .NET types so that you don't have to parse the strings yourself. Comprehensive library documentation is available from the project website, but the library has been designed to be unobtrusive and straightforward to use. Follow the getting started guide to get a fully functional and well behaved console application up and running in minutes. You can even choose the parsing standard you prefer. If you want your commands to use DOS convetions, Unix conventions or the current Windows command line conventions, you just select an option and the Toolkit will format your help text and parse the user's arguments using the appropriate rules.
Blazor Gantt is designed to visualize and edit the project schedule, and track the project progress. It helps to organize and schedule the projects and also you can update the project schedule through interactions like editing, dragging and resizing. Components Included: Buttons Calendars Core Data DropDowns Grid Inputs Lists Layouts Navigations Popups RichTextEditor Spinner TreeGrid Component Name: Gantt Chart The Blazor Gantt is designed to visualize and edit the project schedule, and track the project progress. It helps to organize and schedule the projects and also you can update the project schedule through interactions like editing, dragging and resizing. Key features: Data sources Timeline Unscheduled tasks Baselines Task dependency Markers Resources Sorting Filtering Editing Columns Selection Templates Localization Helpful links: Feature tour: https://www.syncfusion.com/blazor-components/blazor-gantt-chart Documentation: https://blazor.syncfusion.com/documentation/?utm_source=nuget&utm_medium=listing Demos: https://blazor.syncfusion.com/demos/?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident/?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/blazor-components/?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Golden Dragon free credits hack generator v.91.2: Check game link hack here 👉👉👉👉 https://retrobowl.xyz/gd-mobi/ Golden Dragon free credits hack generator v.91.2 - PlayGD.mobi redirects you to a new page claiming to soon add up to 13,500 credit to your account for free and whenever you click the Start Injection button, you will end up redirected to a page where you're be asked to input your username followed by selecting the platform you're playing on.When you hit the Proceed button, your website will automatically bring up a search icon in the name of looking up the username you entered and with that successfully done, you'll be taken to a page where you are able to select the quantity of money which can be injected into your account. licking the Proceed button once more raises the loading gear and once it's done doing it's thing, you'd be asked to finish the synchronization process by clicking the Verify Now button.Doing this redirects you to a brand-new URL and in there, you will end up asked to accomplish 2 offers which mostly involves downloading and running some random apps for a particular quantity of time. golden dragon online fish table hack,how to hack golden dragon fish game,golden dragon password reset,golden dragon happy hour menu,golden dragon happy hour time,golden dragon happy hour,golden dragon in hanover pa,golden dragon ios,golden dragon ii hartsville sc,how to hack golden dragon,golden dragon mobi hack,golden dragon value,merge dragon hack,golden dragon hacks,golden dragon hacks 2021,golden dragon sweepstakes hack,golden dragon mobi hacks,golden eagle hack war thunder,how to hack a 3ds xl,how to hack a 3ds 2021,how to hack 7ds grand cross
A package with generic selenium functions for: clicking, filling input field, selecting values from dropdowns, etc.
A package with selenium functions for: clicking, filling input field, selecting values from dropdowns, etc.
A package with selenium functions for: clicking, filling input field, selecting values from dropdowns, etc.
Syncfusion Bold Reports for ASP.NET Core is a server-side helper package used to build ASP.NET Core Web API services. Key features: • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices and lists. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer and report designer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. Learn more: https://www.boldreports.com/features?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting/aspnet-core-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). This server-side helper package provides services to the following components and libraries: • ASP.NET Core Report Viewer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-viewer?utm_source=nuget&utm_medium=listing • ASP.NET Core Report Designer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-designer?utm_source=nuget&utm_medium=listing • ASP.NET Core Report Writer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-writer?utm_source=nuget&utm_medium=listing • Blazor Report Viewer: https://www.boldreports.com/embedded-reporting/blazor-report-viewer?utm_source=nuget&utm_medium=listing • Blazor Report Designer: https://www.boldreports.com/embedded-reporting/blazor-report-designer?utm_source=nuget&utm_medium=listing • Angular Report Viewer: https://www.boldreports.com/embedded-reporting/angular-report-viewer?utm_source=nuget&utm_medium=listing • Angular Report Designer: https://www.boldreports.com/embedded-reporting/angular-report-designer?utm_source=nuget&utm_medium=listing • JavaScript Report Viewer: https://www.boldreports.com/embedded-reporting/javascript-report-viewer?utm_source=nuget&utm_medium=listing • JavaScript Report Designer: https://www.boldreports.com/embedded-reporting/javascript-report-designer?utm_source=nuget&utm_medium=listing © Copyright 2025 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.
* On-demand loading of list * Paged list * Can use page up / page down shortcut when navigating the list * Can type on textbox anytime even when the dropdown list is displayed * Can use mouse scroll on the popup list * Uses AngularJS 1.3 ng-model-options debounce functionality to prevent fast typist from overwhelming the network * Keyboard shortcut to popup the list uses the conventional shortcut, Alt+Down, or F4 * Aside from next page / previous page buttons, it has fast forward and fast reverse button, it partition the list by 100 instead of the usual ten for paging. Say we have 5,000 rows, a total of 500 pages, so from first page when we click the fast forward button it brings us to page 51 * Can manually assign both ID/Code and Text for the combobox, by using ng-model and user-input attributes respectively. Think edit * When pressing escape key, it reverts back the old value. Likewise when pressing tab, yet the user didn't select an item, the combobox will revert to old ID/Code and Text values * Developer still has control on the requested ajax url's parameter names, and also with the result's list and total's property names. The component doesn't impose any names for the ajax's url parameter names and response property names * The popup's width has the same width as the combobox * Uses bootstrap for the design * No jQuery * ng-change event * page size property
This package contains common classes and interfaces that are used in other Syncfusion® .NET MAUI controls.
The SIL.Windows.Forms.Keyboarding library provides cross-platform functionality for keyboard selection and switching in Windows Forms applications. Currently, this library supports system and Keyman keyboards on Windows, and X keyboard extension (XKB) and Intelligent Input Bus (IBus) keyboards on Linux.
Syncfusion Bold Reports for Web is a server-side helper package used to build ASP.NET Web API services. Key features: • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices and lists. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer and report designer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, PowerPoint and HTML. Learn more: https://www.boldreports.com/features?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting/aspnet-web-forms-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). This server-side helper package provides services for the following components and libraries: • ASP.NET MVC Report Designer: https://www.boldreports.com/embedded-reporting/aspnet-mvc-report-designer?utm_source=nuget&utm_medium=listing • ASP.NET MVC Report Viewer: https://www.boldreports.com/embedded-reporting/aspnet-mvc-report-viewer?utm_source=nuget&utm_medium=listing • ASP.NET MVC Report Writer: https://www.boldreports.com/embedded-reporting/aspnet-mvc-report-writer?utm_source=nuget&utm_medium=listing • ASP.NET Web Forms Report Designer: https://www.boldreports.com/embedded-reporting/aspnet-web-forms-report-designer?utm_source=nuget&utm_medium=listing • ASP.NET Web Forms Report Viewer: https://www.boldreports.com/embedded-reporting/aspnet-web-forms-report-viewer?utm_source=nuget&utm_medium=listing • ASP.NET Web Forms Report Writer: https://www.boldreports.com/embedded-reporting/aspnet-web-forms-report-writer?utm_source=nuget&utm_medium=listing • Angular Report Viewer: https://www.boldreports.com/embedded-reporting/angular-report-viewer?utm_source=nuget&utm_medium=listing • Angular Report Designer: https://www.boldreports.com/embedded-reporting/angular-report-designer?utm_source=nuget&utm_medium=listing • JavaScript Report Viewer: https://www.boldreports.com/embedded-reporting/javascript-report-viewer?utm_source=nuget&utm_medium=listing • JavaScript Report Designer: https://www.boldreports.com/embedded-reporting/javascript-report-designer?utm_source=nuget&utm_medium=listing © Copyright 2025 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.
You can benefit from an input with tagging support when you want to let users enter tags for a post, select multiples contacts from a list, or any other situation where it's appropriate to have an inline, as-you-type list of items.
An editable, multi-language, event-driven textbox for MonoGame that supports selection and cut/copy/paste. Just import this nuget package. It is a PCL so you should be able to use it in any MG project. Look at the git-repo for the usage since the repo there contains a test-project.
This package is a Web core extension to the Legerity framework for speeding up the development of automated UI tests with Selenium/Appium including: - WebElementWrapper, for creating element wrappers for custom controls - Button, a clickable button element - CheckBox, a checkable element - FileInput, an input element for uploading files - Image, a visual element for display images - List, an ordered or unordered list element with items - NumberInput, a text input element for numeric values - Option, an child option for a drop down element - RadioButton, a selectable button element - RangeInput, a value selection element that allows a value to be selected in a range - Select, a drop down selector - TextArea, a multi-line text input element - TextInput, a default text input element
This package is a Windows core extension to the Legerity framework for speeding up the development of automated UI tests with Selenium/Appium including: - WindowsElementWrapper, for creating element wrappers for custom controls - AppBarButton, a clickable app bar button element - AppBarToggleButton, an app bar button element with a toggle state - AutoSuggestBox, a text input element which also has auto-complete capabilities - Button, a clickable button element - CalendarDatePicker, a popup element with capabilities to select a date from a calendar - CalendarView, a calendar date picker element - CheckBox, a checkable element - ComboBox, a drop down selector - CommandBar, a wrapper element for displaying app bar button elements - DatePicker, an element for selecting and validating dates - FlipView, a carousel-like element for viewing items within a collection - GridView, a visual list based element which shows items in a grid - Hub, a layout element for displaying content within sections - HyperlinkButton, a clickable URL button element - InkToolbar, a wrapper element for displaying ink selection elements - ListBox, a list item selector - ListView, a visual list based element which shows items in a vertical list - MenuFlyoutItem, a clickable element from a menu flyout - MenuFlyoutSubItem, a clickable sub element of a menu flyout item - PasswordBox, a text input element for secret values - Pivot, a layout element for displaying content on pivotal pages - ProgressBar, a visual indicator element for percentage progress - ProgressRing, a visual indicator element for progress - RadioButton, a selectable button element - Slider, a value selection element that allows a value to be selected in a range - TextBlock, a readonly text element - TextBox, a text input element - TimePicker, an element for selecting and validating time - ToggleButton, a button element with a toggle state - ToggleSwitch, a slider element with an on/off toggle state
SimpleLPR is a software component for vehicle license plate recognition. It has a very simple programming interface that allows applications to supply a path to an image or a buffer in memory and return the detected license plate text and its location in the input image. It can be used from C++, .NET-enabled programming languages, or Python. Integration is simple and straightforward, as demonstrated by the examples provided with the SDK. Typical detection rates range between 85% and 95%, provided the license plates are in good condition, free of obstructions, and the text height is at least 20 pixels. You can download the user's guide from https://www.warelogic.com/doc/SimpleLPR3.pdf, and the class reference for .NET from https://www.warelogic.com/doc/SimpleLPR.chm. Please submit questions/issues/bug reports/feedback to support@warelogic.com. Code example: using System; using System.Collections.Generic; using SimpleLPR3; // Create an instance of the SimpleLPR engine EngineSetupParms setupP; setupP.cudaDeviceId = -1; // Select CPU setupP.enableImageProcessingWithGPU = false; setupP.enableClassificationWithGPU = false; setupP.maxConcurrentImageProcessingOps = 0; // Use the default value // Create the SimpleLPR engine ISimpleLPR lpr = SimpleLPR.Setup(setupP); // Enable country templates for Brazil lpr.set_countryWeight("Brazil", 1.0f); lpr.set_countryWeight(countryId, 1.0f); // Create a processor object IProcessor proc = lpr.createProcessor(); // Use the analyze version that takes the path to a file List<Candidate> cds = proc.analyze("image.jpg"); // Iterate over all candidates foreach (Candidate cd in cds) { // Iterate over all country matches foreach (CountryMatch match in cd.matches) { Console.WriteLine("Text: {0}, country: {1}", match.text, match.country); } }
Simplifies testing by automatically selecting the appropriate input data for a given test case.
The Syncfusion Reporting ASP.NET Core is a server-side helper package to build ASP.NET Core Web API service that is used for Report Viewer and Report Designer controls with ASP.NET Core, Angular, and JavaScript platforms. Syncfusion Report Viewer and Report Designer controls can be integrated with ASP.NET Core platforms through this helper. Key features: • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices and lists. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer and report designer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. Learn more: https://www.syncfusion.com/reporting-tool?utm_source=nuget&utm_medium=listing Documentation: https://reports.syncfusion.com/documentation/aspnet-core/?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnetcore This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
This package is an Android core extension to the Legerity framework for speeding up the development of automated UI tests with Selenium/Appium including: - AndroidElementWrapper, for creating element wrappers for custom controls - Button, a clickable button element - CheckBox, a checkable element - DatePicker, an element for selecting and validating dates - EditText, a text input element - RadioButton, a selectable button element - Spinner, a drop down selector - Switch, a slider element with an on/off toggle state - TextView, a readonly text element - ToggleButton, a button element with a toggle state - View, a base for Android elements
T4Query.SqlServer provides developers with a single class to query SQL Server with the query. T4Query.SqlServer auto support Sql Transaction - If run query not fails: Commits the database transaction. - If run query fails: Rolls back a transaction from a pending state. T4Query.SqlServer always auto close the connection when done with the results returned (from below) T4Query.SqlServer support return result: - ExecuteNonQuery: return the number of rows affected. - SqlDataReader: return a System.Data.SqlClient.SqlDataReader object. - ExecuteXmlReader: return a System.Xml.XmlReader object. - ExecuteScalar<TSource>: return the first column of the first row in the result set, or a null if the result set is empty. Returns a maximum of 2033 characters. - DataTable: return a DataTable that contains elements. - DataSet: return a DataSet with select multiple table. - IEnumerable<TSource>: return an enumerator that can be used to iterate through the collection. - List<TSource>: A List that contains elements from the input sequence. - FirstOrDefault<TSource>: return default(TSource) if source is empty; otherwise, the first element in source. - Also, provide the SetDBNull (object) function: return DBNull.Value if object is null
MultiSelect for WinForms is a control that enables selection of multiple items from a list with tag editing behavior.
Collection of useful UI for collecting data. FontAwesome Viewer - Look at Free FA icons. Entry Behaviors - Behaviors for data entry, decimal, double, int, email address. DateTime? input - supports IsRequired notification, DateTime?, readonly display and edit modes. Date and time entry. Phone Entry - supports IsRequired notification, readonly display and edit modes, dialing. Picker - Picker Title, supports IsRequired notification, readonly display, ability to select and unselect choice. Entry - Entry Title, supports IsRequired notification, readonly display, and edit modes. Editor - Editor Title, supposts IsRequired notification, readonly display and editor mode.
This package is purely a library of useful classes which contains useful Selenium Webdriver related methods of interacting with web browsers when automating web applications. As this library was written as a test exercise for MoonPig.Com its has been developed to intentionally covers automating ONLY within; Google Chrome and Firefox browsers, as well as, the following web elements types, which existed in source HTML of the MoonPig website for the feature that I selected to automate {i.e. web element of type 'div', 'li' and 'ol' in HTML}. However, the library can, quite easily be extended to cover additional web browsers of your choice {e.g. Phantomjs, IE, etc} as well as other generic web element types in HTML {e.g. 'input', 'a', 'p', 'span', 'ul', etc}. The library also contains other useful classes that can be used to efficiently automate the web application under test}. All Selenium related methods for automating generic browser actions can be accessed via the abstract class: SeleniumBase. Enjoy.
Converts a Mainframe structure that is saved as a txt file and converts it into a Dictionary object that can be used in a C# application. 1) FTP mainframe structures to the lan and save as txt. 2) Create an ini file inside the debug folder in your C# application. - Open the ini file and set the file path of your structure(s) - For input structures the naming scheme is: input_StructName = filePath\fileName.txt - For output structures the naming scheme is: output_StructName = filePath\fileName.txt - NOTE: you can have multiple structures declared in the ini file for both input and output. - When you are done, save your ini file the same name as your projects executable. 3) Inside of your project add a ref to the package. 4) After adding the ref go to the class where your app launches from. - Add "using StructureConverter" in your main class. - Inside the startup step create a new instance of StructureConverter and select the appropriate creation method for your structures. 5) Using your created structure - Create a new Dictionary object - Set the Dictionary object equal to the StructureConverter class and the static property that pertains to the structure you want to access. - After selecting the right property pass the input/output structure name you created in your ini file as a [key] as a type string. - ex. StructureConverter.OutputStructures["output_TEST"] - When you want to get the value of particular field you just need to pass the fieldName as a key on your Dictionary object; 6) When moving to production remember to copy the ini file to the prod environment. WARNING: When trying to create a new dictionary and set it equal to a dictionary that was created from a static property it will create a reference of the dictionary and change the data inside of the static property. To create a copy of dictionary that was created from a static property use a foreach loop on the keys of the dictionary.
This is a legacy package for embedding Syncfusion Report Designer in your ASP.NET Core web application. Please use the BoldReports.AspNet.Core(https://www.nuget.org/packages/BoldReports.AspNet.Core/) package for new projects. Key features • Supports popular data sources such as Microsoft SQL Server, Oracle, OLEDB, and ODBC. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • All available report items can easily be arranged and configured through an effective design area. • Options to add input parameters in custom queries or stored procedures and dynamically change the parameter values in the report viewer. • Built-in expression editor that creates expressions with RDL report standard to perform additional operations such as mathematical computation, conditional formatting, inspection, conversions, and more. • Various editing capabilities for report items. • All static texts within the report designer can be localized to any desired language. • Built-in themes for enhancing the appearance. Learn more: https://www.syncfusion.com/products/jquery/aspnetcore/ReportDesigner Documentation: https://help.syncfusion.com/aspnet-core/reportdesigner/getting-started Support Incidents: https://www.syncfusion.com/support/directtrac/incidents/newincident Forums: https://www.syncfusion.com/forums/aspnetcore This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
This is a legacy package for embedding Syncfusion Report Designer in your ASP.NET MVC web application. Please use the BoldReports.Mvc4 package for new projects. The Syncfusion EJ Report Designer is a server-side helper package used to build reports compatible with ASP.NET Web API service. Essential JS 1 Report Designer control can be integrated with ASP.NET MVC platforms through this helper. Key features: • Supports popular data sources such as Microsoft SQL Server, Oracle, OLEDB, and ODBC. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • All available report items can easily be arranged and configured through an effective design area. • Options to add input parameters in custom queries or stored procedures and dynamically change the parameter values in the report viewer. • Built-in expression editor that creates expressions with RDL report standard to perform additional operations such as mathematical computation, conditional formatting, inspection, conversions, and more. • Various editing capabilities for report items. • All static texts within the report designer can be localized to any desired language. • Built-in themes for enhancing the appearance. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls/ReportDesigner?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnetmvc/reportdesigner/getting-started?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/aspnetmvc?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Bootstrap Multiselect is a JQuery based plugin to provide an intuitive user interface for using select inputs with the multiple attribute present. Instead of a select a bootstrap button will be shown as dropdown menu containing the single options as checkboxes.
Selectize.js Bootstrap 3 Theme
This package is purely a library of useful classes which contains useful Selenium Webdriver related methods of interacting with web browsers when automating web applications. As this library was written as a test exercise for MoonPig.Com its has been developed to intentionally covers automating ONLY within; Google Chrome and Firefox browsers, as well as, the following web elements types, which existed in source HTML of the MoonPig website for the feature that I selected to automate {i.e. web element of type 'div', 'li' and 'ol' in HTML}. However, the library can, quite easily be extended to cover additional web browsers of your choice {e.g. Phantomjs, IE, etc} as well as other generic web element types in HTML {e.g. 'input', 'a', 'p', 'span', 'ul', etc}. The library also contains other useful classes that can be used to efficiently automate the web application under test}. All Selenium related methods for automating generic browser actions can be accessed via the abstract class: SeleniumBase. Enjoy.
Bootstrap Multiselect is a JQuery based plugin to provide an intuitive user interface for using select inputs with the multiple attribute present. Instead of a select a bootstrap button will be shown as dropdown menu containing the single options as checkboxes.
Selectize.js Default Theme
This is a legacy package for embedding Syncfusion Report Designer in your ASP.NET MVC web application. Please use the BoldReports.Mvc5 package for new projects. The Syncfusion EJ Report Designer is a server-side helper package used to build reports compatible with ASP.NET Web API service. Essential JS 1 Report Designer control can be integrated with ASP.NET MVC platforms through this helper. Key features: • Supports popular data sources such as Microsoft SQL Server, Oracle, OLEDB, and ODBC. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • All available report items can easily be arranged and configured through an effective design area. • Options to add input parameters in custom queries or stored procedures and dynamically change the parameter values in the report viewer. • Built-in expression editor that creates expressions with RDL report standard to perform additional operations such as mathematical computation, conditional formatting, inspection, conversions, and more. • Various editing capabilities for report items. • All static texts within the report designer can be localized to any desired language. • Built-in themes for enhancing the appearance. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls/ReportDesigner?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnetmvc/reportdesigner/getting-started?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/aspnetmvc?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Selectize.js Bootstrap 2 Theme
This libraries sole purpose is take an input and convert into CSV compliant output. It also now supports deserialising CSV data into both generic models as well as speciffied models. Future additions will include writing to file & the ability for the user to select the fields to be shown.
This package is purely a library of useful classes which contains useful Selenium Webdriver related methods of interacting with web browsers when automating web applications. As this library was written as a proof of concept for MoonPig.Com its has been developed to intentionally covers automating ONLY within; Google Chrome, Firefox, Phantomjs browsers, as well as, the following web elements types, which existed in source HTML of the MoonPig website for the feature that I selected to automate {i.e. web element of type; 'span', 'div', 'li' and 'ol' in HTML}. However, the library can, quite easily be extended to cover additional web browsers of your choice {e.g. IE, etc} as well as other generic web element types in HTML {e.g. 'input', 'a', 'p', 'ul', etc}. The library also contains other useful classes that can be used to efficiently automate the web application under test}. All Selenium related methods for automating generic browser actions can be accessed via the abstract class: SeleniumBase. Enjoy.
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer, Report Designer and Report Writer in your web application. Please use the BoldReports.Web package for new projects. The Syncfusion EJ Report Designer is a server-side helper package used to build reports compatible with ASP.NET Web API service. Essential JS 1 Report Designer control can be integrated with ASP.NET platforms through this helper. Key features: • Supports popular data sources such as Microsoft SQL Server, Oracle, OLEDB, and ODBC. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • All available report items can easily be arranged and configured through an effective design area. • Options to add input parameters in custom queries or stored procedures and dynamically change the parameter values in the report viewer. • Built-in expression editor that creates expressions with RDL report standard to perform additional operations such as mathematical computation, conditional formatting, inspection, conversions, and more. • Various editing capabilities for report items. • All static texts within the report designer can be localized to any desired language. • Built-in themes for enhancing the appearance. Learn more: https://www.syncfusion.com/jquery/aspnet-web-forms-ui-controls/ReportDesigner?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnet/reportdesigner/getting-started?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/aspnet?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer, Report Designer and Report Writer in your web application. Please use the BoldReports.Web package for new projects. The Syncfusion Web Report Designer is a server-side helper package used to build report viewer compatible ASP.NET Web API service that is used for Essential JS 1 Report Designer control in Angular and JavaScript platforms. Key features: • Popular data sources such as Microsoft SQL Server, Oracle, OLEDB, and ODBC are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • All available report items can easily be arranged and configured through an effective design area. • Option to add input parameters in custom queries or stored procedures and dynamically change the parameter values in report viewer. • Built-in expression editor to create expressions with RDL report standard to perform additional operations such as mathematical computation, conditional formatting, inspection, conversions, and more. • Various editing capabilities for report items. • All static texts within the report designer can be localized to any desired language. • Built-in themes for enhancing appearance. Learn more: https://www.syncfusion.com/reporting-tool/jquery/javascript/report-designer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/js/reportdesigner/getting-started?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
The Syncfusion Reporting Web is a server-side helper package to build ASP.NET Web API service that is used for Report Viewer and Report Designer controls with ASP.NET, ASP.NET MVC, Angular and JavaScript platforms. Syncfusion Report Viewer and Report Designer controls can be integrated with ASP.NET, ASP.NET MVC, Angular and JavaScript platforms through this helper. Key features: • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices and lists. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer and report designer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, PowerPoint and HTML. Learn more: https://www.syncfusion.com/reporting-tool?utm_source=nuget&utm_medium=listing Documentation: https://reports.syncfusion.com/documentation/aspnet-web-forms?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnet This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.