Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

The application accepts search input in a text box and then displays in a pleasi

ID: 3666341 • Letter: T

Question

The application accepts search input in a text box and then displays in a pleasing style a list of people where any part of their first or last name matches what was typed in the search box (displaying at least name, address, age, interests, and a picture). Solution should either seed data or provide a way to enter new users or both An ASP.NET MVC or a WPF Application that uses the MVVM Design Pattern If you use ASP.NET MVC then use Ajax to respond to search request (no full page refresh) using JSON for both the request and the response Use Entity Framework Code First to talk to the database Unit Tests for appropriate parts of the application

Explanation / Answer

</Project>

<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)$(MSBuildToolsVersion)Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)$(MSBuildToolsVersion)Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion> </ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{639E1EFC-6091-4163-96C1-9B1F535CA6C1}</ProjectGuid> <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>PeopleSearch</RootNamespace> <AssemblyName>PeopleSearch</AssemblyName> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <MvcBuildViews>false</MvcBuildViews> <UseIISExpress>true</UseIISExpress> <IISExpressSSLPort /> <IISExpressAnonymousAuthentication /> <IISExpressWindowsAuthentication /> <IISExpressUseClassicPipelineMode /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> </ItemGroup> <ItemGroup> <Compile Include="App_StartBundleConfig.cs" /> <Compile Include="App_StartFilterConfig.cs" /> <Compile Include="App_StartIdentityConfig.cs" /> <Compile Include="App_StartRouteConfig.cs" /> <Compile Include="App_StartStartup.Auth.cs" /> <Compile Include="ControllersAccountController.cs" /> <Compile Include="ControllersHomeController.cs" /> <Compile Include="ControllersManageController.cs" /> <Compile Include="ControllersPeopleController.cs" /> <Compile Include="CustomHtmlHellperCustomHtmlHelper.cs" /> <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> <Compile Include="Migrations511050140371_Initial.cs" /> <Compile Include="Migrations511050140371_Initial.Designer.cs"> <DependentUpon>201511050140371_Initial.cs</DependentUpon> </Compile> <Compile Include="Migrations511051901251_AlternateText.cs" /> <Compile Include="Migrations511051901251_AlternateText.Designer.cs"> <DependentUpon>201511051901251_AlternateText.cs</DependentUpon> </Compile> <Compile Include="MigrationsConfiguration.cs" /> <Compile Include="ModelsAccountViewModels.cs" /> <Compile Include="ModelsIdentityModels.cs" /> <Compile Include="ModelsManageViewModels.cs" /> <Compile Include="ModelsPerson.cs" /> <Compile Include="PropertiesAssemblyInfo.cs" /> <Compile Include="Startup.cs" /> </ItemGroup> <ItemGroup> <Content Include="Contentootstrap.css" /> <Content Include="Contentootstrap.min.css" /> <Content Include="favicon.ico" /> <Content Include="fontsglyphicons-halflings-regular.svg" /> <Content Include="Global.asax" /> <Content Include="ContentSite.css" /> <Content Include="Scriptsootstrap.js" /> <Content Include="Scriptsootstrap.min.js" /> <Content Include="ClassDiagram1.cd" /> <None Include="Scriptsjquery-1.10.2.intellisense.js" /> <Content Include="Scriptsjquery-1.10.2.js" /> <Content Include="Scriptsjquery-1.10.2.min.js" /> <None Include="Scriptsjquery.validate-vsdoc.js" /> <Content Include="Scriptsjquery.validate.js" /> <Content Include="Scriptsjquery.validate.min.js" /> <Content Include="Scriptsjquery.validate.unobtrusive.js" /> <Content Include="Scriptsjquery.validate.unobtrusive.min.js" /> <Content Include="Scriptsmodernizr-2.6.2.js" /> <Content Include="Scripts espond.js" /> <Content Include="Scripts espond.min.js" /> <Content Include="Scripts_references.js" /> <Content Include="Web.config" /> <Content Include="Web.Debug.config"> <DependentUpon>Web.config</DependentUpon> </Content> <Content Include="Web.Release.config"> <DependentUpon>Web.config</DependentUpon> </Content> <Content Include="ViewsWeb.config" /> <Content Include="Views_ViewStart.cshtml" /> <Content Include="ViewsSharedError.cshtml" /> <Content Include="ViewsShared_Layout.cshtml" /> <Content Include="ViewsHomeAbout.cshtml" /> <Content Include="ViewsHomeContact.cshtml" /> <Content Include="ViewsHomeIndex.cshtml" /> <Content Include="Scriptsjquery-1.10.2.min.map" /> <Content Include="ViewsAccount_ExternalLoginsListPartial.cshtml" /> <Content Include="ViewsAccountConfirmEmail.cshtml" /> <Content Include="ViewsAccountExternalLoginConfirmation.cshtml" /> <Content Include="ViewsAccountExternalLoginFailure.cshtml" /> <Content Include="ViewsAccountForgotPassword.cshtml" /> <Content Include="ViewsAccountForgotPasswordConfirmation.cshtml" /> <Content Include="ViewsAccountLogin.cshtml" /> <Content Include="ViewsAccountRegister.cshtml" /> <Content Include="ViewsAccountResetPassword.cshtml" /> <Content Include="ViewsAccountResetPasswordConfirmation.cshtml" /> <Content Include="ViewsAccountSendCode.cshtml" /> <Content Include="ViewsAccountVerifyCode.cshtml" /> <Content Include="ViewsManageAddPhoneNumber.cshtml" /> <Content Include="ViewsManageChangePassword.cshtml" /> <Content Include="ViewsManageIndex.cshtml" /> <Content Include="ViewsManageManageLogins.cshtml" /> <Content Include="ViewsManageSetPassword.cshtml" /> <Content Include="ViewsManageVerifyPhoneNumber.cshtml" /> <Content Include="ViewsSharedLockout.cshtml" /> <Content Include="ViewsShared_LoginPartial.cshtml" /> <Content Include="ViewsPeopleCreate.cshtml" /> <Content Include="ViewsPeopleDelete.cshtml" /> <Content Include="ViewsPeopleDetails.cshtml" /> <Content Include="ViewsPeopleEdit.cshtml" /> <Content Include="ViewsPeopleIndex.cshtml" /> </ItemGroup> <ItemGroup> <Folder Include="App_Data" /> </ItemGroup> <ItemGroup> <Content Include="fontsglyphicons-halflings-regular.woff" /> <Content Include="fontsglyphicons-halflings-regular.ttf" /> <Content Include="fontsglyphicons-halflings-regular.eot" /> <Content Include="packages.config" /> <None Include="Project_Readme.html" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Migrations511050140371_Initial.resx"> <DependentUpon>201511050140371_Initial.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Migrations511051901251_AlternateText.resx"> <DependentUpon>201511051901251_AlternateText.cs</DependentUpon> </EmbeddedResource> </ItemGroup> <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)MicrosoftVisualStudio $(VisualStudioVersion)</VSToolsPath> </PropertyGroup> <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" /> <Import Project="$(VSToolsPath)WebApplicationsMicrosoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> <Import Project="$(MSBuildExtensionsPath32)MicrosoftVisualStudio 10.0WebApplicationsMicrosoft.WebApplication.targets" Condition="false" /> <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'"> <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" /> </Target> <ProjectExtensions> <VisualStudio> <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> <WebProjectProperties> <UseIIS>True</UseIIS> <AutoAssignPort>True</AutoAssignPort> <DevelopmentServerPort>56246</DevelopmentServerPort> <DevelopmentServerVPath>/</DevelopmentServerVPath> <IISUrl>http://localhost:56246/</IISUrl> <NTLMAuthentication>False</NTLMAuthentication> <UseCustomServer>False</UseCustomServer> <CustomServerUrl> </CustomServerUrl> <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> </WebProjectProperties> </FlavorProperties> </VisualStudio> </ProjectExtensions> <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> -->

</Project>

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote