|
|
deepakkapoor
deepakkapoor
 |
|
Stories submitted by friends of deepakkapoor
|
|
submitted by
pinaldave
2 days, 17 hours ago
blog.sqlauthority.com — I want to throw my above observation to all of you and want to get your feedback about that. Have you faced this situation or scenario? What is the solution some we want to execute SQL and OS commands in order? read more...
add a comment
|
category: Database | Views: 2
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 5 hours ago, submitted by
razamit
3 days, 9 hours ago
dev102.com — Here we are talking about filtering list items again :). read more...
add a comment
|
category: C# | Views: 294
|
|
tags:
notagain, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
3 days, 10 hours ago
weblogs.asp.net — "I had a WCF service where I wanted to be able to support over a hundred concurrent users, and while most of the service methods had small payloads which returned quickly, the startup sequence needed to pull down 200,000 records. The out of the box WCF service had no ability to support this scenario, but with some effort I was able to squeeze orders of magnitude performance increases out of the service and hit the performance goal." read more...
add a comment
|
category: Web Services | Views: 11
|
|
tags:
Performance, WCF, WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mosessaur
4 days, 3 hours ago
jankoatwarpspeed.com — I read somewhere (really can't remember where) that 2008 was a year without a good quality content when it comes to web development and design. I disagree. There were a plenty of extraordinary articles, tutorials, freebies... you name it. In fact, there were so many of them that "best of" list would be too long. Instead of specific articles, I'll give you the best blogs that I enjoyed reading in 2008 and that I will definitively follow in in the future. read more...
add a comment
|
category: Community | Views: 9
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 20 hours ago, submitted by
mosessaur
4 days, 4 hours ago
mosesofegypt.net — Back in September last year (2008), I posted a demo about Username Availability Validator Control. This control developed by the community on a contest initiated by Dave Ward on August 2008 as I remember. At that time the control was in beta.
On October 2008 the control was released to public on its first version. And finally I wrote a a very simple documentation on the project Wiki. read more...
add a comment
|
category: AJAX | Views: 141
|
|
tags:
ASP.NETAJAX, ASPNETAJAX, Encosia, AJAX, mosessaur | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
simonech
8 days, 10 hours ago
erikwynne.blogspot.com — In Douglas Adams book The Hitchhiker's Guide to the Galaxy, he tells how a supercomputer named Deep Thought worked to calculate the answer to Life, the Universe, and Everything. After 7½ million years, the supercomputer came up with the answer: 42. Unfortunately, no one could understand the answer because they didn't know the question.
Oslo is the same, and answer to a question nobody knows about. read more...
add a comment
|
category: Other | Views: 16
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
adminjew
9 days, 18 hours ago
ayende.com — This post is based on the transcript of a conversation between me and Luke Breuer, regarding the application of the Open Close Principle to the system architecture. The quoted sections are Luke's, and my own responses are shown underneath them. This is a different style from my usual posts, because this is a conversation, which was transcriptted and only slighted edited.
I hope that this would help all those who wanted to know more about what I meant about using OPC at the architecture level and how to structure systems where you only ever add new things. read more...
add a comment
|
category: Patterns | Views: 5
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
adminjew
9 days, 22 hours ago
ayende.com — We start by killing ViewData. I don't want it, and I want to fail hard if someone is trying to use it read more...
add a comment
|
category: ASP.NET | Views: 13
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
adminjew
9 days, 22 hours ago
ayende.com — I was just reviewing an application that was obviously built upon a lot of the best practices advice for using an NHibernate application. I am currently in the process of ripping apart much of that application and then putting it back together again.
This involve things like collapsing projects, removing abstractions and deleting tests. The main reason for that is quite simple, the architecture is too big for the application. We can create a much more stream lined application is we don't burden it with an architecture that is suitable for bigger and more complex applications. read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
adminjew
9 days, 22 hours ago
west-wind.com — As a publisher of a Help Creation tool in Help Builder, I’ve seen a lot of problems with people not being able to run their help files properly. Here’s the scenario: You go ahead and happily build your fancy, schmanzy Help File and deploy it to your customer or let your customers download them off the Internet directly. read more...
add a comment
|
category: Other | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
adminjew
9 days, 22 hours ago
udidahan.com — I’ve been consulting with a client who has a wildly successful web-based system, with well over 10 million users and looking at a tenfold growth in the near future. One of the recent features in their system was to show users their local weather and it almost maxed out their capacity. That raised certain warning flags as to the ability of their current architecture to scale to the levels that the business was taking them.
read more...
add a comment
|
category: C# | Views: 17
|
|
tags:
ASPNETMVC, Scalable, C#, REST | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
10 days, 11 hours ago
blogs.msdn.com — "In a blog post in November, I mentioned a feature called “Quick Search” - one of the code focused features of Visual Studio 2010. We have been lagging behind some in this area in the past and we wanted to focus on this as a key pillar for Visual Studio 2010. Today, I’d like to share some more details of our code focused development investments and features. " read more...
|
|
tags:
VisualStudio2010, TDD, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
10 days, 13 hours ago
weblogs.asp.net — "A little while ago I discovered how to run just a site as partial trust. It involves putting the hostedtrust.config file in the same directory as the web.config file. This works well for us, as it means we can add all the files we require to a project, which are all then added to SourceSafe. When we get the latest version, we also get all required files to run in partial trust." read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
Security, Hosted, ASP.NET, PartialTrust | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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