首页 新闻 赞助 找找看
5
回答数

回答被采纳 5 c#的 EF 怎么能一次性取出多个无相关的表数据

SQL :select × from A select × from B select × from C ADO.NET 会返回DataSet数据集,EF 如何实现???? EF 如何一次取出3张表数
3
回答数

回答被采纳 wcf使用MSMQ 寄宿在iis,在iis禁用重启之后不能接受队列的消息?

wcf使用MSMQ 寄宿iis,在iis禁用重启之后不能接受队列的消息是怎么回事? 现在好像是需要重新访问一下服务才能激活相应的监听程序,取到队列里的值,这个有解决的办法吗??
6
回答数

回答被采纳 10 EF CodeFirst

今天做了一个实验 public class Class1 { public string ID { get; set; } public List<string> List { get; set; }
2
回答数

回答被采纳 20 c# 自动执行问题

System.Timers.Timer t = new System.Timers.Timer(300000); t.Elapsed += new System.Timers.ElapsedEvent
3
回答数

回答被采纳 C#中用MVC或者webform

利用 npoi从excel导入到数据库 导出excel,求案例
1
回答数

回答被采纳 5 WCF服务同一个服务部署到多个端口的好处?

Channel.LocalAddress.Uri.Port 如题。求简单介绍 以及资料链接,谢谢!
5
回答数

回答被采纳 5 Attribute 缓存

能不能实现一个CacheAttribute: [CacheAttribute] public int GetData(string str) { } 第一次调用方法的时候,执行方法逻辑,并将方法返回的
4
回答数

回答被采纳 为什么我一按debug visual studio的控制台就一闪而过,运行不出来想要的结果?是visual studio2012的问题吗

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threa