content stringlengths 5 1.04M | avg_line_length float64 1.75 12.9k | max_line_length int64 2 244k | alphanum_fraction float64 0 0.98 | licenses list | repository_name stringlengths 7 92 | path stringlengths 3 249 | size int64 5 1.04M | lang stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace D... | 38.171875 | 171 | 0.586983 | [
"MIT"
] | AFei19911012/WPFSamples | Demos/Properties/Resources.Designer.cs | 2,803 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Web;
namespace Memberships.Entities
{
[Table("ItemType")]
public class ItemType
{
[DatabaseGenerated(DatabaseGeneratedOpt... | 24.421053 | 61 | 0.696121 | [
"MIT"
] | jessepatricio/Memberships | Docs/Memberships-Video-Code-Finished/Memberships - Video Code - Finished/Memberships/Entities/ItemType.cs | 466 | C# |
//
// System.ComponentModel.TypeConverter test cases
//
// Authors:
// Gert Driesen (drieseng@users.sourceforge.net)
//
// (c) 2005 Novell, Inc. (http://www.ximian.com)
//
using System;
using System.ComponentModel;
using System.ComponentModel.Design.Serialization;
using System.Globalization;
using NUnit.Framework;
... | 29.72 | 131 | 0.67712 | [
"Apache-2.0"
] | AvolitesMarkDaniel/mono | mcs/class/System/Test/System.ComponentModel/TypeConverterTests.cs | 7,430 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 39 | 85 | 0.728344 | [
"MIT"
] | Real-Serious-Games/Metrics | Examples/Example2/Properties/AssemblyInfo.cs | 1,446 | C# |
//
// Copyright (C) 2018 Authlete, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or ag... | 33.686275 | 74 | 0.611758 | [
"Apache-2.0"
] | authlete/authlete-csharp | Authlete/Types/CodeChallengeMethod.cs | 1,720 | C# |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... | 31.984615 | 81 | 0.607023 | [
"Apache-2.0"
] | polivbr/pulumi-azure-native | sdk/dotnet/Peering/V20190901Preview/Inputs/BgpSessionArgs.cs | 2,079 | C# |
using System;
using System.Linq;
using System.Reflection;
namespace DataConnector
{
/// <summary>
/// Represents a configurable convention mapper.
/// </summary>
/// <remarks>
/// By default this mapper replaces <see cref="StandardMapper" /> without change, which means backwards compatibil... | 40.758772 | 147 | 0.536318 | [
"MIT"
] | kieuphi/DataConnector | DataConnector/DataConnector/ConventionMapper.cs | 9,295 | C# |
// Copyright (c) 2019, WebsitePanel-Support.net.
// Distributed by websitepanel-support.net
// Build and fixed by Key4ce - IT Professionals
// https://www.key4ce.com
//
// Original source:
// Copyright (c) 2015, Outercurve Foundation.
// All rights reserved.
//
// Redistribution and use in source and binary f... | 35.128736 | 90 | 0.618284 | [
"BSD-3-Clause"
] | Key4ce/Websitepanel | WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ProviderControls/HeliconZoo_Settings.ascx.designer.cs | 15,281 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace TelerikBlazor.App.Models
{
public partial class Customer
{
public Customer()
{
CustomerCustomerDemo = new HashSet<CustomerCusto... | 30.479167 | 83 | 0.598086 | [
"MIT"
] | ZeoxZeos/TelerikBalzor_v08 | TelerikBlazor/TelerikBlazor.App/Models/Customers.cs | 1,465 | C# |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | 34.1875 | 144 | 0.665448 | [
"ECL-2.0",
"Apache-2.0"
] | pulumi-bot/pulumi-azure | sdk/dotnet/EventGrid/Inputs/EventSubscriptionAdvancedFilterNumberLessThanOrEqualGetArgs.cs | 1,094 | C# |
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using StardewValley.Locations;
using Microsoft.Xna.Framework;
namespace FarmHouseRedone
{
internal class FarmHouse_getFloors_Patch
{
public static void Postfix(ref List<Rectangle> __result, FarmHouse __instance)
... | 45.104478 | 273 | 0.46542 | [
"MIT"
] | strobel1ght/FarmHouseRedone | FarmHouseRedone/FarmHouse_getFloors_Patch.cs | 6,046 | C# |
//-----------------------------------------------------------------------------
// FILE: WorkflowGetLastResultRequest.cs
// CONTRIBUTOR: Jeff Lill
// COPYRIGHT: Copyright (c) 2005-2022 by neonFORGE LLC. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use t... | 32.612903 | 106 | 0.649852 | [
"Apache-2.0"
] | codelastnight/neonKUBE | Lib/Neon.Cadence/Internal/WorkflowMessages/WorkflowGetLastResultRequest.cs | 2,024 | C# |
// Copyright (c) 2022 cathery
using UnrealBuildTool;
public class AdvancedUMG : ModuleRules
{
public AdvancedUMG(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
PrivateDependencyModuleNames.AddRange(new string[]
{
"Core",
"CoreUObject",
"Engi... | 16.956522 | 62 | 0.697436 | [
"MIT"
] | cathery/AdvancedUMG | Source/AdvancedUMG/AdvancedUMG.Build.cs | 390 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml.Linq;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Configuration;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Models.Entities;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.St... | 37.514706 | 156 | 0.590259 | [
"MPL-2.0",
"MPL-2.0-no-copyleft-exception"
] | JohanPlate/uSync | uSync.Core/Serialization/Serializers/ContentTypeSerializer.cs | 10,206 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.IO;
using Microsoft.ML.Data.IO;
using Microsoft.ML.RunTests;
using Microsoft.ML.StaticPipe;
using Micr... | 40.328571 | 174 | 0.628055 | [
"MIT"
] | geffzhang/machinelearning | test/Microsoft.ML.Tests/Transformers/PcaTests.cs | 2,825 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ma... | 38.081081 | 84 | 0.747339 | [
"BSD-3-Clause"
] | mpcoombes/MaterialPredictor | MaterialPositioner/Properties/AssemblyInfo.cs | 1,412 | C# |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); yo... | 30.851485 | 158 | 0.635751 | [
"Apache-2.0"
] | Anomalous-Software/Lucene.NET | src/core/Index/FreqProxTermsWriter.cs | 9,348 | C# |
namespace TechTalk.SpecFlow.IdeIntegration.Options
{
public interface IIntegrationOptionsProvider
{
IntegrationOptions GetOptions();
void ClearCache();
}
} | 23 | 51 | 0.706522 | [
"BSD-3-Clause"
] | 304NotModified/SpecFlow.VisualStudio | IdeIntegration/Options/IIntegrationOptionsProvider.cs | 186 | C# |
using System;
using System.Diagnostics.CodeAnalysis;
using RefScout.Analyzer.Context;
namespace RefScout.Analyzer.Notes.Messages;
internal abstract class Message<TContext> : Message where TContext : IContext
{
public abstract override NoteType Type { get; }
public sealed override bool Test(IContext context,... | 46.833333 | 129 | 0.736655 | [
"MIT"
] | Droppers/AssemblyAnalyzer | src/RefScout.Analyzer/Notes/Messages/Message{T}.cs | 1,969 | C# |
using System.Collections.Generic;
using MyBlog.Data.Interfaces;
namespace MyBlog.Data.Models
{
public class Category : IMyBlogItem
{
public int Id { get; set; }
public string Name { get; set; }
public ICollection<BlogPost> BlogPosts { get; set; }
}
}
| 22.230769 | 60 | 0.650519 | [
"MIT"
] | PacktPublishing/Web-Development-with-Blazor | Chapter03/MyBlog/MyBlog.Data/Models/Category.cs | 291 | C# |
using System;
using GovorunPavel;
namespace ConsoleTest
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Playing");
var govor = new SpeakerPavel();
govor.Speak("1234567890");
Console.ReadLine();
}
}
}
| 14.45 | 38 | 0.570934 | [
"MIT"
] | PavelKulbida/Govorun | ConsoleTest/Program.cs | 291 | C# |
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("PartyLeaderRoleXP")]
[assembly: AssemblyD... | 39.222222 | 84 | 0.747875 | [
"MIT"
] | CptBoma/MB2.PartyLeaderMatters | Properties/AssemblyInfo.cs | 1,415 | C# |
using System.IO;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Blob;
using RCV.FileContainer.Container;
using RCV.FileContainer.Contracts;
using RCV.FileContainer.Extensions;
using RCV.FileContainer.U... | 43.302575 | 236 | 0.635165 | [
"Apache-2.0"
] | Robotron-GmbH/BMW-Labeltool-Lite | RCV-LT-Lite-BE/ExternalLibraries/RCV-FileContainer/RCV-FileContainer/RCV-FileContainer.Test/Container/AzureBlobContainerTests.cs | 20,181 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace WebRole1.Controllers
{
public class HomeController : Controller
{
public ActionResult Index()
{
return View();
}
public ActionResult About()
... | 19.166667 | 67 | 0.561739 | [
"MIT"
] | Azure-Samples/cloud-services-dotnet-multiple-websites-in-one-webrole | CSharp/MultiWebsitesOneWebRole/WebRole1/Controllers/HomeController.cs | 577 | C# |
using Microsoft.Extensions.Logging;
using org.apache.zookeeper;
using Surging.Core.CPlatform.Address;
using Surging.Core.CPlatform.Mqtt;
using Surging.Core.CPlatform.Mqtt.Implementation;
using Surging.Core.CPlatform.Serialization;
using Surging.Core.CPlatform.Transport.Implementation;
using Surging.Core.CPlatform.Util... | 40.746269 | 149 | 0.551832 | [
"MIT"
] | 914132883/surging | src/Surging.Core/Surging.Core.Zookeeper/ZooKeeperMqttServiceRouteManager.cs | 17,060 | C# |
#region BSD License
/*
Copyright (c) 2004-2005 Matthew Holmes (matthew@wildfiregames.com), Dan Moorehead (dan05a@gmail.com)
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
* Redistributions of source code must retain the ab... | 17.108729 | 108 | 0.612871 | [
"BSD-3-Clause"
] | AI-Grid/AI-Grid-2.0 | Prebuild/src/Core/Nodes/OptionsNode.cs | 11,172 | C# |
using Fss.HumanCapitalManager.Core.Models;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tests.Core
{
[TestFixture]
public class RolePickList_Tests
{
[Test]
[Category("Integration")]
... | 31.116279 | 86 | 0.466181 | [
"MIT"
] | Tom-Wells-NW/Mvvm-Demo-01 | Tests.Core/RolePickList_Tests.cs | 5,354 | C# |
using System;
using System.IO;
namespace UberStrok.Core.Serialization
{
public static class Int32Proxy
{
public static int Deserialize(Stream bytes)
{
byte[] buffer = new byte[4];
bytes.Read(buffer, 0, 4);
return BitConverter.ToInt32(buffer, 0);... | 23.782609 | 65 | 0.555759 | [
"MIT"
] | PoH98/uberstrok | src/UberStrok.Core.Serialization/Int32Proxy.cs | 549 | C# |
// ----------------------------------------------------------------------------
// <copyright file="PhotonTransformViewRotationControl.cs" company="Exit Games GmbH">
// PhotonNetwork Framework for Unity - Copyright (C) 2016 Exit Games GmbH
// </copyright>
// <summary>
// Component to synchronize rotations via... | 34.203125 | 139 | 0.624486 | [
"Unlicense"
] | FaizanHZaidi/alternate-realities | 10_photon_networking/Networking_Basics/Assets/Photon Unity Networking/Plugins/PhotonNetwork/Views/PhotonTransformViewRotationControl.cs | 2,191 | C# |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities;
using System;
using System.Collections.Generic;
using Unity.Profiling;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit
{
/// <summary>
/// Abstract class for core MRTK system... | 38.209302 | 210 | 0.575167 | [
"MIT"
] | ForJobOk/MixedRealityToolkit-Unity | Assets/MRTK/Core/Services/BaseDataProviderAccessCoreSystem.cs | 13,146 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public interface IRule
{
void Execute(string input, ref CGAContext context);
void Validate();
string GetPattern();
void SetPattern(string pattern);
}
| 16.928571 | 52 | 0.776371 | [
"MIT"
] | sigr3s/Unity_CGA | Assets/Scripts/BaseRule/IRule.cs | 239 | C# |
using System.Collections.Concurrent;
using System.Collections.Immutable;
using System.Text.RegularExpressions;
using Microsoft.Recognizers.Definitions.German;
namespace Microsoft.Recognizers.Text.Number.German
{
public class NumberExtractor : CachedNumberExtractor
{
private const RegexOptions RegexFl... | 36.48913 | 121 | 0.613643 | [
"MIT"
] | QPC-database/Recognizers-Text | .NET/Microsoft.Recognizers.Text.Number/German/Extractors/NumberExtractor.cs | 3,359 | C# |
namespace EasyTransport.Tests.Integration.WebSocket
{
using System;
using System.Collections.Concurrent;
using System.Net;
using EasyTransport.Common.Models.Events;
using EasyTransport.WebSocket.Client;
using EasyTransport.WebSocket.Server;
using NUnit.Framework;
internal class Context... | 31.418182 | 90 | 0.642361 | [
"MIT"
] | NimaAra/Easy.Transport_old | EasyTransport.Tests.Integration/WebSocket/Context.cs | 1,730 | C# |
using Datagrammer.Quic.Protocol.Packet;
using Xunit;
namespace Tests.Packet
{
public class PacketNumberTests
{
[Theory]
[InlineData("9b32", "a82f30ea", "a82f9b32")]
[InlineData("5c02", "abe8bc", "ac5c02")]
[InlineData("ace8fe", "abe8bc", "ace8fe")]
[InlineData("bff4", "... | 37.702128 | 116 | 0.637698 | [
"MIT"
] | gendalf90/Datagrammer.Quic | Datagrammer.Quic/Tests/Packet/PacketNumberTests.cs | 1,774 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class EagleSpawner : MonoBehaviour {
public float gap = 20;
public float followers = 2;
public GameObject prefab;
void Awake () {
//GameObject leaderObject = Instantiate(prefab, transform.position + new Ve... | 46.648649 | 138 | 0.663384 | [
"MIT"
] | GJB93/Space1999 | Assets/Scripts/EagleSpawner.cs | 1,728 | C# |
// Copyright 2018 by JCoder58. See License.txt for license
// Auto-generated --- Do not modify.
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UE4.Core;
using UE4.CoreUObject;
using UE4.CoreUObject.Native;
using UE4.InputCore;
using UE4.Native;
#pragma warning disable CS01... | 50.473684 | 195 | 0.758081 | [
"MIT"
] | UE4DotNet/Plugin | DotNet/DotNet/UE4/Generated/UnrealEd/DEditorStaticComponentMaskParameterValue.cs | 1,918 | C# |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Carlos.Domain;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.DependencyInjection;
namespace Carlos.Configuration
{
public static class IdentityConfiguration
{
public... | 34.17037 | 98 | 0.471277 | [
"Apache-2.0"
] | carloseduardofernandes/JhipsterCadastroDotNet | src/Cadastro/Configuration/IdentityStartup.cs | 4,613 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("04... | 38.135135 | 84 | 0.746279 | [
"MIT"
] | mpenchev86/Telerik-Academy | CSharp-Part2/Text-Files-Homework/04-CompareTextFiles/Properties/AssemblyInfo.cs | 1,414 | C# |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | 35.75 | 106 | 0.67366 | [
"ECL-2.0",
"Apache-2.0"
] | dimpu47/pulumi-gcp | sdk/dotnet/Compute/Inputs/RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteGetArgs.cs | 1,287 | C# |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... | 32.684685 | 130 | 0.600055 | [
"Apache-2.0"
] | polivbr/pulumi-azure-native | sdk/dotnet/Web/V20210101/Outputs/ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponse.cs | 3,628 | C# |
#pragma checksum "C:\Users\Jonathan\csharp\ASP.NET-Core-Fundamentals\OdeToFood\OdeToFood\Pages\Shared\_Layout.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "fcad9ad50433a280371e0a942b72b56323143675"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompil... | 83.214063 | 415 | 0.681582 | [
"MIT"
] | codejoncode/ASP.NET-Core-Fundamentals | OdeToFood/OdeToFood/obj/Debug/netcoreapp2.1/Razor/Pages/Shared/_Layout.g.cshtml.cs | 53,257 | C# |
using System;
using System.Web;
namespace Ecommerce.Entity
{
public class ShippingCompanyModel
{
public long ShippingCompanyId { get; set; }
public string Title { get; set; }
public string CompanyWebAddrress { get; set; }
public string TrackingUrl { get; set; }
public b... | 35.828571 | 83 | 0.616029 | [
"MIT"
] | sherikhanx/SOSERP | Ecommerce/Entity/ShippingManagement.cs | 2,510 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LinePathManager : MonoBehaviour {
public List<GameObject> zone3Objects;
public Color c1 = Color.yellow;
public Color c2 = Color.red;
public int lengthOfLineRenderer = 10;
void Start () {
//visiti... | 25.357143 | 107 | 0.603521 | [
"MIT"
] | fwild/PoetryEscapeRoom | Assets/_scripts/LinePathManager.cs | 1,422 | C# |
// The MIT License (MIT)
//
// Copyright (c) 2015-2016 Rasmus Mikkelsen
// Copyright (c) 2015-2016 eBay Software Foundation
// https://github.com/rasmus/EventFlow
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software")... | 43.419355 | 83 | 0.745914 | [
"MIT"
] | AntoineGa/EventFlow | Source/EventFlow/Core/IIdentity.cs | 1,348 | C# |
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// re... | 42.780919 | 280 | 0.564219 | [
"MIT"
] | EitanGayor/azure-sdk-for-net | sdk/synapse/Microsoft.Azure.Management.Synapse/src/Generated/LibraryOperations.cs | 12,107 | C# |
//using System;
//using System.ComponentModel;//needed to overide OnClosing
////I removed useless usings
//using System.Windows.Forms;
//using SharpDX.Direct3D11;
//using SharpDX.DXGI;
//using SharpDX;
//namespace WindowsFormsApplication2
//{
// using Device = SharpDX.Direct3D11.Device;
// using Buffer = Shar... | 39.231707 | 174 | 0.541498 | [
"MIT"
] | lukix29/LixChat | LixChat/Code/Extensions/DeviceContext.cs | 3,219 | C# |
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("AWSSDK.CostAndUsageReport")]
[assembly: As... | 49.1875 | 303 | 0.752859 | [
"Apache-2.0"
] | joshongithub/aws-sdk-net | sdk/code-analysis/ServiceAnalysis/CostAndUsageReport/Properties/AssemblyInfo.cs | 1,574 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.InteropServices;
internal static partial class Interop
{
internal static pa... | 29.375 | 71 | 0.73617 | [
"MIT"
] | AArnott/winforms | src/System.Windows.Forms.Primitives/src/Interop/User32/Interop.IsZoomed.cs | 472 | C# |
namespace Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210
{
using static Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Extensions;
/// <summary>Onprem disk details data.</summary>
public partial class DiskDetails :
Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202102... | 42.876289 | 125 | 0.61962 | [
"MIT"
] | AverageDesigner/azure-powershell | src/Migrate/generated/api/Models/Api20210210/DiskDetails.cs | 4,063 | C# |
///-----------------------------------------------------------------
/// File: IMainBaseModel.cs
/// Author: Andre Laskawy
/// Date: 30.09.2018 14:34:27
///-----------------------------------------------------------------
namespace Nanomite.Common.Models.Base
{
using Google... | 28.833333 | 89 | 0.465318 | [
"MIT"
] | andre-laskawy/nanomite-common | src/Nanomite.Common/Models/Base/Interfaces/IMainBaseModel.cs | 1,040 | C# |
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("AWSSDK.NetworkManager")]
[assembly: Assemb... | 44.5 | 157 | 0.747191 | [
"Apache-2.0"
] | orinem/aws-sdk-net | sdk/code-analysis/ServiceAnalysis/NetworkManager/Properties/AssemblyInfo.cs | 1,424 | C# |
using System;
using System.Xml;
using System.Collections.Generic;
using System.Windows.Media;
using SharpVectors.Dom;
using SharpVectors.Dom.Svg;
using SharpVectors.Runtime;
using SharpVectors.Renderers.Wpf;
namespace SharpVectors.Converters
{
public sealed class LinkVisitor : WpfLinkVisitor
{... | 34.738155 | 125 | 0.439555 | [
"MIT",
"BSD-3-Clause"
] | Altua/SharpVectors | Source/SharpVectorConvertersWpf/LinkVisitor.cs | 13,932 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using TypeLite.Extensions;
using TypeLite.ReadOnlyDictionary;
using TypeLite.TsModels;
namespace TypeLite
{
/// <summary>
/// Generates TypeScript definitions form the code model.
/// </summary>
public class TsGenerator
{
p... | 40.168142 | 212 | 0.582639 | [
"MIT"
] | eberlitz/WebApiClientTS | src/TypeLite/TsGenerator.cs | 22,697 | C# |
using Genbox.SimpleS3.Core.Abstracts;
using Genbox.SimpleS3.Core.Abstracts.Request;
using Genbox.SimpleS3.Core.Common.Constants;
using Genbox.SimpleS3.Core.Internals.Xml;
using Genbox.SimpleS3.Core.Network.Requests.Buckets;
namespace Genbox.SimpleS3.Core.Internals.Marshallers.Requests.Buckets;
internal class PutBucke... | 44.545455 | 120 | 0.787755 | [
"MIT"
] | Genbox/SimpleS3Net | src/SimpleS3.Core/Internals/Marshallers/Requests/Buckets/PutBucketAccelerateConfigurationRequestMarshal.cs | 980 | C# |
using System.Collections.Generic;
using System.Security.Claims;
using Volo.Abp.DependencyInjection;
using Volo.Abp.Security.Claims;
namespace RabbitMQ.Source.Security
{
[Dependency(ReplaceServices = true)]
public class FakeCurrentPrincipalAccessor : ThreadCurrentPrincipalAccessor
{
protected overr... | 30.295455 | 107 | 0.462116 | [
"MIT"
] | arajpant/Abp-MessageQueue-RabbitMq | Source/test/RabbitMQ.Source.TestBase/Security/FakeCurrentPrincipalAccessor.cs | 1,335 | C# |
using System;
using System.Linq.Expressions;
namespace System.Reflection {
public static class PropertyCompiler {
public static Func<object, object?> ObjectGetter(this PropertyAccessor This) {
var Method = This.Property.GetGetMethod(true);
if (Method is null) {
thro... | 38.163793 | 130 | 0.607861 | [
"MIT"
] | MediatedCommunications/InfoOf | src/InfoOf/Compilers/PropertyCompiler.cs | 4,429 | C# |
using Example.Domain;
using System.Data.Entity;
namespace Example.DAL
{
internal class ExampleContext : DbContext
{
public ExampleContext() : base("ExampleContextConnectionString")
{
Database.SetInitializer(new CreateDatabaseIfNotExists<ExampleContext>());
}
public... | 25.882353 | 85 | 0.672727 | [
"MIT"
] | AlexMem/ExampleSolution | ExampleSolution/Example.DAL/ExampleContext.cs | 442 | C# |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Data.Linq;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Web.Http;
using System.Web.Http.Dispatch... | 44.978184 | 217 | 0.581794 | [
"Apache-2.0"
] | dotnetwise/aspnetwebstack | test/System.Web.OData.Test/OData/Query/Expressions/FilterBinderTests.cs | 76,339 | C# |
/**
* MapMarker extends Map
*
* Supports the graphical tasks involved that Map methods can not manage, because it is a higher level class.
*
*
* */
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
usin... | 31.789286 | 148 | 0.554235 | [
"Apache-2.0"
] | silknow/silkmap | Assets/scripts/MapMarker.cs | 35,606 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NearbyNowWebFormsExample.Account
{
public partial class Login : Page
{
protected void Page_Load(object sender, EventArgs e)
{
Registe... | 28.791667 | 84 | 0.646889 | [
"MIT"
] | NearbyNow/NearbyNow-aspnetwebformexample | NearbyNowWebFormsExample/Account/Login.aspx.cs | 693 | C# |
/*
* Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | 31.191489 | 106 | 0.626876 | [
"Apache-2.0"
] | NGL321/aws-sdk-net | sdk/src/Services/Pinpoint/Generated/Model/SimpleCondition.cs | 2,932 | C# |
using System;
using Vostok.Commons.Helpers;
namespace Vostok.Configuration.Parsers
{
internal static class TimeSpanParser
{
private const string MilliSeconds1 = "ms";
private const string MilliSeconds2 = "msec";
private const string MilliSeconds3 = "millisecond";
private const ... | 42.233766 | 129 | 0.603936 | [
"MIT"
] | goverdovskiy/configuration | Vostok.Configuration/Parsers/TimeSpanParser.cs | 3,254 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | 38.736111 | 182 | 0.604518 | [
"MIT"
] | catinwarmhands/Image-compressor | Image_compressor/Properties/Resources.Designer.cs | 2,791 | C# |
/*
* Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | 38.164557 | 177 | 0.6534 | [
"Apache-2.0"
] | jdluzen/aws-sdk-net-android | AWSSDK/Amazon.AWSSupport/Model/DescribeTrustedAdvisorCheckRefreshStatusesResult.cs | 3,015 | C# |
#if WITH_EDITOR
#if PLATFORM_64BITS
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace UnrealEngine
{
/// <summary>A group and all the actors controlled by the group</summary>
[StructLayout(LayoutKind.Explicit,Size=32)]
public partial struct FInterpGroupActorInfo
{
... | 27.461538 | 159 | 0.731092 | [
"MIT"
] | RobertAcksel/UnrealCS | Engine/Plugins/UnrealCS/UECSharpDomain/UnrealEngine/GeneratedScriptFile_Editor_64bits/FInterpGroupActorInfo.cs | 714 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | 34.419355 | 151 | 0.582006 | [
"MIT"
] | CsakiTheOne/WSACompanion | WSACompanion/Properties/Settings.Designer.cs | 1,069 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class Deal_data1_2 : MonoBehaviour
{
private double Input = 0;
// Start is called before the first frame update
void Start()
{
GetComponent<InputField>().onEndEdit.AddListener(Accept);
... | 21.791667 | 65 | 0.642447 | [
"MIT"
] | wsmitpwtind/Virtual-simulation-experiment-platform | Assets/scripts/Experiments_1/Deal_data1_2.cs | 525 | C# |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of ... | 44.898496 | 166 | 0.597505 | [
"Apache-2.0"
] | AENotFound/Lean | Algorithm.CSharp/IndicatorSuiteAlgorithm.cs | 11,943 | C# |
// Copyright 2021, Mikhail Paulyshka
// SPDX-License-Identifier: MIT
using System;
using System.Collections.Generic;
using System.Text;
using Mixaill.HwInfo.SetupApi.Defines;
namespace Mixaill.HwInfo.SetupApi
{
public class DevicePropertyValue
{
public DevicePropertyType Type { get; } = DeviceProper... | 29.011905 | 95 | 0.622897 | [
"MIT"
] | Mixaill/Mixaill.HwInfo | Mixaill.HwInfo.SetupApi/DevicePropertyValue.cs | 2,439 | C# |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | 50.848101 | 233 | 0.673056 | [
"MIT"
] | DamienTehDemon/msgraph-sdk-dotnet | src/Microsoft.Graph/Generated/requests/IdentitySecurityDefaultsEnforcementPolicyRequest.cs | 12,051 | C# |
using System.Collections.Generic;
using CoreLayer.Citrix.Adc.NitroClient.Commands.Configuration.System.SystemBackup;
using Xunit;
namespace CoreLayer.Citrix.Adc.NitroClientTests.Commands.Configuration.System.SystemBackup
{
public class SystemBackupDeleteCommandTest
{
[Theory]
[ClassData(typeof(... | 35.105263 | 90 | 0.715142 | [
"Apache-2.0"
] | CoreLayer/CoreLayer.Citrix.Adc.Nitro | src/CoreLayer.Citrix.Adc.NitroClientTests/Commands/Configuration/System/SystemBackup/SystemBackupDeleteCommandTest.cs | 667 | C# |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 24.512195 | 134 | 0.660697 | [
"Apache-2.0"
] | bitType/aliyun-openapi-net-sdk | aliyun-net-sdk-iot/Iot/Model/V20180120/DeleteDevicePropRequest.cs | 3,015 | C# |
// Copyright (c) Source Tree Solutions, LLC. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// Author: Joe Audette
// Created: 2014-11-24
// Last Modified: 2014-11-25
//
//using cloudscribe.Resources;
using System;
using S... | 34.851064 | 264 | 0.656899 | [
"Apache-2.0"
] | HananeMoshe/cloudscribe-master | src/cloudscribe.Core.Web/ViewModels/CoreData/CurrencyViewModel.cs | 1,640 | C# |
using System;
using System.Linq;
using System.IO;
using System.Text;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using PureCloudPlatform.Client.V2.Client;
namespace PureClo... | 31.677165 | 104 | 0.555556 | [
"MIT"
] | F-V-L/platform-client-sdk-dotnet | build/src/PureCloudPlatform.Client.V2/Model/ChatSettings.cs | 4,023 | C# |
// <copyright file="DiagnosticSourceSubscriberBenchmark.cs" company="OpenTelemetry Authors">
// Copyright The OpenTelemetry Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | 30.351648 | 136 | 0.616582 | [
"Apache-2.0"
] | BearerPipelineTest/opentelemetry-dotnet | test/Benchmarks/Instrumentation/DiagnosticSourceSubscriberBenchmark.cs | 2,762 | C# |
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated>
using System;
using System.Collections.Generic;
#nullable disable
namespace T0001
{
public partial class OutUnpart
{
public string PnHeader { get; set; }
}
} | 22.153846 | 97 | 0.673611 | [
"MIT"
] | twoutlook/BlazorServerDbContextExample | BlazorServerEFCoreSample/T0001/OutUnpart.cs | 290 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using MySql.Data.MySqlClient;
namespace Sistema
{
public partial class Cadastro_Funcionario : Form
... | 32.425 | 106 | 0.502313 | [
"MIT"
] | Davi-Code-Developer/Sistema-Vidracaria | Sistema/Cadastro/Cadastro_Funcionario.cs | 2,596 | C# |
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using UnityEngine;
namespace Marmalade.Expressions
{
public class Group : ICompareTo
{
public List<Boolean> booleans = new List<Boolean>();
private bool result;
private Comparison comparis... | 28.097826 | 82 | 0.495551 | [
"MIT"
] | mangosaucedev/com.mangosauce.marmalade.core | Runtime/Scripts/Expressions/Group.cs | 2,585 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ST_Computer
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
... | 23.130435 | 66 | 0.586466 | [
"MIT"
] | JW33/Star-Trek-Computer | ST_Computer/Program.cs | 534 | C# |
using System.Threading.Tasks;
namespace Ola.Extensions.Identity.DisallowNames
{
/// <summary>
/// 非法名称管理接口。
/// </summary>
public interface IDisallowNameManager : ISingletonService
{
/// <summary>
/// 保存非法名称。
/// </summary>
/// <param name="names">名称集合,多个非法名称以“,”或“\... | 27.153846 | 65 | 0.509207 | [
"MIT"
] | Oladn/Ola | Ola.Extensions/Identity/DisallowNames/IDisallowNameManager.cs | 1,726 | C# |
/*
* SendinBlue API
*
* SendinBlue provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com... | 41.816794 | 853 | 0.574297 | [
"MIT"
] | dbraillon/APIv3-csharp-library | src/sib_api_v3_sdk/Model/RemoveContactFromList.cs | 5,478 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Amazon.DynamoDBv2;
using Amazon.DynamoDBv2.DocumentModel;
using DynamoDB.Libs;
using DynamoDB.Models;
using Amazon.DynamoDBv2.Model;
using System.Net;
// For more informat... | 30.666667 | 118 | 0.578804 | [
"CC0-1.0"
] | danilocrispim/DynamoDB_Component | DynamoDB_3.1/Controllers/DynamoDbController.cs | 3,314 | C# |
using System.Collections.Generic;
using dnlib.DotNet;
using NoFuserEx.Deobfuscator.Deobfuscators;
using NoFuserEx.Deobfuscator.Deobfuscators.Constants;
namespace NoFuserEx.Deobfuscator {
internal class DeobfuscatorManager {
readonly AssemblyManager assemblyManager;
readonly List<IDeobfuscator> de... | 35.734043 | 77 | 0.561477 | [
"MIT"
] | Aholicknight/NoFuserEx | NoFuserEx/NoFuserEx/Deobfuscator/DeobfuscatorManager.cs | 3,361 | C# |
using bbt.gateway.common.Repositories;
namespace bbt.gateway.common
{
public class RepositoryManager : IRepositoryManager
{
private readonly DatabaseContext _databaseContext;
//private readonly DodgeDatabaseContext _dodgeDatabaseContext;
private readonly SmsBankingDatabaseContext _smsB... | 52.231579 | 189 | 0.778315 | [
"MIT"
] | hub-burgan-com-tr/bbt.gateway.messaging | bbt.gateway.common/RepositoryManager.cs | 4,964 | C# |
#region License
// Copyright (c) 2014 Tim Fischer
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the 'Software'), to deal in the Software without
// restriction, including without limitation the rights to use,
// copy, modify... | 40.40146 | 220 | 0.597651 | [
"Unlicense"
] | TJF0700/Koden | Koden.Utils/Interfaces/IRESTClientAsync.cs | 5,535 | C# |
using System;
using System.ComponentModel;
using Windows.ApplicationModel;
namespace Microsoft.Maui.Controls.Compatibility.Platform.UWP
{
public abstract class WindowsBasePage : Microsoft.UI.Xaml.Window
{
Application _application;
public WindowsBasePage()
{
if (!Windows.ApplicationModel.DesignMode.DesignM... | 24.024691 | 80 | 0.735355 | [
"MIT"
] | JanNepras/maui | src/Compatibility/Core/src/UAP/WindowsBasePage.cs | 1,946 | C# |
using IceShopBL;
using IceShopDB.Models;
using IceShopLib;
using IceShopLib.Validation;
using Serilog;
using System;
using System.Collections.Generic;
using System.Text;
namespace IceShopUI.Menus
{
internal sealed class MenuManager
{
private static readonly MenuManager _instance = new MenuManager();
... | 24.021277 | 89 | 0.60496 | [
"MIT"
] | 201019-UiPath/WeisVincent-P0 | IceShop/IceShopUI/Menus/MenuManager.cs | 1,131 | C# |
#region License
/*
Copyright © 2014-2019 European Support Limited
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | 32.257143 | 156 | 0.686005 | [
"Apache-2.0"
] | fainagof/Ginger | Ginger/Ginger/TagsLib/ucTag.xaml.cs | 2,259 | C# |
// Copyright (c) 2019, WebsitePanel-Support.net.
// Distributed by websitepanel-support.net
// Build and fixed by Key4ce - IT Professionals
// https://www.key4ce.com
//
// Original source:
// Copyright (c) 2015, Outercurve Foundation.
// All rights reserved.
//
// Redistribution and use in source and binary f... | 35.814815 | 121 | 0.538469 | [
"BSD-3-Clause"
] | Key4ce/Websitepanel | WebsitePanel/Sources/WebsitePanel.WebPortal/Code/WebsitePanelSiteMapProvider.cs | 9,670 | C# |
#region Copyright
////////////////////////////////////////////////////////////////////////////////
// The following FIT Protocol software provided may be used with FIT protocol
// devices only and remains the copyrighted property of Garmin Canada Inc.
// The software is being provided on an "as-is" basis and as an ... | 37.777927 | 110 | 0.560476 | [
"MIT"
] | epvanhouten/PowerToSpeed | PowerToSpeed/Dynastream/Fit/Profile/Mesgs/UserProfileMesg.cs | 28,069 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace UPSik.DriverClient.Models
{
public class User
{
public enum UserType
{
Courier = 1,
Customer = 2
}
public int Id { get; set; }
public string Name { get; set; }
... | 22.458333 | 44 | 0.556586 | [
"MIT"
] | PawelSzatkowski/UPSik | UPSik/UPSik.DriverClient/Models/User.cs | 541 | C# |
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
using System;
using ICSharpCode.AvalonEdit.Utils;
using ICSharpCode.NRefactory;
using ICSharpCode.NRefactory.Editor;
namespac... | 30.391608 | 121 | 0.674643 | [
"MIT"
] | GlobalcachingEU/GSAKWrapper | ICSharpCode.AvalonEdit/Document/TextAnchor.cs | 4,348 | C# |
#if USE_UNI_LUA
using LuaAPI = UniLua.Lua;
using RealStatePtr = UniLua.ILuaState;
using LuaCSFunction = UniLua.CSharpFunctionDelegate;
#else
using LuaAPI = XLua.LuaDLL.Lua;
using RealStatePtr = System.IntPtr;
using LuaCSFunction = XLua.LuaDLL.lua_CSFunction;
#endif
using XLua;
using System.Collections.Generic;
name... | 26.845455 | 225 | 0.610227 | [
"MIT"
] | zxsean/DCET | Unity/Assets/Model/XLua/Gen/XLuaCSObjectWrapXLuaCSObjectWrapXLuaCSObjectWrapXLuaCSObjectWrapMongoDBBsonObjectIdWrapWrapWrapWrapWrap.cs | 2,955 | C# |
// This file is part of Silk.NET.
//
// You may modify and distribute Silk.NET under the terms
// of the MIT license. See the LICENSE file for details.
using System;
using Silk.NET.Core.Attributes;
#pragma warning disable 1591
namespace Silk.NET.OpenGL
{
[NativeName("Name", "VertexProvokingMode")]
public e... | 24.347826 | 58 | 0.696429 | [
"MIT"
] | ThomasMiz/Silk.NET | src/OpenGL/Silk.NET.OpenGL/Enums/VertexProvokingMode.gen.cs | 560 | C# |
using HousingSite.Data;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
using Microsoft.JSInterop;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using HousingSite.Pages.HouseMap... | 42.729798 | 171 | 0.591573 | [
"MIT"
] | MSGvanEmmerloot/HousingSite | HousingSite/Pages/HouseMapClass/HouseMapClass_Base.cs | 16,923 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("In... | 38.675676 | 84 | 0.749825 | [
"MIT"
] | g-stoyanov/InfinysBreakfastOrders | Source/InfinysBreakfastOrders.Common/Properties/AssemblyInfo.cs | 1,434 | C# |
using System;
using System.ComponentModel;
using EfsTools.Attributes;
namespace EfsTools.Items.Nv
{
[Serializable]
[NvItemId(714)]
[Attributes(13)]
public class DataServicesMobileIpEnableProfile
{
public DataServicesMobileIpEnableProfile()
{
EnableProfs = ne... | 22.590909 | 51 | 0.579477 | [
"MIT"
] | HomerSp/EfsTools | EfsTools/Items/Nv/DataServicesMobileIpEnableProfile.cs | 497 | C# |
using System.Text;
using DocumentFormat.OpenXml.Drawing;
using DocumentFormat.OpenXml.Flatten.Contexts;
using DocumentFormat.OpenXml.Flatten.ElementConverters.CommonElement;
using dotnetCampus.OpenXmlUnitConverter;
using static DocumentFormat.OpenXml.Flatten.ElementConverters.ShapeGeometryConverters.ShapeGeometryFo... | 40.644578 | 179 | 0.498296 | [
"MIT"
] | dotnet-campus/DocumentFormat.OpenXml.Extensions | src/DocumentFormat.OpenXml.Flatten/DocumentFormat.OpenXml.Flatten/ElementConverters/Shape/ShapeGeometryConverters/BracketPairGeometry.cs | 6,833 | C# |
using Store.Domain.Enitities;
using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity.Infrastructure.Annotations;
using System.Data.Entity.ModelConfiguration;
namespace Store.Data.EF.Maps
{
public class UsuarioMap : EntityTypeConfiguration<Usuario>
{
public UsuarioMap()
{
... | 27.729167 | 103 | 0.527423 | [
"MIT"
] | guiagostini/Cursos-Tutoriais | Loja/Store.Data/EF/Maps/UsuarioMap.cs | 1,333 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.ComponentModel; //Component
using System.Data;
using System.Data.Common; //DbDat... | 34.53125 | 132 | 0.51991 | [
"MIT"
] | Aevitas/corefx | src/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs | 2,210 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.