9eFish - 最新发布的文章
1
臭虫

Windows 7 FTP Application - CodeProject

xgluxvxgluxv 发表于 4 天, 10 小时, 39 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Friday, February 05, 2010 1:24:20 AM GMT
Email Password Remember me?  Lost your password?HomeArticlesQuick AnswersMessage BoardsJob BoardCatalogHelp!LoungeSoapboxDownload Source CodeDownload Executable File  Contents   IntroductionExternal LibrariesWhat Does this have to do with Windows 7? TaskBarManager.csApplication Overview Log in Form - frmLoginMain Form - frmMain Important ControlsRename Form - frmRename VariablesConstructorRenaming the FileNew Folder Form - frmNewFolder Refresh DirectoryDownload Form - frmDownload What frmDow... (more)
类别: Smart Client | 点击: 0 | 评论 | | 源: www.codeproject.com
标签: C#, FTP
1
臭虫

Thread-safe priority queue in c# - CodeProject

xgluxvxgluxv 发表于 4 天, 10 小时, 40 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Friday, February 05, 2010 1:23:12 AM GMT
Few months ago, I have a project to develop SMS notification gateway center, capable to prioritize incoming messages from few sources, and send them to mobile operators. In the heart of this system, I've had decide to build my own component for queuing and prioritization. So I've start to search in internet some code to implement required for my case functionality - prioritized queue. (more)
类别: Foundation | 点击: 0 | 评论 | | 源: www.codeproject.com
标签: queue, Thread-safe
1
臭虫

Real World S#arp Architecture - Billy McCafferty - Devlicio.us - Just the Tasty Bits

xgluxvxgluxv 发表于 4 天, 10 小时, 41 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Friday, February 05, 2010 1:21:53 AM GMT
Sign in | Join | Help  Do you twitter? Follow us @devliciousBilly McCaffertyHomeContactSponsorsThe LoungeSyndicationRSS for PostsAtomRSS for CommentsEmail NotificationsGoRecent PostsReal World S#arp ArchitectureYour First S#arp Project in 15 MinutesOffsetting Your Bad Code FootprintS#arp Architecture 1.0 2009 Q3 with NHibernate 2.1.1 GA ReleasedDependency Injection 101Tags.NETAgile DevelopmentAlgorithmsArchitectureASP.NETC#Castle ProjectContestsDDDDeepThoughtsByJackHandeyDevelopment T... (more)
类别: Foundation | 点击: 0 | 评论 | | 源: devlicio.us
标签: S#arp
1
臭虫

ATL.NET Tools – The Videos - Ohad's Blog

xgluxvxgluxv 发表于 4 天, 10 小时, 42 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Friday, February 05, 2010 1:20:55 AM GMT
ATL.NET Tools – The Videos About a week ago I've participated in the first meeting of ALT.NET Tools session in Israel, the session was pure fun, we grouped together a bunch of geeks in one conference room to speak about tooling that can make developer’s live easier. We had several interesting sessions over the meeting with lots of cool tools… some common ones and some are products of newly startup companies. By the middle of the meeting we had lots of pizzas in complementary from our host Delver or by... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: Videos
1
臭虫

Patterns for Great Architecture « Ramani Sandeep's Blog

xgluxvxgluxv 发表于 5 天, 20 小时, 55 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Wednesday, February 03, 2010 3:07:52 PM GMT
« Cascading DropDownLists With ASP.NET and jQueryMultiSelect Dropdown in ASP.NET »Patterns for Great Architecture Posted by Ramani Sandeep on January 28, 2010 These concepts can be applied to any Application which is a good candidate for a SaaS application. Contents:SaaS- IntroductionSaaS -ChallengesSaaS -Solution to challengesSaaS- Introduction A SaaS application can be defines as any “Software deployed as a service and accessed using internet technologies”. In order to realize a SaaS solution ... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: ramanisandeep.wordpress.com
标签: Patterns
1
臭虫

Performance: Using LCG to copy property values of two objects

gpeipmangpeipman 发表于 3 天, 17 小时, 43 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Friday, February 05, 2010 6:20:18 PM GMT
Today I gave last performance boost to my property values copying mechanism. I would like to thank my readers Ron and David to remind me Lightweight Code Generation (LCG) and pointing me out aussie bloke blog entry Generic copy object using Lightweight Code Generation. In this posting I will show you last performance boost and put down a summary about my experiment this far. (more)
类别: Foundation | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: .net, C#, lcg, performance
1
臭虫

ASP.NET MVC Performance I: Combining resources

