一、源码描述环境: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持久实
CodeInject代码注入源码源码描述:CInject(orCodeInject)允许直接往托管的代码中注入代码,而无需反编译。可在单个或者多个方法中注入你要执行的代码。使用CInject时你无需了解目标应用的细节,你通过注入来轻松对应用功能进行改造.ProvidesruntimeintelligencesuchasValuesofargumentstothecalledfunctionObjectlifetimeofamethod/variablescalledwithinthemethodAllowscustomizationofloggingordiagnosticsAllowsextensionofinjectorstotailoryourownsolutionastheneedbeMeasurethemethodexecutiontimetocheckperformanceBuildyourownpluginsusingCInjectinformationCInjectsupportsbuildingyourownpluginsThepluginreceivesinform
WPF迷你计算器源码源码描述:用WPF做的一个简易小型计算器,感兴趣的用户可以下载完善它。MiniCalciIBuildupasmallcalculatorapplicationusingWindowsForm.Bygoingthroughthis,begginerscanknowhowsimpleistobuildaapplication.Moreoveritsveryeasyandconvenient.Throughthissample,wecanunderstanghowthebuttonworks.Howweprogramabuttonandknowaboutitsproperties.Therearesomelimitations.Userwillnotgetcorrectanswerforhighernumbers.Youwillalsogettoknowsomebasicfunctionimplementationlikefordatatypesconversion.
MVC+EF框架代码优先示例源码源码描述:ASP.NETMVC应用程序中使用实体框架代码优先学习源码AVisualStudioprojectwhichshowshowtousetheEntityFrameworkinanASP.NETMVCwebapplicationproject,usingtheCodeFirstdevelopmentapproach.Thecodeillustratesthefollowingtopics:Creatingadatamodelusingdataannotationsattributes,andfluentAPIfordatabasemapping.PerformingbasicCRUDoperations.Filtering,ordering,andgroupingdata.Workingwithrelateddata.
C#单词填字游戏源码源码描述:本文介绍了一个简单的应用程序,可以将一个单词列表,可以从右到左或右矩阵的一个语言填字游戏。Thisarticledescribesasimpleapplicationthatcanplacealistofwords,ineitherright-to-leftorleft-to-rightlanguageinamatrix,asacrossword.Acrosswordisawordpuzzlecreatedfromagridofwhiteandblacksquares,placingwordshorizontallyandverticallyonthesesquareswhileeachtwowordswhichcrosseachotherrequirehavinganidenticalletterattheplacetheyarecrossed.Theapplicationdescribedandincludedinthisarticleisusefulwheneverthereisaneedtocreateamechanismwhichwillplac
C#定时关机小工具源码项目描述C#编写的一个定时关机小工具用到的类有Timer,TimeSpan,DateTime还有线程完成的这个关机小工具Ihaveusedvarioustechniquesinthisapplicationthatcanbeusefulforbeginnersandintermediateprogrammers.BeforeIstartexplainingthepartsoftheprogram,youhavetoknowsomevariables'namesandmeaningsusedintheprogram.AutoShutDateTime:aglobalvariableoftypeDateTimethatholdstheDateandTimeofAutomaticShutdownselectedbytheuser.AutoShutTimeSpan:aglobalvariableoftypeTimeSpanthatholdsthedifferencebetweenAutoShutDatTimeandSystem.DateTime.Now.欢迎感兴趣的用户下载
源码描述源码采用jquery无刷新聊天回复,相关记录保存到sql2005数据库。很经典的一个聊天室源码。TheprojectillustrateshowtodesignasimpleAJAXwebchatapplication.WeusejQuery,ASP.NETAJAXatclientsideandLinqtoSQLatserverside.Inthissample,wecouldcreateachatroomandinvitesomeoneelsetojoinintheroomandstarttochat.源码开源供广大爱好者学习参考。
3、在Session失效、用户登出、浏览器关闭的情况触发,全局的会话函数进行对全局变量Application[count]进行累减1的操作。
