|
|
bradsjm
bradsjm
 |
|
Stories kicked by bradsjm
|
|
submitted by
misbaharefin
6 months, 13 days ago
dotnethitman.spaces.live.com — Congratulations to the Enterprise Library Team for their release of Enterprise Library 4.0. A few enhancements and bug fixes in this release, but most importantly it comes with Unity IoC Integration. read more...
add a comment
|
category: Patterns | Views: 20
|
|
tags:
EnterpriseLibrary, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 2 days ago, submitted by
Vort3X
7 months, 3 days ago
objectreference.net — I develop for a large, high-availability website, with hundreds of thousands of daily users. As such, we need to cache a lot of data in our web-server memory (which is cheap) to save numerous hits to our main database cluster (which is very expensive). I would imagine the desire to improve performance by saving on database hits is common across many web applications – and caching frequently used data is often seen as one of the best ways to solve this problem. read more...
6 comments
|
category: C# | Views: 64
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bradygaster
7 months, 4 days ago
agilemodeling.com — Contrary to popular belief, architecture is an important aspect of agile software development efforts, just like traditional efforts, and is a critical part of scaling agile approaches to meet the real-world needs of modern organizations. But, agilists approach architecture a bit differently than traditionalists do. read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 3 months ago, submitted by
fatdaveh
2 years, 3 months ago
geekzilla.co.uk — I used several dodgy ways of handling hierarchical structures in my apps before coming across this handy snippet. read more...
1 comment
|
category: ADO.NET | Views: 0
|
|
tags:
GeekZilla, SQL, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 3 months ago, submitted by
marcos
2 years, 3 months ago
coolthingoftheday.blogspot.com — "This is a very cool threading online reference and freely downloadable e-book (PDF). Using C# for its examples, in 76 pages it covers basic synchronization, locking, BackgroundWorker, async delegates and more."
Via: http://coolthingoftheday.blogspot.com read more...
1 comment
|
category: Tips & Tricks | Views: 10
|
|
tags:
eBook, PDF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 3 months ago, submitted by
madskristensen
2 years, 3 months ago
madskristensen.dk — The first thing we need to do is to add encryption to the ViewState. This is done by editing the web.config only. To further enhance the security ASP.NET can add another level of encryption based on the actual user. read more...
add a comment
|
category: ASP.NET | Views: 2
|
|
tags:
MadsKristensen | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 3 months ago, submitted by
marcos
2 years, 3 months ago
filehelpers.sourceforge.net — A lot of new features and the most important: The RunTime Records are ready !!!
The FileHelpers are an easy to use library to import/export data from fixed length or delimited records in files, strings or streams. read more...
1 comment
|
category: C# | Views: 0
|
|
tags:
FileHelpers, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
marcos
2 years, 4 months ago
vmware.com — I love Trac as SCM because it integrates directly with the Subversion repository and full support the agile methodology.
Now thanks to the guys of VmWare you can download a the Free VmWare player http://www.vmware.com/download/player/ and run your linux box inside windows for free.
And of course you can move it from machine to machine in your pen drive =) the best part, isn't ? read more...
1 comment
|
category: Open Source | Views: 80
|
|
tags:
OpenSource, TDD, Testing, VMWare, Subversion | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
crpietschmann
2 years, 4 months ago
pietschsoft.com — I just uploaded a new release of my ASP.NET 2.0 Virtual Earth v3 mapping Server Control. The download contains a Visual Studio 2005 solution that contains the source code for the server control dll and a sample website that uses the control. Enjoy! read more...
1 comment
|
category: ASP.NET | Views: 2
|
|
tags:
VirtualEarth, Mapping, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
crpietschmann
2 years, 4 months ago
dotnetjunkies.com — I have some WinForms applications that would benefit from having images and thumbnails (sometimes called thumbshots) of internet web pages and so I decided yesterday to have a look at how to approach this. read more...
add a comment
|
category: C# | Views: 3
|
|
tags:
Imaging, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
rjdudley
2 years, 4 months ago
scottwater.com — There is a bug in the URL Rewriting engine of ASP.NET 2.0. While not specific to Community Server, it maniftested itself more so in CS communities. Here, Scott Watermasysk presents a workaround. Links to the original problem are included. read more...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
ASP.NET, URL, 2.0, Rewriting, ScottWatermasysk | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
marcos
2 years, 4 months ago
tamirgal.com — This is a pure .NET implementation of the SSH2 client protocol suite.
The purpose of this project is to provide an easy API for reading/writing data to/from SSH channels and perform SFTP/SCP file transfers for .NET applications. read more...
add a comment
|
category: C# | Views: 96
|
|
tags:
SSH, OpenSource, Security | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
MarthaBass
2 years, 4 months ago
weblogs.asp.net — Scott Guthrie shares another trick with us, this time Server side comments. I had no idea they existed. "ASP.NET supports a little known feature called “server-side comments” that you can use to completely disable code/controls/html in a page. Server-side comments in ASP.NET are delimited using a <%-- --%> syntax." read more...
2 comments
|
category: ASP.NET | Views: 2
|
|
tags:
ASP.NET, ScottGuthrie | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
DamienG
2 years, 4 months ago
damieng.com — While .NET has a couple of URI classes they're pretty useless. They don't decode the various parts and you can't manipulate them either. Many projects I've seen (Subtext included) just try and manipulate them via strings which varying degrees of success.
Here's a pure C# .NET URL decoder that uses a regex I developed for performance based on a VBScript class I developed a while back. read more...
2 comments
|
category: C# | Views: 157
|
|
tags:
ASP.NET, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|