100+ results results for 'using System.Linq;' (11 ms)

Not the results you expected?
MakeCharacter.cs https://gitlab.com/sheminusminus/filament | C# | 380 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Threading.Tasks;
                    
9using System.Windows.Forms;
                    
9using System.Windows.Forms;
                    
10using System.IO;
                    
11
                    
                
NHSecurity.cs https://gitlab.com/d.sreejith/MIS_wds | C# | 317 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
                
AnyMutablePropertyModelGenerationTests.cs https://github.com/kenegozi/fluent-nhibernate.git | C# | 282 lines
                    
1using System.Linq;
                    
2using FluentNHibernate.MappingModel;
                    
2using FluentNHibernate.MappingModel;
                    
3using FluentNHibernate.Testing.DomainModel;
                    
4using FluentNHibernate.Testing.DomainModel.Mapping;
                    
4using FluentNHibernate.Testing.DomainModel.Mapping;
                    
5using NUnit.Framework;
                    
6
                    
                
TwoLocations.cs https://github.com/fitzchak/ravendb.git | C# | 274 lines
                    
6
                    
7using System.Linq;
                    
8using FastTests;
                    
8using FastTests;
                    
9using Raven.Client.Documents;
                    
10using Raven.Client.Documents.Indexes;
                    
10using Raven.Client.Documents.Indexes;
                    
11using Raven.Client.Documents.Indexes.Spatial;
                    
12using Xunit;
                    
