码迷,mamicode.com
首页 >  
搜索关键字:managed servicehost    ( 513个结果
SPRING IN ACTION 第4版笔记-第十一章Persisting data with object-relational mapping-002设置JPA的EntityManagerFactory(<persistence-unit>、<jee:jndi-lookup>)
一、EntityManagerFactory的种类 1.The JPA specification defines two kinds of entity managers: ? Application-managed—Entity managers are created when an appl ...
分类:移动开发   时间:2016-04-01 14:47:27    阅读次数:252
在.NET Core中使用MEF
(此文章同时发表在本人微信公众号“dotNET每日精华文章”,欢迎右边二维码来关注。) 题记:微软的可托管扩展框架也移植到.NET Core上了。 可托管扩展框架(Managed Extensibility Framework,MEF)是微软为大型应用程序(比如Visual Studio这样的东西)...
分类:Web程序   时间:2016-03-23 00:46:07    阅读次数:201
IIS 8 下使用 WCF
按照以下步骤添加后,IIS8即支持WCF服务。 2. 然后在“Handler Mappings”中添加Managed Handler Request path: *.svc Type: System.ServiceModel.Activation.HttpHandler Name: svc-Inte
分类:其他好文   时间:2016-03-15 23:12:55    阅读次数:190
Using MEF to Set Up Dependency Injection
The Managed Extensibility Framework (MEF) is a built-in set of elements that allows you to “export” and “import” objects across projects that allows y
分类:其他好文   时间:2016-03-11 10:24:19    阅读次数:184
C#中的文件同步
How to: Synchronize Files by Using Managed Code FileSyncProvider Class File Synchronization Provider Sample Introduction to Microsoft Sync Framework F
分类:Windows程序   时间:2016-02-16 18:41:52    阅读次数:192
DAC Usage3:Monitor Data-tier Applications
If you deploy a DAC to a managed instance of the Database Engine, information about the deployed DAC is incorporated into the SQL Server Utility the n
分类:移动开发   时间:2016-02-03 20:05:46    阅读次数:193
Windows10(UWP)下的MEF
前言最近在帮一家知名外企开发Universal Windows Platform的相关应用,开发过程中不由感慨:项目分为两种,一种叫做前人栽树后人乘凉,一种叫做前人挖坑后人遭殃。不多说了,多说又要变成月经贴了。讲讲MEF。MEF全称Managed Extensibility Framework。我们...
分类:Windows程序   时间:2016-01-09 07:34:05    阅读次数:459
EJB3 EntityBean中EntityManager的管理类型
EJB中EntityManager的管理方式有两种:Container-managed EntityManager和Application-managed EntityManager即容器管理的EntityManager和应用管理的EntityManager在EJB中,EntityManager所进...
分类:其他好文   时间:2015-12-28 23:37:06    阅读次数:451
【转】托管代码和非托管代码的区别
【转】托管代码和非托管代码的区别什么是托管代码(managed code)? 托管代码是一microsoft的中间语言(IL),他主要的作用是在.NET FRAMEWORK的公共语言运行库(CLR)执行代码前去编译源代码,也就是说托管代码充当着翻译的作用,源代码在运行时分为两个阶段: 1.源代码编....
分类:其他好文   时间:2015-12-28 23:27:18    阅读次数:219
C# 实现播放RTSP 标准协议码流播放
http://www.codeproject.com/Articles/507218/Managed-Media-Aggregation-using-Rtsp-and-Rtphttp://www.streamcoders.com/http://net7mma.codeplex.com/http://...
分类:Windows程序   时间:2015-12-25 20:47:40    阅读次数:2284
513条   上一页 1 ... 27 28 29 30 31 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!