按照Form类型

搜索历史

    关键字:“Application”
    检索结果:23 条记录(耗时 2 毫秒)
    • GUESTBOOK示例程序源码

      一、源码描述环境:VS2022sql2019二、功能介绍ASP.NETMvc+NHibernate+UnityApplicationBlock示例程序今天无意间看到了UnityApplicationBlock(以下简称Unity),感觉很不错,用起来挺方便的说。于是一时兴起写了这个留言本的小示例。数据库操作采用的NHibernate,UI直接用的ASP.NETMvc了。项目基于VS2010+SQLServer2005,就一个表的增删改查操作很简单。目的是为了体验下Unity的Ioc功能。项目只是演示使用,未建立公共类和配置项抽象出来等工作,各个项目如下:Guestbook.Biz业务层,具体业务实现。这里只实现了增删改查Guestbook.Dal持久层,基于NHibernate的ORM映射。实现增删改查Guestbook.IBiz业务层接口,给UI引用实现解藕。UI层不直接引用具体业务类,实现面向接口Guestbook.IDal持久层接口,给Biz引用实现解藕。方便更换不同数据库持久类(PS;虽然NHibernate已经可以支持多库,这里纯为了娱乐)Guestbook.Model持久实

      免费
      立即下载
    • WINFORM一种UI应用的开发方式

      Winform一种UI应用的开发方式

      • 关键字: 开发方式
      • 上架时间: 2024-07-24
      • 浏览次数: 329
      免费
      立即下载
    • CODEINJECT代码注入源码

      CodeInject代码注入源码源码描述:CInject(orCodeInject)允许直接往托管的代码中注入代码,而无需反编译。可在单个或者多个方法中注入你要执行的代码。使用CInject时你无需了解目标应用的细节,你通过注入来轻松对应用功能进行改造.ProvidesruntimeintelligencesuchasValuesofargumentstothecalledfunctionObjectlifetimeofamethod/variablescalledwithinthemethodAllowscustomizationofloggingordiagnosticsAllowsextensionofinjectorstotailoryourownsolutionastheneedbeMeasurethemethodexecutiontimetocheckperformanceBuildyourownpluginsusingCInjectinformationCInjectsupportsbuildingyourownpluginsThepluginreceivesinform

      免费
      立即下载
    • WPF迷你计算器源码

      WPF迷你计算器源码源码描述:用WPF做的一个简易小型计算器,感兴趣的用户可以下载完善它。MiniCalciIBuildupasmallcalculatorapplicationusingWindowsForm.Bygoingthroughthis,begginerscanknowhowsimpleistobuildaapplication.Moreoveritsveryeasyandconvenient.Throughthissample,wecanunderstanghowthebuttonworks.Howweprogramabuttonandknowaboutitsproperties.Therearesomelimitations.Userwillnotgetcorrectanswerforhighernumbers.Youwillalsogettoknowsomebasicfunctionimplementationlikefordatatypesconversion.

      • 关键字: 计算器 wpf
      • 上架时间: 2023-05-18
      • 浏览次数: 4003
      免费
      立即下载
    • GONES.AUTOUPDTE客户端升级工具

      为客户端软件提供远程在线升级接口,可快速集成到现有CS软件中

      • 关键字: 升级工具
      • 上架时间: 2023-05-05
      • 浏览次数: 97
      免费
      立即下载
    • MVC+EF框架代码优先示例源码

      MVC+EF框架代码优先示例源码源码描述:ASP.NETMVC应用程序中使用实体框架代码优先学习源码AVisualStudioprojectwhichshowshowtousetheEntityFrameworkinanASP.NETMVCwebapplicationproject,usingtheCodeFirstdevelopmentapproach.Thecodeillustratesthefollowingtopics:Creatingadatamodelusingdataannotationsattributes,andfluentAPIfordatabasemapping.PerformingbasicCRUDoperations.Filtering,ordering,andgroupingdata.Workingwithrelateddata.

      免费
      立即下载
    • C#单词填字游戏源码

      C#单词填字游戏源码源码描述:本文介绍了一个简单的应用程序,可以将一个单词列表,可以从右到左或右矩阵的一个语言填字游戏。Thisarticledescribesasimpleapplicationthatcanplacealistofwords,ineitherright-to-leftorleft-to-rightlanguageinamatrix,asacrossword.Acrosswordisawordpuzzlecreatedfromagridofwhiteandblacksquares,placingwordshorizontallyandverticallyonthesesquareswhileeachtwowordswhichcrosseachotherrequirehavinganidenticalletterattheplacetheyarecrossed.Theapplicationdescribedandincludedinthisarticleisusefulwheneverthereisaneedtocreateamechanismwhichwillplac

      免费
      立即下载
    • C#定时关机小工具源码

      C#定时关机小工具源码项目描述C#编写的一个定时关机小工具用到的类有Timer,TimeSpan,DateTime还有线程完成的这个关机小工具Ihaveusedvarioustechniquesinthisapplicationthatcanbeusefulforbeginnersandintermediateprogrammers.BeforeIstartexplainingthepartsoftheprogram,youhavetoknowsomevariables'namesandmeaningsusedintheprogram.AutoShutDateTime:aglobalvariableoftypeDateTimethatholdstheDateandTimeofAutomaticShutdownselectedbytheuser.AutoShutTimeSpan:aglobalvariableoftypeTimeSpanthatholdsthedifferencebetweenAutoShutDatTimeandSystem.DateTime.Now.欢迎感兴趣的用户下载

      免费
      立即下载
    • XHAJAX聊天室源码

      源码描述源码采用jquery无刷新聊天回复,相关记录保存到sql2005数据库。很经典的一个聊天室源码。TheprojectillustrateshowtodesignasimpleAJAXwebchatapplication.WeusejQuery,ASP.NETAJAXatclientsideandLinqtoSQLatserverside.Inthissample,wecouldcreateachatroomandinvitesomeoneelsetojoinintheroomandstarttochat.源码开源供广大爱好者学习参考。

      • 关键字: 聊天室 AJAX
      • 上架时间: 2023-01-31
      • 浏览次数: 4604
      免费
      立即下载
    • MVC3统计登录在线人数源码

      3、在Session失效、用户登出、浏览器关闭的情况触发,全局的会话函数进行对全局变量Application[count]进行累减1的操作。

      免费
      立即下载