gpeipmangpeipman 发表于 2 天, 21 小时, 55 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Saturday, February 06, 2010 2:08:19 PM GMT
I wrote a small postings series about how to optimize ASP.NET MVC applications. This posting is small introduction to series and it also introduces first two optimization steps: resources and images combining. (more)
类别: Web Form | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: asp.net, MVC, optimization, performance
1
臭虫

ASP.NET MVC Performance II: Optimizing resources

gpeipmangpeipman 发表于 2 天, 2 小时, 23 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Sunday, February 07, 2010 9:40:29 AM GMT
In my previous posting about ASP.NET MVC performance I showed you how to combine resources like scripts, style sheets and images. In this posting I will show you how to minimize resources so we don’t waste the bandwidth we got. (more)
类别: Web Form | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: asp.net, MVC, optimization, performance
1
臭虫

Writing object to object mapper: first implementations

gpeipmangpeipman 发表于 1 天, 23 小时, 35 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Sunday, February 07, 2010 12:27:39 PM GMT
I wrote some object to object mapping code and introduced it in some of my previous postings about performance. As I received 22x performance raise when trying out different mapping methods it is now time to make my code nice. In this posting I will show you how I organized my code to classes. Yes, you can use my classes in your work if you like. (more)
类别: Web Form | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: .net, C#, object to object mapping, performance
1
臭虫

Using FullCalendar jQuery component with ASP.NET MVC

gpeipmangpeipman 发表于 5 天, 18 小时, 28 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Wednesday, February 03, 2010 5:35:30 PM GMT
I found very good jQuery component called FullCalendar. My special favorites are agenda views because they make this calendar really useful in business applications. In this posting I will show you how to use FullCalendar with ASP.NET MVC. (more)
类别: Web Form | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: asp.net, fullcalendar, JQuery, MVC
1
臭虫

SOLVED: Error 1053 / EventType clr20r3 when trying to start a Windows Service

rtpHarryrtpHarry 发表于 1 天, 10 小时, 38 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Monday, February 08, 2010 1:24:39 AM GMT
If you have seen errors when trying to deploy your Windows Service that have error 1053 and cryptic codes starting with EventType clr20r3 in your Event Log then this is your solution! (more)
类别: Architecture | 点击: 0 | 评论 | | 源: runtingsproper.blogspot.com
标签: bugfix, runtime error, Windows Service
1
臭虫

Performance: Using dynamic code to copy property values of two objects

gpeipmangpeipman 发表于 6 天, 12 小时, 6 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Tuesday, February 02, 2010 11:56:58 PM GMT
Last year I wrote short posting about how to use LINQ to find matching properties of two objects. In this posting I will show you how to copy values from one object to another and how to boost up performance so you can use this strategy also on in servers under heavy load. (more)
类别: Foundation | 点击: 1 | 评论 | | 源: weblogs.asp.net
标签: .net, Linq, performance, reflection
1
臭虫

Windows Azure Tools and SDK 1.1 (February 2010)

gpeipmangpeipman 发表于 6 天, 21 小时, 59 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Tuesday, February 02, 2010 2:03:56 PM GMT
With Windows Azure official launch there is available new version of Windows Azure Tools and SDK 1.1. Also there are updated and new sample applications available in MSDN Code Library. (more)
类别: Foundation | 点击: 1 | 评论 | | 源: weblogs.asp.net
标签: windows azure
1
臭虫

Linking jQueryUI DatePicker and FullCalendar

gpeipmangpeipman 发表于 7 天, 1 小时, 7 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Tuesday, February 02, 2010 10:55:56 AM GMT
In one of my sample projects I wrote simple calendar solution. Users can select dates from calendar and see what events they have on selected days. I used jQueryUI DatePicker and FullCalendar components. In this posting I will show you how to link them together. (more)
类别: Web Form | 点击: 1 | 评论 | | 源: weblogs.asp.net
标签: datepicker, fullcalendar, JQuery, JQuery UI
1
臭虫

Technical Jargon » Linq to Sql and ASP.NET MVC – DataContext Per Request

xgluxvxgluxv 发表于 7 天, 19 小时, 34 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Monday, February 01, 2010 4:29:10 PM GMT
This is the first in a series of posts about using Linq to Sql with ASP.NET MVC. Part 1 – DataContext Per RequestPart 2 – AutoCommit and the RoutePreParser When using an ORM tool within a web application, it’s often common to scope a unit of work to the lifetime of an HTTP Request. If you’re using Linq to Sql and ASP.NET MVC, you can achieve this by using an Inversion of Control container in conjunction with an ActionFilter. For this example, I’m going to be using the StructureMap IoC container al... (more)
类别: Foundation | 点击: 1 | 评论 | | 源: www.jeremyskinner.co.uk
标签: asp.net mvc, LINQ to SQL
1
臭虫

