1,015,401 results for 'using System.Linq;' (378 ms)
HotelDetailPages.aspx.cs https://bitbucket.org/veerabooking/veerabooking.git | C# | 223 lines
1using System; 2using System.Collections; 2using System.Collections; 3using System.Collections.Generic; 4using System.Data; 5using System.IO; 6using System.Linq; 7using System.Net; 7using System.Net; 8using System.Text; 9using System.Web; 9using System.Web; 10using System.Web.UI; 11using System.Web.UI.WebControls; 11using System.Web.UI.WebControls; 12using Newtonsoft.Json; 13using Newtonsoft.Json.Linq;HotelListing.aspx.cs https://bitbucket.org/veerabooking/veerabooking.git | C# | 417 lines
1using Newtonsoft.Json; 2using Newtonsoft.Json.Linq; 2using Newtonsoft.Json.Linq; 3using System; 4using System.Collections; 4using System.Collections; 5using System.Collections.Generic; 6using System.Data; 6using System.Data; 7using System.Diagnostics; 8using System.IO; 8using System.IO; 9using System.Linq; 10using System.Net; 10using System.Net; 11using System.Text; 12using System.Web;WebForm2.aspx.cs https://bitbucket.org/veerabooking/veerabooking.git | C# | 221 lines
1using System; 2using System.Collections.Generic; 3using System.IO; 4using System.Linq; 5using System.Net; 5using System.Net; 6using System.Text; 7using System.Web; 7using System.Web; 8using System.Web.UI; 9using System.Web.UI.WebControls; 9using System.Web.UI.WebControls; 10using System.Data; 11using System.Text.RegularExpressions; 11using System.Text.RegularExpressions; 12using Newtonsoft.Json.Linq; 13using Newtonsoft.Json;databaseWithDDL.aspx.cs https://bitbucket.org/veerabooking/veerabooking.git | C# | 298 lines
1using System; 2using System.Collections.Generic; 3using System.Data; 4using System.Linq; 5using System.Web; 5using System.Web; 6using System.Web.UI; 7using System.Web.UI.WebControls; 7using System.Web.UI.WebControls; 8using System.Text.RegularExpressions; 9using Newtonsoft.Json.Linq; 9using Newtonsoft.Json.Linq; 10using Newtonsoft.Json; 11using System.Xml.Linq; 11using System.Xml.Linq; 12using System.Web.UI.HtmlControls; 13using System.Xml;Form1.cs https://bitbucket.org/KhalidMohammad/site-management-repo.git | C# | 454 lines
1using Newtonsoft.Json; 2using Newtonsoft.Json.Linq; 2using Newtonsoft.Json.Linq; 3using SiteManagement.Data; 4using System; 4using System; 5using System.Collections.Generic; 6using System.ComponentModel; 6using System.ComponentModel; 7using System.Data; 8using System.Drawing; 8using System.Drawing; 9using System.Linq; 10using System.Net; 10using System.Net; 11using System.Net.Http; 12using System.Text;DRHubClient.cs https://bitbucket.org/jeffmccommas/acex.git | C# | 947 lines
1using CE.ContentModel; 2using CE.ContentModel.ContentCache; 2using CE.ContentModel.ContentCache; 3using CE.NotificationManager.Entities; 4using Newtonsoft.Json.Linq; 4using Newtonsoft.Json.Linq; 5using System; 6using System.Collections.Generic; 6using System.Collections.Generic; 7using System.Configuration; 8using System.Data; 8using System.Data; 9using System.Data.SqlClient; 10using System.IO; 10using System.IO; 11using System.Linq; 12using System.Net;XObjectsGenerator.cs https://bitbucket.org/hma2/sdmxsource.net.git | C# | 277 lines
2 3using System; 4using System.Xml; 4using System.Xml; 5using System.Xml.Schema; 6using System.Xml.Linq; 6using System.Xml.Linq; 7using System.CodeDom; 8using System.CodeDom.Compiler; 8using System.CodeDom.Compiler; 9using Xml.Schema.Linq; 10using Xml.Schema.Linq.CodeGen; 17{ 18 using System.Linq; 19 public class XObjectsGeneratorFSMGenerator.cs https://bitbucket.org/hma2/sdmxsource.net.git | C# | 384 lines
2 3using System; 4using System.Collections; 4using System.Collections; 5using System.Collections.Generic; 6using System.Xml; 6using System.Xml; 7using System.Xml.Schema; 8using System.Xml.Linq; 9using System.IO; 10using System.Linq; 11using System.Threading; 11using System.Threading; 12using System.Diagnostics; 13using System.Reflection;XmlNodeConverterTest.cs https://bitbucket.org/wfpcoslv/maps-examples.git | C# | 3,123 lines
26#if !(DNXCORE50 || PORTABLE40) 27using System.Globalization; 28#if NET20 28#if NET20 29using Newtonsoft.Json.Utilities.LinqBridge; 30#else 30#else 31using System.Linq; 32#endif 32#endif 33using System.Text; 34using System; 34using System; 35using System.Collections.Generic; 36using Newtonsoft.Json.Tests.Serialization;MainWindow.xaml.cs https://bitbucket.org/SeanCole/trendtool.git | C# | 114 lines
1using System; 2using System.Windows; 2using System.Windows; 3using System.Windows.Data; 4using System.Configuration; 4using System.Configuration; 5using TechneauxDataSyncService; 6using Serilog; 6using Serilog; 7using Serilog.Core; 8using System.Reactive.Linq; 8using System.Reactive.Linq; 9using TechneauxDataSyncService.Main; 10 14using System.IO; 15using System.Linq; 16using System.Reactive.Linq;modified-files.diff https://bitbucket.org/ksksts/junk | Unknown | 1,127 lines
9+using System.ComponentModel; 10+using System.Linq; 11+using System.Text; 138 using System.Diagnostics; 139 using System.Linq; 140@@ -57,6 +58,24 @@ 172 using System.Collections.Generic; 173 using System.Linq; 174 using System.Text; 834 using System.Collections.ObjectModel; 835 using System.Linq; 836@@ -35,6 +36,7 @@ 964 using System.Collections.Generic; 965 using System.Linq; 966 using System.Text;MySQLDefault.aspx.cs https://bitbucket.org/Offroadcode/usitebuilderimporter | C# | 703 lines
9 10using System; 11using System.Configuration; 95 sb.AppendLine("using System.Collections.Generic;"); 96 sb.AppendLine("using System.Linq;"); 97 sb.AppendLine("using System.Web;"); 182 sb.AppendLine("using System.Collections.Generic;"); 183 sb.AppendLine("using System.Linq;"); 184 sb.AppendLine("using System.Web;"); 256 sb.AppendLine("using System.Collections.Generic;"); 257 sb.AppendLine("using System.Linq;"); 258 sb.AppendLine("using System.Web;"); 583 sb.AppendLine("using System.Collections.Generic;"); 584 sb.AppendLine("using System.Linq;"); 585 sb.AppendLine("using System.Web;");Default.aspx.cs https://bitbucket.org/Offroadcode/usitebuilderimporter | C# | 735 lines
9 10using System; 11using System.Configuration; 91 sb.AppendLine("using System.Collections.Generic;"); 92 sb.AppendLine("using System.Linq;"); 93 sb.AppendLine("using System.Web;"); 173 sb.AppendLine("using System.Collections.Generic;"); 174 sb.AppendLine("using System.Linq;"); 175 sb.AppendLine("using System.Web;"); 245 sb.AppendLine("using System.Collections.Generic;"); 246 sb.AppendLine("using System.Linq;"); 247 sb.AppendLine("using System.Web;"); 599 sb.AppendLine("using System.Collections.Generic;"); 600 sb.AppendLine("using System.Linq;"); 601 sb.AppendLine("using System.Web;");JsonSerializerTest.cs https://bitbucket.org/ipre/calico.git | C# | 10,532 lines
25 26using System; 27using System.ComponentModel; 28#if !(NET35 || NET20 || SILVERLIGHT) 29using System.Collections.Concurrent; 30#endif 30#endif 31using System.Collections.Generic; 32#if !(NET20 || NET35 || SILVERLIGHT || PORTABLE) 32#if !(NET20 || NET35 || SILVERLIGHT || PORTABLE) 33using System.Numerics; 34#endif 81#else 82using System.Linq; 83#endifJsonSerializerTest.cs https://github.com/advancedrei/Newtonsoft.Json.git | C# | 7,906 lines
25 26using System; 27#if !(NET35 || NET20 || SILVERLIGHT || WINDOWS_PHONE) 29#endif 30using System.Collections.Generic; 31#if !SILVERLIGHT && !NET20 && !NETFX_CORE 31#if !SILVERLIGHT && !NET20 && !NETFX_CORE 32using System.ComponentModel.DataAnnotations; 33using System.Configuration; 33using System.Configuration; 34using System.Runtime.CompilerServices; 35using System.Runtime.Serialization.Formatters; 78#else 79using System.Linq; 80#endifAnonymousObjectToLuceneDocumentConverter.cs https://github.com/nwendel/ravendb.git | C# | 602 lines
5//----------------------------------------------------------------------- 6using System; 7using System.Collections; 7using System.Collections; 8using System.Collections.Generic; 9using System.ComponentModel; 9using System.ComponentModel; 10using System.Globalization; 11using System.IO; 11using System.IO; 12using System.Linq; 13using Lucene.Net.Documents; 13using Lucene.Net.Documents; 14using Lucene.Net.Search; 15JsonSerializerTest.cs https://github.com/dmgores/Newtonsoft.Json.git | C# | 7,989 lines
25 26using System; 27using System.ComponentModel; 28#if !(NET35 || NET20) 29using System.Collections.Concurrent; 30#endif 30#endif 31using System.Collections.Generic; 32#if !(NET20 || NET35 || PORTABLE) 32#if !(NET20 || NET35 || PORTABLE) 33using System.Numerics; 34#endif 81#else 82using System.Linq; 83#endifExportCode.ascx.cs https://bitbucket.org/StephenWRogers/kelvindigital.usitebuilder.package | C# | 381 lines
1using System; 2using System.Collections.Generic; 3using System.IO; 4using System.Linq; 5using System.Text; 5using System.Text; 6using System.Web; 7using System.Web.UI.WebControls; 7using System.Web.UI.WebControls; 8using ICSharpCode.SharpZipLib.Core; 9using ICSharpCode.SharpZipLib.Zip; 21using System.Collections.Generic; 22using System.Linq; 23using System.Web; 45using System.Collections.Generic; 46using System.Linq; 47using System.Web;glados.Web.g.cs https://bitbucket.org/lucky_geck/tsys | C# | 5,491 lines
16 using System.ComponentModel.DataAnnotations; 17 using System.Linq; 18 using System.ServiceModel.DomainServices; 85 using System.ComponentModel.DataAnnotations; 86 using System.Linq; 87 using System.ServiceModel.DomainServices; 2843 using System.ComponentModel.DataAnnotations; 2844 using System.Linq; 2845 using System.ServiceModel; 3776 using System.ComponentModel.DataAnnotations; 3777 using System.Linq; 3778 using System.Runtime.Serialization; 4767 using System.ComponentModel.DataAnnotations; 4768 using System.Linq; 4769 using System.ServiceModel;glados.Web.g.cs-299c7693 https://bitbucket.org/lucky_geck/tsys | Unknown | 4,261 lines
16 using System.ComponentModel.DataAnnotations; 17 using System.Linq; 18 using System.ServiceModel.DomainServices; 85 using System.ComponentModel.DataAnnotations; 86 using System.Linq; 87 using System.ServiceModel.DomainServices; 2492 using System.ComponentModel.DataAnnotations; 2493 using System.Linq; 2494 using System.ServiceModel; 3209 using System.ComponentModel.DataAnnotations; 3210 using System.Linq; 3211 using System.Runtime.Serialization; 3780 using System.ComponentModel.DataAnnotations; 3781 using System.Linq; 3782 using System.ServiceModel;