text
stringlengths
9
39.2M
dir
stringlengths
25
226
lang
stringclasses
163 values
created_date
timestamp[s]
updated_date
timestamp[s]
repo_name
stringclasses
751 values
repo_full_name
stringclasses
752 values
star
int64
1.01k
183k
len_tokens
int64
1
18.5M
```xml <Application x:Class="ExpressionSample.UWP.App" xmlns="path_to_url" xmlns:x="path_to_url" xmlns:local="using:ExpressionSample.UWP"> </Application> ```
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.UWP/App.xaml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
44
```xml <forms:WindowsPage x:Class="ExpressionSample.UWP.MainPage" xmlns="path_to_url" xmlns:forms="using:Xamarin.Forms.Platform.UWP" xmlns:x="path_to_url" xmlns:local="using:ExpressionSample.UWP" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <Grid Background="{ThemeResou...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.UWP/MainPage.xaml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
95
```smalltalk using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Wi...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.UWP/MainPage.xaml.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
116
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="path_to_url"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGro...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.UWP/ExpressionSample.UWP.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
2,184
```smalltalk 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: Assem...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.UWP/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
188
```xml <!-- This file contains Runtime Directives used by .NET Native. The defaults here are suitable for most developers. However, you can modify these parameters to modify the behavior of the .NET Native optimizer. Runtime Directives are documented at path_to_url To fully enable reflection for A...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.UWP/Properties/Default.rd.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
249
```smalltalk using System; using Android.App; using Android.Content.PM; using Android.Runtime; using Android.Views; using Android.Widget; using Android.OS; namespace ExpressionSample.Droid { [Activity(Label = "ExpressionSample", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, Configuration...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.Android/MainActivity.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
237
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="path_to_url"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{CE0965F5-C4DD-4CAB-9...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.Android/ExpressionSample.Android.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,282
```smalltalk #pragma warning disable 1591 //your_sha256_hash-------------- // <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> //your_sha2...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.Android/Resources/Resource.designer.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
71,576
```xml <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="path_to_url"> <background android:drawable="@color/launcher_background" /> <foreground android:drawable="@mipmap/launcher_foreground" /> </adaptive-icon> ```
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.Android/Resources/mipmap-anydpi-v26/icon.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
58
```xml <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="path_to_url"> <background android:drawable="@color/launcher_background" /> <foreground android:drawable="@mipmap/launcher_foreground" /> </adaptive-icon> ```
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.Android/Resources/mipmap-anydpi-v26/icon_round.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
58
```xml <android.support.v7.widget.Toolbar xmlns:android="path_to_url" android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/colorPrimary" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" android:popupTheme="@s...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.Android/Resources/layout/Toolbar.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
83
```xml <?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.TabLayout xmlns:android="path_to_url" xmlns:app="path_to_url" android:id="@+id/sliding_tabs" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/colorPrimary" android:theme...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.Android/Resources/layout/Tabbar.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
120
```xml <?xml version="1.0" encoding="utf-8" ?> <resources> <style name="MainTheme" parent="MainTheme.Base"> <!-- As of Xamarin.Forms 4.6 the theme has moved into the Forms binary --> <!-- If you want to override anything you can do that here. --> <!-- Underneath are a couple of entries to get you started...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.Android/Resources/values/styles.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
192
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <color name="launcher_background">#FFFFFF</color> <color name="colorPrimary">#3F51B5</color> <color name="colorPrimaryDark">#303F9F</color> <color name="colorAccent">#FF4081</color> </resources> ```
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.Android/Resources/values/colors.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
79
```smalltalk using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Android.App; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembl...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.Android/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
186
```xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="path_to_url" android:versionCode="1" android:versionName="1.0" package="com.companyname.expressionsample"> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" /> <application android:label="ExpressionSample.Android" android:th...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample.Android/Properties/AndroidManifest.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
109
```smalltalk using System; using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace ExpressionSample { public partial class App : Application { public App() { InitializeComponent(); MainPage = new MainPage(); } protected override void OnStart() ...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample/App.xaml.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
81
```xml <?xml version="1.0" encoding="utf-8" ?> <Application xmlns="path_to_url" xmlns:x="path_to_url" x:Class="ExpressionSample.App"> <Application.Resources> </Application.Resources> </Application> ```
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample/App.xaml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
53
```smalltalk namespace ExpressionSample { public enum MyEnum { FirstValue = 0, SecondValue = 1, ThirdValue = 2 } } ```
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample/MyEnum.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
38
```smalltalk using Xamarin.Forms.Xaml; [assembly: XamlCompilation(XamlCompilationOptions.Compile)] ```
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
17
```xml <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="path_to_url" xmlns:x="path_to_url" x:Class="ExpressionSample.MainPage"> <StackLayout> <Frame BackgroundColor="#2196F3" Padding="24" CornerRadius="0"> <Label Text="Welcome to Xamarin.Forms!" HorizontalTe...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample/MainPage.xaml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
264
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <ProduceReferenceAssembly>true</ProduceReferenceAssembly> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <DebugType>portable</DebugType> <DebugS...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample/ExpressionSample.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
180
```smalltalk namespace ExpressionSample { public class MyEntity { public MyEnum MyEnum { get; set; } } } ```
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample/MyEntity.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
29
```smalltalk using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Linq.Dynamic.Core; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; using Xamarin.Forms; namespace ExpressionSample { public partial class MainPage : ContentPage...
/content/code_sandbox/test-xamarin/ExpressionSample/ExpressionSample/MainPage.xaml.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
198
```unknown <?xml version="1.0" encoding="utf-8"?> <Package xmlns="path_to_url" xmlns:mp="path_to_url" xmlns:uap="path_to_url" IgnorableNamespaces="uap mp"> <Identity Name="5eac681e-6238-4a7c-b5c4-3e6d00dfdbfa" Publisher="CN=azureuser" Version="1.0.0.0" /> <mp:PhoneIdentity PhoneProductId="5ea...
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/Package.appxmanifest
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
445
```smalltalk using System; using System.Collections.Generic; using System.Linq; using Windows.ApplicationModel; using Windows.ApplicationModel.Activation; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Navigation; using System.Linq.Dynamic.Core; namespace WindowsUniversalTestApp14393 { ...
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/App.xaml.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,204
```xml <Application x:Class="WindowsUniversalTestApp14393.App" xmlns="path_to_url" xmlns:x="path_to_url" xmlns:local="using:WindowsUniversalTestApp14393"> </Application> ```
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/App.xaml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
48
```smalltalk namespace WindowsUniversalTestApp14393 { public class TestClass { public int a { get; set; } public int b { get; set; } public string c { get; set; } public int d { get; set; } } } ```
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/TestClass.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
62
```xml <Page x:Class="WindowsUniversalTestApp14393.MainPage" xmlns="path_to_url" xmlns:x="path_to_url" xmlns:local="using:WindowsUniversalTestApp14393" xmlns:d="path_to_url" xmlns:mc="path_to_url" mc:Ignorable="d" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <Gr...
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/MainPage.xaml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
95
```smalltalk namespace WindowsUniversalTestApp14393 { public class TestClassWithConstructor { public int a { get; set; } public int b { get; set; } public string c { get; set; } public int d { get; set; } public TestClassWithConstructor(int a, int b, string c, int d) ...
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/TestClassWithConstructor.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
110
```smalltalk using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Wi...
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/MainPage.xaml.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
155
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="path_to_url"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGro...
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/WindowsUniversalTestApp14393.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,980
```smalltalk using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Dynamic.Core.CustomTypeProviders; using System.Reflection; using System.Threading.Tasks; namespace WindowsUniversalTestApp14393 { class WindowsAppCustomTypeProvider : AbstractDynamicLinqCusto...
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/WindowsAppCustomTypeProvider.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
352
```smalltalk using System.Linq.Dynamic.Core.CustomTypeProviders; namespace WindowsUniversalTestApp14393 { [DynamicLinqType] public enum TestEnum { Var1 = 0, Var2 = 1, Var3 = 2, Var4 = 4, Var5 = 8, Var6 = 16, } } ```
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/TestEnum.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
79
```smalltalk 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: Assem...
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
192
```xml <!-- This file contains Runtime Directives used by .NET Native. The defaults here are suitable for most developers. However, you can modify these parameters to modify the behavior of the .NET Native optimizer. Runtime Directives are documented at path_to_url To fully enable reflection for A...
/content/code_sandbox/test-xamarin/WindowsUniversalTestApp14393/Properties/Default.rd.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
247
```powershell if (Test-Path -Path ".\output") { Remove-Item -Force -Recurse -Path ".\output\" } else { New-Item -Path ".\output" -ItemType Directory } Write-Host "Build solution..." dotnet build .\LinqCoreDemo.sln --nologo --configuration "Debug" Write-Host "Publish projects..." dotnet publish .\src\Demo.Pl...
/content/code_sandbox/src-console/build.ps1
powershell
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
146
```unknown <?xml version="1.0" encoding="utf-8"?> <packages> <package id="Effort.EF6" version="2.2.16" targetFramework="net452" /> <package id="EntityFramework" version="6.5.0" targetFramework="net452" /> <package id="FSharp.Core" version="4.2.3" targetFramework="net452" /> <package id="Linq.Expression.Optimize...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6_Effort/packages.config
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
168
```unknown <?xml version="1.0" encoding="utf-8"?> <configuration> <!--<configSections> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </c...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6_Effort/App.config
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
204
```smalltalk using System; using System.Linq; using System.Linq.Dynamic.Core; using ConsoleApp_net452_EF6.Entities; using Effort; using Newtonsoft.Json; namespace ConsoleApp_net452_EF6 { class Program { static void Main(string[] args) { var connection = DbConnectionFactory.CreateTra...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6_Effort/Program.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
357
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="path_to_url"> <Import Project="..\..\packages\EntityFramework.6.5.0\build\build\net6.0\EntityFramework.props" Condition="Exists('..\..\packages\EntityFramework.6.5.0\build\build\net6.0\EntityFramework.props')" /> <Import Project="..\....
/content/code_sandbox/src-console/ConsoleApp_net452_EF6_Effort/ConsoleApp_net452_EF6_Effort.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
2,542
```smalltalk 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("ConsoleApp_net452_EF6_Effort")...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6_Effort/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
287
```unknown <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <!-- For more information on Entity Framework configuration, visit path_to_url --> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=n...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6_Effort/content/net40/App.config
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
145
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net6.0</TargetFramework> <LangVersion>12</LangVersion> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="..\ConsoleAppEF2.0\Database\Product...
/content/code_sandbox/src-console/ConsoleAppEF6_InMemory/ConsoleApp_net6.0_EF6_InMemory.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
211
```smalltalk using System; using System.Collections.Generic; using System.Linq; using System.Linq.Dynamic.Core; using System.Text.Json; using System.Threading.Tasks; using ConsoleAppEF2.Database; using Microsoft.EntityFrameworkCore; namespace ConsoleApp_net5_0_EF6_InMemory; static class Program { private static r...
/content/code_sandbox/src-console/ConsoleAppEF6_InMemory/Program.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
569
```smalltalk using System.Collections.Generic; using ConsoleAppEF2.Database; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; namespace ConsoleApp_net5_0_EF6_InMemory { public class TestContextEF6 : DbContext { public static readonly ILoggerFactory MyLoggerFactory = LoggerFactor...
/content/code_sandbox/src-console/ConsoleAppEF6_InMemory/Database/TestContextEF6.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
271
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <PackageReference Include="Serilog" Version...
/content/code_sandbox/src-console/Demo.Host/Demo.Host.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
186
```smalltalk using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq.Dynamic.Core; using System.Reflection; using Serilog; using Serilog.Exceptions; AppDomain.CurrentDomain.AssemblyResolve += CurrentDomainOnAssemblyResolve; Log.Logger = new LoggerConfiguration() .Enrich.WithExceptionDet...
/content/code_sandbox/src-console/Demo.Host/Program.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
466
```unknown <?xml version="1.0" encoding="utf-8"?> <packages> <package id="EntityFramework" version="6.5.0" targetFramework="net452" /> <package id="FSharp.Core" version="4.2.3" targetFramework="net452" /> <package id="Linq.Expression.Optimizer" version="1.0.9" targetFramework="net452" /> <package id="Newtonsoft...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/packages.config
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
119
```unknown <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> ...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/App.config
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
282
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="path_to_url"> <Import Project="..\..\packages\EntityFramework.6.5.0\build\build\net6.0\EntityFramework.props" Condition="Exists('..\..\packages\EntityFramework.6.5.0\build\build\net6.0\EntityFramework.props')" /> <Import Project="..\....
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/ConsoleApp_net452_EF6.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
2,259
```smalltalk using ConsoleApp_net452_EF6.Entities; using System; using System.Linq; using System.Linq.Dynamic.Core; namespace ConsoleApp_net452_EF6 { class Program { static void Main(string[] args) { var config = new ParsingConfig { UseParameterizedNamesI...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Program.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
887
```smalltalk using System.Collections.Generic; namespace ConsoleApp_net452_EF6.Entities { public partial class Function { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public Function() { KendoGridEmp...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/Function.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
195
```smalltalk using System.Collections.Generic; namespace ConsoleApp_net452_EF6.Entities { public partial class Role { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public Role() { User = new HashSet<U...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/Role.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
135
```smalltalk using System.Collections.Generic; namespace ConsoleApp_net452_EF6.Entities { public partial class Country { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public Country() { KendoGridEmplo...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/Country.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
141
```smalltalk using System; namespace ConsoleApp_net452_EF6.Entities { public partial class Employee { public long Id { get; set; } public int EmployeeNumber { get; set; } public string FirstName { get; set; } public string LastName { get; set; } public string Email {...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/Employee.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
194
```smalltalk using System.Data.Common; using System.Data.Entity; using System.Linq.Dynamic.Core.ConsoleTestApp.net452.Entities; namespace ConsoleApp_net452_EF6.Entities { public class KendoGridDbContext : DbContext { public KendoGridDbContext(DbConnection connection) : base(connection, fals...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/KendoGridDbContext.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
571
```smalltalk using System.Collections.Generic; namespace ConsoleApp_net452_EF6.Entities { public partial class User { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public User() { Roles = new HashSet<...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/User.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
147
```smalltalk namespace ConsoleApp_net452_EF6.Entities { public partial class Product { public long Id { get; set; } public string Code { get; set; } public string Name { get; set; } } } ```
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/Product.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
53
```smalltalk using System.Collections.Generic; namespace ConsoleApp_net452_EF6.Entities { public partial class SubFunction { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public SubFunction() { Employ...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/SubFunction.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
160
```smalltalk using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace System.Linq.Dynamic.Core.ConsoleTestApp.net452.Entities { public partial class ViewEmployeeDetails { [Key] [Column(Order = 0)] [DatabaseGenerated(DatabaseGeneratedOpti...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/VW_EmployeeDetails.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
270
```smalltalk namespace ConsoleApp_net452_EF6.Entities { public partial class OU { public long Id { get; set; } public string Code { get; set; } public string Name { get; set; } } } ```
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/OU.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
53
```smalltalk using System.Collections.Generic; namespace ConsoleApp_net452_EF6.Entities { public partial class MainCompany { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public MainCompany() { KendoG...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/MainCompany.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
135
```smalltalk using System.Collections.Generic; namespace ConsoleApp_net452_EF6.Entities { public partial class Company { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public Company() { KendoGridEmplo...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Entities/Company.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
156
```smalltalk 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: Assemb...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
287
```unknown <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <!-- For more information on Entity Framework configuration, visit path_to_url --> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=n...
/content/code_sandbox/src-console/ConsoleApp_net452_EF6/content/net40/App.config
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
145
```smalltalk using ConsoleAppEF2.Database; using Microsoft.EntityFrameworkCore; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Dynamic.Core; using System.Linq.Dynamic.Core.CustomTypeProviders; using System.Reflection; using System.Runtime.Com...
/content/code_sandbox/src-console/ConsoleAppEF2.0.2_InMemory/Program.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,648
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.0</TargetFramework> <AssemblyName>ConsoleAppEF2</AssemblyName> <RootNamespace>ConsoleAppEF2</RootNamespace> </PropertyGroup> <ItemGroup> <Compile Inclu...
/content/code_sandbox/src-console/ConsoleAppEF2.0.2_InMemory/ConsoleApp_netcore2.0_EF2.0.2_InMemory.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
352
```smalltalk using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Console; namespace ConsoleAppEF2.Database { public class TestContext : DbContext { public static readonly LoggerFactory MyLoggerFactory = new LoggerFactory(new[] { new ConsoleLoggerP...
/content/code_sandbox/src-console/ConsoleAppEF2.0.2_InMemory/Database/TestContext.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
279
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net5.0</TargetFramework> <DefineConstants>EF5</DefineConstants> <LangVersion>10</LangVersion> </PropertyGroup> <ItemGroup> <Compile Include="..\ConsoleAppEF2.0\Dat...
/content/code_sandbox/src-console/ConsoleAppEF5/ConsoleApp_net5.0_EF5.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
342
```smalltalk using System; using System.Collections.Generic; using System.Linq; using System.Linq.Dynamic.Core; using System.Linq.Expressions; using ConsoleAppEF2.Database; namespace ConsoleAppEF5 { // path_to_url // Here Appilicability is a property within Settings type, and WinApplicability is a derived type...
/content/code_sandbox/src-console/ConsoleAppEF5/Program.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,650
```smalltalk using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Dynamic.Core; using System.Linq.Dynamic.Core.CustomTypeProviders; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using ConsoleAppEF2.Database; using Microsof...
/content/code_sandbox/src-console/ConsoleAppEF2.1.1/Program.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,531
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.1</TargetFramework> <AssemblyName>ConsoleAppEF211</AssemblyName> <RootNamespace>ConsoleAppEF211</RootNamespace> </PropertyGroup> <ItemGroup> <Compile I...
/content/code_sandbox/src-console/ConsoleAppEF2.1.1/ConsoleApp_netcore2.1_EF2.1.1.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
308
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.1</TargetFramework> <RootNamespace>ConsoleAppCosmosDb</RootNamespace> <AssemblyName>ConsoleAppCosmosDb</AssemblyName> <StartupObject>ConsoleAppCosmosDb.Program</StartupObject> </Pr...
/content/code_sandbox/src-console/ConsoleApp_netcore2.1_CosmosDb/ConsoleApp_netcore2.1_CosmosDb.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
317
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net6.0</TargetFramework> <LangVersion>12</LangVersion> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="..\ConsoleAppEF2.0\Database\Product...
/content/code_sandbox/src-console/ConsoleAppEF6_Sqlite/ConsoleApp_net6.0_EF6_Sqlite.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
211
```smalltalk using System; using System.Collections.Generic; using System.Linq; using System.Linq.Dynamic.Core; using System.Text.Json; using System.Threading.Tasks; using ConsoleAppEF2.Database; using Microsoft.EntityFrameworkCore; namespace ConsoleApp_net6_0_EF6_Sqlite; static class Program { private static rea...
/content/code_sandbox/src-console/ConsoleAppEF6_Sqlite/Program.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
616
```smalltalk using System.Collections.Generic; using ConsoleAppEF2.Database; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; namespace ConsoleApp_net6_0_EF6_Sqlite { public class TestContextEF6 : DbContext { public static readonly ILoggerFactory MyLoggerFactory = LoggerFactory....
/content/code_sandbox/src-console/ConsoleAppEF6_Sqlite/Database/TestContextEF6.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
275
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="path_to_url"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration ...
/content/code_sandbox/src-console/ConsoleApp_net452_CosmosDb/ConsoleApp_net452_CosmosDb.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,132
```unknown <?xml version="1.0" encoding="utf-8"?> <packages> <package id="Microsoft.Azure.DocumentDB" version="2.5.1" targetFramework="net452" /> <package id="Newtonsoft.Json" version="13.0.3" targetFramework="net452" /> <package id="System.Net.Http" version="4.3.4" targetFramework="net452" /> </packages> ```
/content/code_sandbox/src-console/ConsoleApp_net452_CosmosDb/packages.config
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
94
```unknown <?xml version="1.0" encoding="utf-8"?> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> </startup> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.J...
/content/code_sandbox/src-console/ConsoleApp_net452_CosmosDb/App.config
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
160
```smalltalk using ConsoleAppCosmosDb.Entities; using Microsoft.Azure.Documents; using Microsoft.Azure.Documents.Client; using Microsoft.Azure.Documents.Linq; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Dynamic.Core; using System.Threading.Tasks; nam...
/content/code_sandbox/src-console/ConsoleApp_net452_CosmosDb/Program.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,502
```smalltalk using System; namespace ConsoleAppCosmosDb.Entities { [Serializable] public class EntityReadingValue { public int Weight { get; set; } } } ```
/content/code_sandbox/src-console/ConsoleApp_net452_CosmosDb/Entities/EntityReadingValue.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
39
```smalltalk using System; namespace ConsoleAppCosmosDb.Entities { [Serializable] public class Entity { public Guid Id { get; set; } public EntityData Data { get; set; } } } ```
/content/code_sandbox/src-console/ConsoleApp_net452_CosmosDb/Entities/Entity.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
48
```smalltalk using System; using System.Collections.Generic; namespace ConsoleAppCosmosDb.Entities { [Serializable] public class EntityData { public IList<EntityReading> Readings { get; set; } } } ```
/content/code_sandbox/src-console/ConsoleApp_net452_CosmosDb/Entities/EntityData.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
47
```smalltalk using System; namespace ConsoleAppCosmosDb.Entities { [Serializable] public class EntityReading { public string Status { get; set; } public int Weight { get; set; } public EntityReadingValue Value { get; set; } } } ```
/content/code_sandbox/src-console/ConsoleApp_net452_CosmosDb/Entities/EntityReading.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
60
```smalltalk 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: Assemb...
/content/code_sandbox/src-console/ConsoleApp_net452_CosmosDb/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
287
```xml <?xml version="1.0" encoding="utf-8" ?> <log4net debug="false"> <!-- Appenders --> <appender name="trace" type="log4net.Appender.TraceAppender, log4net"> <layout type="log4net.Layout.PatternLayout, log4net"> <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p %c{1}:%L - %m%n" /> </layout>...
/content/code_sandbox/src-console/ConsoleAppEF3.1_nhibernate/log4net.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
470
```xml <?xml version="1.0" encoding="utf-8" ?> <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" assembly="ConsoleAppEF3_1_nhibernate" namespace="ConsoleAppEF3_1_nhibernate"> <class name="Product"> <id name="Id" generator="guid.comb"/> <dynamic-component name="Properties"> <property name="Desc...
/content/code_sandbox/src-console/ConsoleAppEF3.1_nhibernate/Mappings.hbm.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
138
```smalltalk using System; using System.Collections.Generic; using System.Dynamic; using System.Linq; using System.Linq.Dynamic.Core; using log4net; using log4net.Config; using NHibernate.Cfg; using NHibernate.Tool.hbm2ddl; namespace ConsoleAppEF3_1_nhibernate { public sealed class Program { public static void Ma...
/content/code_sandbox/src-console/ConsoleAppEF3.1_nhibernate/Program.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
497
```smalltalk using System; namespace ConsoleAppEF3_1_nhibernate { class Product { public virtual Guid Id { get; set; } public virtual string Name { get; set; } public virtual dynamic Properties { get; set; } } } ```
/content/code_sandbox/src-console/ConsoleAppEF3.1_nhibernate/Product.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
58
```xml <?xml version="1.0" encoding="utf-8"?> <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2"> <session-factory name="NHibernate.Test"> <property name="connection.driver_class">NHibernate.Driver.SQLite20Driver</property> <!-- DateTimeFormatString allows to prevent storing the fact that writt...
/content/code_sandbox/src-console/ConsoleAppEF3.1_nhibernate/hibernate.cfg.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
383
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.1</TargetFramework> <RootNamespace>ConsoleAppEF3_1_nhibernate</RootNamespace> <AssemblyName>ConsoleAppEF3_1_nhibernate</AssemblyName> </PropertyGroup> <ItemGroup> <None Remove="...
/content/code_sandbox/src-console/ConsoleAppEF3.1_nhibernate/ConsoleApp_netcore3.1_nhibernate.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
247
```unknown <?xml version="1.0" encoding="utf-8"?> <packages> <package id="EntityFramework" version="6.5.0" targetFramework="net40" /> <package id="JetBrains.Annotations" version="2022.3.1" targetFramework="net40" /> <package id="SQLite.CodeFirst" version="1.3.0.17" targetFramework="net40" /> <package id="System...
/content/code_sandbox/src-console/System.Linq.Dynamic.Core.ConsoleTestApp.net40/packages.config
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
204
```unknown <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </confi...
/content/code_sandbox/src-console/System.Linq.Dynamic.Core.ConsoleTestApp.net40/App.config
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
451
```smalltalk using System.Collections; using System.Collections.Generic; using System.Linq.Dynamic.Core.Tests.Helpers; using System.Linq.Dynamic.Core.Tests.Helpers.Entities; using System.Linq.Dynamic.Core.Tests.Helpers.Models; using System.Reflection; namespace System.Linq.Dynamic.Core.ConsoleTestApp.net40 { publi...
/content/code_sandbox/src-console/System.Linq.Dynamic.Core.ConsoleTestApp.net40/Program.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,801
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="path_to_url"> <Import Project="..\..\packages\EntityFramework.6.5.0\build\build\net6.0\EntityFramework.props" Condition="Exists('..\..\packages\EntityFramework.6.5.0\build\build\net6.0\EntityFramework.props')" /> ...
/content/code_sandbox/src-console/System.Linq.Dynamic.Core.ConsoleTestApp.net40/ConsoleApp_net40_sqlite_original.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
2,488
```smalltalk 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: Assem...
/content/code_sandbox/src-console/System.Linq.Dynamic.Core.ConsoleTestApp.net40/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
290
```unknown <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <!-- For more information on Entity Framework configuration, visit path_to_url --> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=n...
/content/code_sandbox/src-console/System.Linq.Dynamic.Core.ConsoleTestApp.net40/content/net40/App.config
unknown
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
145
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <Authors>Stef Heyenrath</Authors> <TargetFramework>netcoreapp1.1</TargetFramework> <AssemblyName>System.Linq.Dynamic.Core.ConsoleTestApp</AssemblyName> <OutputType>Exe</OutputType> <PackageId>System.Linq.Dynamic.Core.ConsoleTestApp</Package...
/content/code_sandbox/src-console/System.Linq.Dynamic.Core.ConsoleTestApp/System.Linq.Dynamic.Core.ConsoleTestApp.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
290