30        {
                    
31            using (var session = store.OpenSession())
                    
32            {
                    
56        {
                    
57            using (var store = GetDocumentStore())
                    
58            {
                    
                
OrdersAccess.cs https://github.com/marvellouz/fmi_projects.git | C# | 285 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Data;
                    
6using System.Data.Common;
                    
                
MGraphic.cs https://github.com/THROYAN/MagicLibrary.git | C# | 272 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Drawing;
                    
6
                    
6
                    
7using MagicLibrary.MathUtils;
                    
8
                    
                
RDoc_56.cs https://github.com/fitzchak/ravendb.git | C# | 236 lines
                    
7using System.Collections.Generic;
                    
8using System.Linq;
                    
9using FastTests;
                    
9using FastTests;
                    
10using Raven.Client.Documents;
                    
11using Raven.Client.Documents.Indexes;
                    
11using Raven.Client.Documents.Indexes;
                    
12using Raven.Client.Documents.Queries;
                    
13using Xunit;
                    
161        {
                    
162            using (var store = GetDocumentStore())
                    
163            {
                    
201
                    
202                using (var session = store.OpenSession())
                    
203                {
                    
                
Generated.cs https://github.com/iSynaptic/iSynaptic.Core.git | C# | 375 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using iSynaptic.Commons;
                    
7{
                    
8    using SyntacticModel;
                    
9
                    
                
PermissionCheckerExtensions.cs https://gitlab.com/chenzhuo/abpMirror | C# | 267 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using Abp.Collections.Extensions;
                    
5using Abp.Dependency;
                    
5using Abp.Dependency;
                    
6using Abp.Localization;
                    
7using Abp.Threading;
                    
237            var iocManager = (permissionChecker as IIocManagerAccessor).IocManager;
                    
238            using (var localizationManager = iocManager.ResolveAsDisposable<ILocalizationManager>())
                    
239            {
                    
251            var iocManager = (permissionChecker as IIocManagerAccessor).IocManager;
                    
252            using (var localizationContext = iocManager.ResolveAsDisposable<ILocalizationContext>())
                    
253            {
                    
                
RavenDB_784.cs https://github.com/fitzchak/ravendb.git | C# | 260 lines
                    
1using System.Threading;
                    
2using Raven.Abstractions.Data;
                    
2using Raven.Abstractions.Data;
                    
3using Raven.Tests.Common;
                    
4
                    
7    using System.Collections.Generic;
                    
8    using System.Linq;
                    
9    using Database.Storage;
                    
9    using Database.Storage;
                    
10    using Raven.Json.Linq;
                    
11    using Xunit;
                    
11    using Xunit;
                    
12    using Xunit.Extensions;
                    
13
                    
22        {
                    
23            using (var storage = NewTransactionalStorage(requestedStorage: storageType))
                    
24            {
                    
                
RepositorySample.cs https://github.com/dotnetcore/Util.git | C# | 315 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.ComponentModel.DataAnnotations;
                    
4using System.ComponentModel.DataAnnotations;
                    
5using System.Linq;
                    
6using System.Linq.Expressions;
                    
6using System.Linq.Expressions;
                    
7using System.Threading;
                    
8using System.Threading.Tasks;
                    
8using System.Threading.Tasks;
                    
9using AutoMapper;
                    
10using Util.Domains;
                    
10using Util.Domains;
                    
11using Util.Domains.Repositories;
                    
12
                    
                
MailingListService.cs https://github.com/alastairs/GiveCRM.git | C# | 80 lines
                    
2{
                    
3    using System.Collections.Generic;
                    
4    using System.IO;
                    
4    using System.IO;
                    
5    using System.Linq;
                    
6    using GiveCRM.ImportExport;
                    
6    using GiveCRM.ImportExport;
                    
7    using GiveCRM.ImportExport.Cells;
                    
8    using GiveCRM.Models;
                    
                
MailingListService.cs https://github.com/NathanGloyn/GiveCRM.git | C# | 82 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Drawing;
                    
4using System.IO;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using GiveCRM.ImportExport;
                    
6using GiveCRM.ImportExport;
                    
7using GiveCRM.ImportExport.Cells;
                    
8using GiveCRM.Models;
                    
                
NetAttributeKeyValue.cs https://github.com/FeT/mooege.git | C# | 122 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Xml.Linq;
                    
6
                    
                
QueryFlushModeTests.cs https://github.com/RogerKratz/nhibernate-core.git | C# | 166 lines
                    
1using System.Linq;
                    
2using NHibernate.Cfg;
                    
2using NHibernate.Cfg;
                    
3using NHibernate.Linq;
                    
4using NUnit.Framework;
                    
23
                    
24			using (var t = session.BeginTransaction())
                    
25			{
                    
72
                    
73			using (var t = session.BeginTransaction())
                    
74			{
                    
121
                    
122			using (var t = session.BeginTransaction())
                    
123			{
                    
                
Person.cs https://bitbucket.org/whemmingsson/family.net.git | C# | 154 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6
                    
140        /// <summary>
                    
141        /// Add an event using parameters
                    
142        /// </summary>
                    
                
QueryExpressions.cs https://github.com/siegfriedpammer/ILSpy.git | C# | 188 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
20using System.Collections.Generic;
                    
21using System.Linq;
                    
22
                    
                
NsbLocalEventBus.cs https://github.com/kristofferahl/SimpleCQRS.git | C# | 101 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using log4net;
                    
4using log4net;
                    
5using SimpleCqrs.Eventing;
                    
6
                    
                
AggregateTests.cs https://github.com/whut/nhibernate-core.git | C# | 137 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Text;
                    
3using System.Text;
                    
4using NUnit.Framework;
                    
5
                    
                
MessageType.cs https://github.com/MikeEast/NServiceBus.git | C# | 147 lines
                    
3    using System;
                    
4    using System.Linq;
                    
5
                    
                
IndexerFactory.cs https://github.com/NzbDrone/NzbDrone.git | C# | 114 lines
                    
1using System.Collections.Generic;
                    
2using System.Linq;
                    
3using FluentValidation.Results;
                    
3using FluentValidation.Results;
                    
4using NLog;
                    
5using NzbDrone.Common.Composition;
                    
5using NzbDrone.Common.Composition;
                    
6using NzbDrone.Core.Messaging.Events;
                    
7using NzbDrone.Core.ThingiProvider;
                    
                
DeploymentInfoProvider.cs https://github.com/NzbDrone/NzbDrone.git | C# | 116 lines
                    
1using NzbDrone.Common.Disk;
                    
2using NzbDrone.Common.EnvironmentInfo;
                    
2using NzbDrone.Common.EnvironmentInfo;
                    
3using NzbDrone.Common.Extensions;
                    
4using NzbDrone.Core.Update;
                    
4using NzbDrone.Core.Update;
                    
5using System;
                    
6using System.Collections.Generic;
                    
7using System.IO;
                    
8using System.Linq;
                    
9using System.Text;
                    
9using System.Text;
                    
10using System.Text.RegularExpressions;
                    
11using System.Threading.Tasks;
                    
                
FpsCameraController.cs https://github.com/konlil/pipe.git | C# | 162 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.Xna.Framework.Input;
                    
6using Microsoft.Xna.Framework;
                    
                
RestrictParentsAttribute.cs https://github.com/lundbeck/n2cms.git | C# | 96 lines
                    
12
                    
13using System;
                    
14using System.Collections.Generic;
                    
14using System.Collections.Generic;
                    
15using System.Linq;
                    
16using N2.Definitions;
                    
                
IADPRLog.cs https://github.com/zippy1981/AppDomainPoshRunner.git | C# | 180 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using log4net;
                    
6using log4net.Core;
                    
77        /// <para>
                    
78        /// The message is formatted using the <c>String.Format</c> method. See
                    
79        /// <see cref="M:String.Format(string, object[])"/> for details of the syntax of the format string and the behavior
                    
98        /// <para>
                    
99        /// The message is formatted using the <c>String.Format</c> method. See
                    
100        /// <see cref="M:String.Format(string, object[])"/> for details of the syntax of the format string and the behavior
                    
120        /// <para>
                    
121        /// The message is formatted using the <c>String.Format</c> method. See
                    
122        /// <see cref="M:String.Format(string, object[])"/> for details of the syntax of the format string and the behavior
                    
                
TestBinary.cs https://github.com/weiheng/mongodb-csharp.git | C# | 129 lines
                    
1using System.IO;
                    
2using System.Runtime.Serialization.Formatters.Binary;
                    
2using System.Runtime.Serialization.Formatters.Binary;
                    
3using System.Xml.Serialization;
                    
4using NUnit.Framework;
                    
4using NUnit.Framework;
                    
5using System.Linq;
                    
6
                    
                
bhiku.cs https://github.com/fitzchak/ravendb.git | C# | 112 lines
                    
7using System;
                    
8using System.Linq;
                    
9using FastTests;
                    
9using FastTests;
                    
10using Raven.Client;
                    
11using Raven.Client.Documents;
                    
12using Raven.Client.Documents.Indexes;
                    
13using Raven.Client.Documents.Linq.Indexing;
                    
14using Xunit;
                    
22        {
                    
23            using (var store = GetDocumentStore())
                    
24            {
                    
25
                    
26                using (var session = store.OpenSession())
                    
27                {
                    
                
DayOfWeekTest.cs https://github.com/fitzchak/ravendb.git | C# | 89 lines
                    
7using System;
                    
8using System.Linq;
                    
9using System.Threading.Tasks;
                    
9using System.Threading.Tasks;
                    
10using FastTests;
                    
11using Xunit;
                    
19        {
                    
20            using (var store = GetDocumentStore())
                    
21            {
                    
22                var knownDay = DateTime.Parse("2014-03-31").Date; // This is a Monday
                    
23                using (var session = store.OpenSession())
                    
24                {
                    
55                WaitForIndexing(store);
                    
56                using (var session = store.OpenSession())
                    
57                {
                    
                
RavenDb1962.cs https://github.com/fitzchak/ravendb.git | C# | 116 lines
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using FastTests;
                    
6using Raven.Client.Documents;
                    
6using Raven.Client.Documents;
                    
7using Raven.Client.Documents.Session;
                    
8using SlowTests.Core.Utils.Entities;
                    
8using SlowTests.Core.Utils.Entities;
                    
9using Xunit;
                    
10
                    
21            {
                    
22                using (var session = store.OpenAsyncSession())
                    
23                {
                    
                
RavenDB_5669.cs https://github.com/fitzchak/ravendb.git | C# | 129 lines
                    
1using System.Linq;
                    
2using FastTests;
                    
2using FastTests;
                    
3using Raven.Client.Documents;
                    
4using Raven.Client.Documents.Indexes;
                    
4using Raven.Client.Documents.Indexes;
                    
5using Xunit;
                    
6
                    
13        {
                    
14            using (var store = GetDocumentStore())
                    
15            {
                    
19
                    
20                using (var session = store.OpenSession())
                    
21                {
                    
41        {
                    
42            using (var store = GetDocumentStore())
                    
43            {
                    
                
SchemaUpgrader.cs https://github.com/fitzchak/ravendb.git | C# | 108 lines
                    
1using System;
                    
2using System.Linq;
                    
3using Raven.Server.Documents;
                    
3using Raven.Server.Documents;
                    
4using Voron;
                    
5using Voron.Impl;
                    
                
SQConditionBase.cs https://seaquail.svn.codeplex.com/svn | C# | 240 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
                
ReportedByService.cs https://sugnatech.svn.codeplex.com/svn | C# | 249 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Linq.Dynamic;
                    
6using System.Data.Entity;
                    
6using System.Data.Entity;
                    
7using BugTracker.DataAccess.Data;
                    
8
                    
                
GLStateManager.cs https://github.com/notJUSTguitar/MonoGame.git | C# | 131 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using OpenTK.Graphics.ES20;
                    
6using OpenTK.Graphics.ES11;
                    
6using OpenTK.Graphics.ES11;
                    
7using GL11 = OpenTK.Graphics.ES11.GL;
                    
8using GL20 = OpenTK.Graphics.ES20.GL;
                    
8using GL20 = OpenTK.Graphics.ES20.GL;
                    
9using All11 = OpenTK.Graphics.ES11.All;
                    
10using All20 = OpenTK.Graphics.ES20.All;
                    
                
Sound.cs https://github.com/notJUSTguitar/MonoGame.git | C# | 180 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading;
                    
6using Android.App;
                    
6using Android.App;
                    
7using Android.Content;
                    
8using Android.Media;
                    
8using Android.Media;
                    
9using Android.OS;
                    
10using Android.Runtime;
                    
10using Android.Runtime;
                    
11using Android.Util;
                    
12using Android.Views;
                    
                
RotatedRectangle.cs https://bitbucket.org/huuloc/imaginecup_recyclerobo.git | C# | 101 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.Xna.Framework;
                    
6
                    
                
SimpleResultSetTest.cs https://github.com/alastairs/Simple.Data.git | C# | 424 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections;
                    
5    using System.Collections.Generic;
                    
6    using System.Linq;
                    
7    using NUnit.Framework;
                    
                
Projectile.cs https://gitlab.com/Renegaderobbie/HaloOnlineTagTool | C# | 415 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6using HaloOnlineTagTool.Serialization;
                    
                
Views.cs https://github.com/adamflanagan/Glimpse.git | C# | 109 lines
                    
1using System.Collections.Generic;
                    
2using System.Linq;
                    
3using System.Web;
                    
3using System.Web;
                    
4using System.Web.Mvc;
                    
5using Glimpse.Core;
                    
5using Glimpse.Core;
                    
6using Glimpse.Core.Extensibility;
                    
7using Glimpse.Core.Extensions;
                    
7using Glimpse.Core.Extensions;
                    
8using Glimpse.Mvc3.Plumbing;
                    
9
                    
                
Expressionable.cs https://github.com/sunkaixuan/SqlSugar.git | C# | 301 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Linq.Expressions;
                    
4using System.Linq.Expressions;
                    
5using System.Text;
                    
6
                    
                
LinearClipperTest.cs https://github.com/kvervo/HorizontalLoopingSelector.git | C# | 271 lines
                    
5
                    
6using System;
                    
7using System.Collections.Generic;
                    
7using System.Collections.Generic;
                    
8using System.Linq;
                    
9using System.Windows.Controls.Internals;
                    
9using System.Windows.Controls.Internals;
                    
10using System.Windows.Controls.Primitives;
                    
11using System.Windows.Media;
                    
11using System.Windows.Media;
                    
12using Microsoft.Silverlight.Testing;
                    
13using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
                
MassTestingThreeOrTreesSideBySideFixture.cs https://github.com/RogerKratz/nhibernate-core.git | C# | 166 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Linq.Expressions;
                    
4using System.Linq.Expressions;
                    
5using NHibernate.Linq;
                    
6using NUnit.Framework;
                    
                
QueryRequestBuilder.cs https://github.com/ChilliCream/hotchocolate.git | C# | 357 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using HotChocolate.Language;
                    
4using HotChocolate.Language;
                    
5using HotChocolate.Properties;
                    
6
                    
                
MapXml.cs https://github.com/petrnohejl/Geo-Navigator.git | C# | 127 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Collections.Generic;
                    
3using System.Collections.Generic;
                    
4using System.Text;
                    
5using System.Xml;
                    
5using System.Xml;
                    
6using System.Collections;
                    
7using System.Globalization;
                    
7using System.Globalization;
                    
8using GeoNavigator;
                    
9
                    
                
MathConverter.cs https://github.com/beckzhu/SimpleRemote.git | C# | 263 lines
                    
1using System;
                    
2using System.Diagnostics;
                    
3using System.Globalization;
                    
4using System.Linq;
                    
5using System.Windows.Data;
                    
5using System.Windows.Data;
                    
6using System.Windows;
                    
7using System.Windows.Markup;
                    
                
ZString.cs https://github.com/Cysharp/ZString.git | C# | 265 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Runtime.CompilerServices;
                    
5using System.Runtime.CompilerServices;
                    
6using System.Text;
                    
7
                    
51
                    
52        /// <summary>Concatenates the elements of an array, using the specified seperator between each element.</summary>
                    
53        public static string Join<T>(char separator, params T[] values)
                    
58
                    
59        /// <summary>Concatenates the elements of an array, using the specified seperator between each element.</summary>
                    
60        public static string Join<T>(char separator, List<T> values)
                    
                
GameSetUpSteps.cs https://github.com/elbandit/DDD-CQRS-Blackjack.git | C# | 102 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using KojackGames.Blackjack.Acceptance.Tests.Utilities;
                    
6using KojackGames.Blackjack.Acceptance.Tests.Utilities.StateBuilder;
                    
6using KojackGames.Blackjack.Acceptance.Tests.Utilities.StateBuilder;
                    
7using KojackGames.Blackjack.Acceptance.Tests.Utilities.TableObjects;
                    
8using KojackGames.Blackjack.Domain.GamePlay.Model;
                    
8using KojackGames.Blackjack.Domain.GamePlay.Model;
                    
9using KojackGames.Blackjack.Domain.GamePlay.Model.PlayingPosition.Hands.Status;
                    
10using TechTalk.SpecFlow;
                    
10using TechTalk.SpecFlow;
                    
11using TechTalk.SpecFlow.Assist;
                    
12
                    
                
StepArgumentTypeConverter.cs https://github.com/dablo/SpecFlow.git | C# | 112 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Globalization;
                    
4using System.Linq;
                    
5using TechTalk.SpecFlow.Infrastructure;
                    
5using TechTalk.SpecFlow.Infrastructure;
                    
6using TechTalk.SpecFlow.Tracing;
                    
7
                    
                
StringBuilder.AppendJoin.cs https://github.com/scottrippey/SmartFormat.NET.git | C# | 414 lines
                    
1using System;
                    
2using System.Text;
                    
2using System.Text;
                    
3using System.Collections;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Linq;
                    
6using System.Runtime.CompilerServices;
                    
12        /// <summary>
                    
13        /// Concatenates the string representations of the elements in the provided array of objects, using the specified char separator between each member, then appends the result to the current instance of the string builder.
                    
14        /// </summary>
                    
36        /// <summary>
                    
37        /// Concatenates and appends the members of a collection, using the specified char separator between each member.
                    
38        /// </summary>
                    
72        /// <summary>
                    
73        /// Concatenates the string representations of the elements in the provided array of objects, using the specified separator between each member, then appends the result to the current instance of the string builder.
                    
74        /// </summary>
                    
                
AlleleBlockTests.cs https://github.com/Illumina/Nirvana.git | C# | 172 lines
                    
1using System.Collections.Generic;
                    
2using System.Linq;
                    
3using Phantom.PositionCollections;
                    
3using Phantom.PositionCollections;
                    
4using Xunit;
                    
5
                    
                
DateTimeFormValidation.cs https://bitbucket.org/oleg_ator/orchard.test.git | C# | 89 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Text.RegularExpressions;
                    
3using System.Text.RegularExpressions;
                    
4using Orchard.Forms.Services;
                    
5using Orchard.Localization;
                    
                
DefaultSpamService.cs https://bitbucket.org/oleg_ator/orchard.test.git | C# | 113 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using Orchard.AntiSpam.Models;
                    
4using Orchard.AntiSpam.Models;
                    
5using Orchard.AntiSpam.Rules;
                    
6using Orchard.AntiSpam.Settings;
                    
6using Orchard.AntiSpam.Settings;
                    
7using Orchard.Tokens;
                    
8
                    
                
ValueObject.cs https://gitlab.com/dariuchizz/Seguridad | C# | 134 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Reflection;
                    
6
                    
                
AlphaBeta - Copy (3).cs https://bitbucket.org/KuroKaze/russian-checkers.git | C# | 367 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4
                    
4
                    
5using Microsoft.Xna.Framework;
                    
6using Microsoft.Xna.Framework.Graphics;
                    
6using Microsoft.Xna.Framework.Graphics;
                    
7using Microsoft.Xna.Framework.Input;
                    
8
                    
                
Object Loading.cs https://github.com/iainlane/mono.git | C# | 174 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Test_NUnit;
                    
6using NUnit.Framework;
                    
6using NUnit.Framework;
                    
7using Test_NUnit.Linq_101_Samples;
                    
8
                    
9#if MONO_STRICT
                    
10using System.Data.Linq;
                    
11#else
                    
11#else
                    
12using DbLinq.Data.Linq;
                    
13#endif
                    
                
ItemsWithLengthPrefix.cs https://gitlab.com/meermalik/protobuf-net | C# | 217 lines
                    
1using NUnit.Framework;
                    
2using System.IO;
                    
3using ProtoBuf;
                    
4using System.Linq;
                    
5using System.Collections.Generic;
                    
5using System.Collections.Generic;
                    
6using System.Diagnostics;
                    
7
                    
53        {
                    
54            using(Stream source = WriteData(tag, style, values))
                    
55            {
                    
60        {
                    
61            using (Stream source = WriteData(tag, style, values))
                    
62            {
                    
                
Voraz.cs https://gitlab.com/Crisly/rompecabezas_tetris | C# | 301 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Threading.Tasks;
                    
7
                    
                
EventAggregator.cs https://gitlab.com/gnoel/TwinCat_Automation_Interface | C# | 138 lines
                    
8
                    
9using System;
                    
10using System.Collections.Generic;
                    
10using System.Collections.Generic;
                    
11using System.Linq;
                    
12using System.Text;
                    
13
                    
14using System.Threading;
                    
15
                    
                
XmlConfiguredCacheResultAdvice.cs https://github.com/listentorick/ListenTo.git | C# | 138 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using AopAlliance.Intercept;
                    
6using System.Collections;
                    
6using System.Collections;
                    
7using Spring.Aop.Framework.DynamicProxy;
                    
8using Spring.Caching;
                    
8using Spring.Caching;
                    
9using Spring.Expressions;
                    
10using System.IO;
                    
                
BaseReflectionVisitor.cs http://linfu.googlecode.com/svn/trunk/ | C# | 316 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Mono.Cecil;
                    
6#pragma warning disable 1591
                    
                
IDItem.cs https://github.com/woeishi/vvvv-sdk.git | C# | 248 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using VVVV.Utils;
                    
6
                    
                
KingbaseESInsertOrUpdateTest.cs https://github.com/2881099/FreeSql.git | C# | 205 lines
                    
1using FreeSql.DataAnnotations;
                    
2using System;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using Xunit;
                    
                
OnErrorAutoScrollPageToTopController.cs https://bitbucket.org/expand/expand.git | C# | 94 lines
                    
1using System;
                    
2using System.ComponentModel;
                    
2using System.ComponentModel;
                    
3using System.Globalization;
                    
4using DevExpress.ExpressApp;
                    
4using DevExpress.ExpressApp;
                    
5using DevExpress.ExpressApp.Actions;
                    
6using DevExpress.ExpressApp.Model;
                    
6using DevExpress.ExpressApp.Model;
                    
7using DevExpress.ExpressApp.Validation;
                    
8using DevExpress.ExpressApp.Web;
                    
9using DevExpress.Persistent.Validation;
                    
10using System.Linq;
                    
11
                    
                
Range.cs https://github.com/JeetKunDoug/Lokad-Cqrs-Extensions.git | C# | 144 lines
                    
8
                    
9using System;
                    
10using System.Collections.Generic;
                    
10using System.Collections.Generic;
                    
11using System.Linq;
                    
12
                    
79		/// <summary>
                    
80		/// Creates the enumerable using the provided generator.
                    
81		/// </summary>
                    
94		/// <summary>
                    
95		/// Creates the enumerable using the provided generator.
                    
96		/// </summary>
                    
                
TokenManager.cs https://hg.codeplex.com/orchardtoken | C# | 304 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using Orchard.Localization;
                    
6
                    
                
cclavesgestioncartagantt.cs https://gitlab.com/fcupen/CLIENT-MANAGEMENT | C# | 162 lines
                    
1using Clients_Management.Model;
                    
2using System;
                    
2using System;
                    
3using System.Collections.Generic;
                    
4using System.Data;
                    
4using System.Data;
                    
5using System.Linq;
                    
6using System.Web;
                    
                
MediaTypeWithQualityHeaderValueComparerTests.cs https://bitbucket.org/mdavid/aspnetwebstack.git | C# | 175 lines
                    
1using System.Collections.Generic;
                    
2using System.Linq;
                    
3using System.Net.Http.Headers;
                    
3using System.Net.Http.Headers;
                    
4using Xunit;
                    
5using Xunit.Extensions;
                    
5using Xunit.Extensions;
                    
6using Assert = Microsoft.TestCommon.AssertEx;
                    
7
                    
                
When_checking_if_tree_contains_line.cs https://bitbucket.org/mchudo89/webpack-2.0.git | C# | 145 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6using Webpack.Domain.Model.Logic;
                    
6using Webpack.Domain.Model.Logic;
                    
7using Xunit;
                    
8
                    
                
FilterStore.cs https://gitlab.com/pgksunilkumar/Serenity | C# | 137 lines
                    
1using Serenity.Data;
                    
2using System;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5
                    
                
ControlCharUtil.cs https://github.com/jhamm/VsVim.git | C# | 132 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel.Composition;
                    
4using System.Linq;
                    
5using System.Text;
                    
                
PagerModel.cs http://jqbird.googlecode.com/svn/trunk/ | C# | 415 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
338        /// <summary>
                    
339        /// Gets or sets whether the links are created using RouteLink instead of Action Link 
                    
340        /// (for additional route values such as slugs or page numbers)
                    
                
AddSavedTrait.cs https://github.com/FallenWyvern/DnD-Monster-Generator.git | C# | 319 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Threading.Tasks;
                    
9using System.Windows.Forms;
                    
                
UrlHelper.cs https://github.com/listentorick/ListenTo.git | C# | 239 lines
                    
1using System;
                    
2using System.Data;
                    
3using System.Configuration;
                    
3using System.Configuration;
                    
4using System.Linq;
                    
5using System.Web;
                    
6using System.Web.Security;
                    
7using System.Web.UI;
                    
8using System.Web.UI.HtmlControls;
                    
8using System.Web.UI.HtmlControls;
                    
9using System.Web.UI.WebControls;
                    
10using System.Web.UI.WebControls.WebParts;
                    
10using System.Web.UI.WebControls.WebParts;
                    
11using System.Xml.Linq;
                    
12using System.Web.Mvc;
                    
                
DisplayModeProviderTest.cs https://bitbucket.org/mdavid/aspnetwebstack.git | C# | 229 lines
                    
1using System.Collections.Generic;
                    
2using System.Linq;
                    
3using Moq;
                    
3using Moq;
                    
4using Xunit;
                    
5
                    
                
Service.cs https://bitbucket.org/tvaladze/ipushserver.git | C# | 125 lines
                    
1using System.Collections;
                    
2using System.Collections.Generic;
                    
3using System.Configuration;
                    
4using System.Linq;
                    
5using SystemBase;
                    
                
Parsercsproj.cs https://github.com/majimenezp/AppGen.git | C# | 108 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Xml.Linq;
                    
6using System.IO;
                    
                
RegionalSalesController.cs https://github.com/Chinchilla-Software-Com/CQRS.git | C# | 207 lines
                    
1using Northwind.Web.Dashboard.Models;
                    
2using System;
                    
2using System;
                    
3using System.Collections.Generic;
                    
4using System.Data.SqlClient;
                    
4using System.Data.SqlClient;
                    
5using System.Linq;
                    
6using System.Web;
                    
6using System.Web;
                    
7using System.Web.Mvc;
                    
8
                    
                
StringConversion.cs https://github.com/rvdginste/openwrap.git | C# | 110 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.ComponentModel;
                    
4using System.ComponentModel;
                    
5using System.Linq;
                    
6
                    
                
FractionOrderingApp.cs https://github.com/alexmullans/Siftables-Emulator.git | C# | 214 lines
                    
1using System;
                    
2using System.Globalization;
                    
2using System.Globalization;
                    
3using System.Linq;
                    
4using Sifteo;
                    
4using Sifteo;
                    
5using Sifteo.Util;
                    
6
                    
                
EFAccess.cs https://gitlab.com/marccook/ConstMgmt | C# | 282 lines
                    
1using System;
                    
2using System.CodeDom;
                    
2using System.CodeDom;
                    
3using System.Collections.Generic;
                    
4using System.Data.Entity.Migrations;
                    
4using System.Data.Entity.Migrations;
                    
5using System.Linq;
                    
6using System.Net;
                    
6using System.Net;
                    
7using System.Text;
                    
8using System.Threading.Tasks;
                    
                
PaginatedCollection.cs https://github.com/DavidMoore/Foundation.git | C# | 110 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Globalization;
                    
4using System.Linq;
                    
5
                    
                
ComparePreformanceOfNumberTypes.cs https://bitbucket.org/AsenVal/kpk.git | C# | 208 lines
                    
1using System;
                    
2using System.Diagnostics;
                    
2using System.Diagnostics;
                    
3using System.Linq;
                    
4
                    
                
LinksAndTopCountService.cs https://bitbucket.org/JPomichael/miaow.git | C# | 130 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4
                    
4
                    
5using iPow.Infrastructure.Crosscutting.EntityToDto;
                    
6
                    
                
TouchNotification.cs https://github.com/matiasw/vvvv-sdk.git | C# | 101 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Drawing;
                    
4using System.Linq;
                    
5using System.Text;
                    
                
TypeContainer.cs https://github.com/mehfuzh/AutoBox.git | C# | 134 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Reflection;
                    
4using System.Reflection;
                    
5using AutoBox.Abstraction;
                    
6
                    
                
Inheritance.cs https://github.com/iainlane/mono.git | C# | 145 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Test_NUnit;
                    
6using NUnit.Framework;
                    
6using NUnit.Framework;
                    
7using Test_NUnit.Linq_101_Samples;
                    
8
                    
8
                    
9using nwind;
                    
10
                    
                
RavenDB_6893.cs https://github.com/fitzchak/ravendb.git | C# | 185 lines
                    
1using System.Collections.Generic;
                    
2using System.Linq;
                    
3using FastTests;
                    
3using FastTests;
                    
4using Xunit;
                    
5using Raven.Client.Documents.Indexes;
                    
13        {
                    
14            using (var store = GetDocumentStore())
                    
15            {
                    
18
                    
19                using (var session = store.OpenSession())
                    
20                {
                    
52
                    
53                using (var session = store.OpenSession())
                    
54                {
                    
                
AssemblyData.cs https://gitlab.com/Tiger66639/neural_network_designer | C# | 147 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Reflection;
                    
                
UsuariosManager.cs https://gitlab.com/SITCOM/dev_Sitcom | C# | 167 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6using BussinesEntities;
                    
6using BussinesEntities;
                    
7using DAL;
                    
8
                    
17        {
                    
18            using (var db = new SitcomEntities())
                    
19            {
                    
36        {
                    
37            using (var db = new SitcomEntities())
                    
38            {
                    
                
TreeSorter.cs https://github.com/lundbeck/n2cms.git | C# | 148 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Collections.Generic;
                    
3using System.Collections.Generic;
                    
4using N2.Collections;
                    
5using N2.Engine;
                    
5using N2.Engine;
                    
6using N2.Persistence;
                    
7using N2.Web;
                    
68
                    
69            using (var tx = persister.Repository.BeginTransaction())
                    
70            {
                    
90            Utility.MoveToIndex(siblings, item, index);
                    
91            using (var tx = persister.Repository.BeginTransaction())
                    
92            {
                    
                
OpMaterialSpecificationTypeDataGenerator.cs https://bitbucket.org/lukesandells/modeller-test.git | C# | 256 lines
                    
1using System.Collections.Generic;
                    
2using System.Linq;
                    
3using MI.Modeller.Domain.Client;
                    
                
PipelineInjectionTests.cs https://github.com/stevehebert/wormhole.git | C# | 134 lines
                    
1using System.Collections.Generic;
                    
2using System.Linq; 
                    
3using Autofac;
                    
3using Autofac;
                    
4using NUnit.Framework;
                    
5using Wormhole.Pipeline;
                    
                
GeoNearOptionsBuilder.cs https://github.com/tadmarshall/mongo-csharp-driver.git | C# | 160 lines
                    
15
                    
16using System;
                    
17using System.Collections.Generic;
                    
17using System.Collections.Generic;
                    
18using System.Linq;
                    
19using System.Text;
                    
20
                    
21using MongoDB.Bson;
                    
22using MongoDB.Bson.IO;
                    
22using MongoDB.Bson.IO;
                    
23using MongoDB.Bson.Serialization;
                    
24using MongoDB.Driver;
                    
                
setstatedynamicentity.cs https://bitbucket.org/CrmAppSAGCE/source-code.git | C# | 186 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using Microsoft.Crm.Sdk.Messages;
                    
4using Microsoft.Crm.Sdk.Messages;
                    
5using Microsoft.Xrm.Sdk;
                    
6using Microsoft.Xrm.Sdk.Client;
                    
6using Microsoft.Xrm.Sdk.Client;
                    
7using Microsoft.Xrm.Sdk.Query;
                    
8using Scoin.Crm.Plugins.GeneratedCode;
                    
                
DictionaryWrapper.cs https://gitlab.com/sheetanshusrivastava3/Unity3D-code-repository-design-patterns | C# | 400 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Collections;
                    
6using System.Threading;
                    
                
Program.cs https://gitlab.com/edgardo001/csharp-demos | C# | 213 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Threading;
                    
7
                    
                
RepoDistSettings.cs https://github.com/fraga/gitextensions.git | C# | 139 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Text;
                    
                
MockBlogEntryDao.cs https://bitbucket.org/pwelbourne/blog.git | C# | 168 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using Blog.Interfaces;
                    
4using Blog.Interfaces;
                    
5using Blog.Interfaces.Models;
                    
6using Blog.Models;
                    
                
ObservableEnumerable.ThenByDescending.cs https://ObsTrans.svn.codeplex.com/svn | C# | 131 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using Obtics.Values;
                    
4using System.Linq;
                    
5
                    
21        /// <summary>
                    
22        /// Performs a subsequent ordering of the elements in a sequence in descending order by using a given comparer.
                    
23        /// </summary>
                    
49        /// <summary>
                    
50        /// Performs a subsequent ordering of the elements in a sequence in descending order dynamicaly by using a given comparer.
                    
51        /// </summary>
                    
78        /// <summary>
                    
79        /// Performs a subsequent ordering of the elements in a sequence in descending order by using a given comparer.
                    
80        /// </summary>
                    
110        /// <summary>
                    
111        /// Performs a subsequent ordering of the elements in a sequence in descending order dynamicaly by using a given comparer.
                    
112        /// </summary>
                    
                
InlineRefactoringPreview.cs git://github.com/xxVisorxx/nemerle.git | C# | 60 lines
✨ Summary

This C# code defines a Windows Form class InlineRefactoringPreview that displays a text box showing usages of an expression in a Nemerle project. When the form is shown, it fills the text box with lines from the project’s code, highlighting each usage with a green selection. The form also stores information about the expression and its usages.

                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
4using System.Data;
                    
5using System.Drawing;
                    
6using System.IO;
                    
6using System.IO;
                    
7using System.Linq;
                    
8using System.Text;
                    
8using System.Text;
                    
9using System.Windows.Forms;
                    
10
                    
10
                    
11using Nemerle.Completion2;
                    
12
                    
                
Extensions.cs https://Silverlight.svn.codeplex.com/svn | C# | 160 lines
✨ Summary

This C# code provides a set of utility classes and controls for building Windows Phone applications. It includes a Next extension method to select random items from a list, a PublicGrouping class to expose internal grouping properties, and a CommandButton control that integrates with ICommand interfaces to enable command execution based on parameter values.

                    
5
                    
6using System;
                    
7using System.Collections.Generic;
                    
7using System.Collections.Generic;
                    
8using System.Linq;
                    
9using System.Windows;
                    
9using System.Windows;
                    
10using System.Windows.Controls;
                    
11using System.Windows.Input;
                    
                
 

Source

Language