View Model pattern and AutoMapper in ASP.NET MVC Applications - Shiju Varghese's Blog

xgluxvxgluxv 发表于 7 天, 19 小时, 37 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Monday, February 01, 2010 4:25:44 PM GMT
In real world ASP.NET MVC applications, we have to use model objects specially designed for our ASP.NET MVC views. Domain objects are designed for the needs for domain model and it is representing the domain of our applications. On the other hand, View Model objects designed for our needs for views. The below is the domain model of our demo   We have a Contact domain entity that has a association with Contact Group. While we creating a new Contact, we have to specify that in which contact... (more)
类别: Foundation | 点击: 1 | 评论 | | 源: weblogs.asp.net
标签: asp.net mvc, AutoMapper
1
臭虫

Free Mind » CV 课程 Project:简单验证码的识别

RiverRiver 发表于 8 天, 3 小时, 15 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Monday, February 01, 2010 8:47:37 AM GMT
验证码的识别可以说是一个非常困难的问题,更何况现在有一些验证码让人来辨认都有些不容易,当然正如我标题里说的,我这里讨论的是一种简单的验证码,具体来说就是经过旋转、缩放之后再加上一些随机线条作为干扰而得到的图片,如右图所示。其实这个问题最开始是 MSTC 第四届趣味程序设计竞赛中的一道题,这个学期上了一门《计算机视觉》课,最后要求交一个 Project ,老师给了一些题目,也可以自己想主题,于是我就定了这个主题。 由于最近各种 deadline ,我也没空把详细过程再用 blog 的方式写一遍了,如果感兴趣可以直接看我的 Report 文档以及完整的代码。 其实这个问题我在当时趣味程序设计竞赛的时候就尝试解决过,不过我当时用的办法是 PCA ,事实上,我尝试了 PCA 、LPP 以及 NPE ,从各种 paper 上还有理论推导中的道理来看,似乎都是后两者要更加先进一些,然而结果却是 PCA 最好,当时就令我有些诧异。其实我一直以来都有一些极端的“理想”,就是总希望有那么一些非常“自动化”或者“傻瓜化”的方法,把问题放进去就能得出结果,例如我在中学的时候凡是遇到几何题,几乎都是首先尝试建立坐标系用解析... (more)
类别: Smart Client | 点击: 1 | 评论 | | 源: blog.pluskid.org
标签: image processing, 图像处理,识别
1
臭虫

.NET Framework 4.0: Comparing LINQ and PLINQ performance

gpeipmangpeipman 发表于 8 天, 15 小时, 5 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Sunday, January 31, 2010 8:57:49 PM GMT
In one of my sessions I demonstrated how PLINQ uses two CPU-s instead of one and has better performance than non-parallel processing. In this posting I will introduce my experiment and show you my example results. In the end of this posting you can find source code that is ready for demonstration. (more)
类别: Foundation | 点击: 1 | 评论 | | 源: weblogs.asp.net
标签: .Net Framework 4.0, plinq
1
臭虫

Context and Best Practices - Jimmy Bogard - Los Techies : Blogs about software and anything tech!

xgluxvxgluxv 发表于 7 天, 19 小时, 32 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Monday, February 01, 2010 4:30:41 PM GMT
Printer Friendly Version Last night, I had a Skype/SharedView session with a buddy in Arkansas trying to apply DDD and “best practices” to an application he was building.  He wanted to use all the ALT.NET tools he’s heard so much about, such as NHibernate, StructureMap and so on.  The problem came when he went to go look at the sample applications for “Floogle Architecture”, and was basically stopped dead in his tracks.  His question to me was, “do I really have to do all this?  It seems like a little... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: www.lostechies.com
标签: Best Practices
1
臭虫

Rendering ASP.NET Script References into the Html Header - Rick Strahl's Web Log

xgluxvxgluxv 发表于 7 天, 19 小时, 39 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Monday, February 01, 2010 4:24:17 PM GMT
One thing that I’ve come to appreciate in control development in ASP.NET that use JavaScript is the ability to have more control over script and script include placement than ASP.NET provides natively. Specifically in ASP.NET you can use either the ClientScriptManager or ScriptManager to embed scripts and script references into pages via code. This works reasonably well, but the script references that get generated are generated into the HTML body and there’s very little operational control for placemen... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: www.west-wind.com
标签: asp.net, Script References
Previous 1 2 3 4 5 6 7 8 9 10 ... 59 60 Next