1,082 posts tagged .net programming
Subscribe-
Liferay Portal Enterprise Intranets
http://freebooksource.com/ ?p=11870Jonas X Yuan “ Liferay Portal Enterprise Intranets ” Packt Publishing | 2008-04-30 | ISBN: 1847192726 | 408 pages | PDF | 7,5 Mb Random PostsVibrational Spectra and Structure: Molecular Approach to SolidsL. D. Landau and E. M.
-
Integrating Enterprise Library 3.1 Configuration Tool in Visual Studio 2008
http://blog.briandicroce.com/ 2008/ 05/ 16/ integrating-enterprise-library-31-co…I’m getting my hands dirty with Enterprise Library for the first time and we’re currently targeting EntLib v3.1 with Visual Studio 2008. At first I was editing the configuration files by hand, but then after reading the documentation, I found out that there’s a Configuration Tool that’s shipped with
-
Global.asax in ASP .NET
http://july-code.blogspot.com/ 2008/ 05/ globalasax-in-asp-net.htmlThe Global.asax, which also known as ASP .NET application file, is located in the root directory of an ASP .NET application. This file contains codes that are executed in response to application-level and session-level events rose by ASP .NET or by HTTP modules.
-
WALK IN AT MUMBAI- Sr. IE/Sr. Developer, Java/J2EE- 17th May
http://www.hotwalkins.com/ ?p=248Uniken Systems Pvt. Ltd. Experience: 3 - 5 Years Location: Mumbai Compensation: Pl apply on careers@uniken .com and get the venue confirmed Education: UG - B.Tech/B.E. - Computers PG - Any PG Course - Any Specialization Industry Type: IT-Software/ Software Services Functional Area: Application
-
The Best Qualities of a Great Developer
http://www.simplecoder.com/ blog/ ?p=61A great developer: . . . confesses lack of knowledge immediately when asked an apparently basic question he doesn’t know, followed by genuine interest . . . hires people who are smarter than him, and makes sure they know that . . . Googles for source code fearlessly in front of others . . .
-
Splitting a Generic List into Multiple Chunks
http://www.chinhdo.com/ 20080515/ chunking/“Chunking” is the technique used to break large amount of work into smaller and manageable parts. Here are a few reasons I can think of why you want to chunk, especially in a batch process where you have to process large number of items: Manage/minimize peak memory requirement.
-
WARNING: LINQ to SQL SelectMany() - caveat emptor
http://syncor.blogspot.com/ 2008/ 05/ warning-linq-to-sql-selectmany-caveat.htmlI have some code that tries to determine if a grandparent record has any grandchildren; it looks something like this. Grandparent.Parent.SelectMany(p => p.Children).Count(); This works fine the first time it is called and I see the correct SQL output. The next time I call it I get the correct values but no SQL.
-
Got DinnerNow working at last!!
http://patrickyong.net/ 2008/ 05/ 16/ got-dinnernow-working-at-last/DinnerNow is a cool sample application that is complex and huge enough to showcase all the latest Microsoft Windows Application Platform technologies. It is also a good example on how to put Software plus Service vision to work here. You can download the latest v2.5 version from Codeplex website.
-
VS 2008: Windows SDK 6.0 Needed for WCF "Service Configuration Editor" Utility
http://vladsnotes.hrybok.com/ PermaLink,guid,0de04deb-9ef1-4bd1-afc9-c642af7f759…After installing Visual Studio 2008 on a new machine and starting playing with a simple Windows Communication Foundation project, I attempted to change service's WCF settings using WCF Service Configuration Editor utility (SvcConfigEditor.exe). However, I got the "Windows SDK is not installed correctly" error.
-
Source Code conversion as part of a Build Process
http://www.mt-soft.com.ar/ 2008/ 05/ 15/ source-code-conversion-as-part-of-a-bui…Source Code conversion as part of a Build Process Posted in May 15th, 2008 by admin in ASP, Programming If you’re like me, you want a particular piece of code in your particular language. For example, a lot of people want the Club Starter Kit 2.0, 3.0 in C# since it has been written in VB.