|
|
Yura
Yura
 |
|
Stories submitted by friends of Yura
|
|
submitted by
ccook
13 hours, 36 minutes ago
charlesrcook.com — I find recursive expression to be really useful. They are particularly handy when dealing with parent child relationships. As a demonstration, see a potential method for generating a site map below: read more...
add a comment
|
category: C# | Views: 6
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 hours, 48 minutes ago, submitted by
shaharyr
1 day, 21 hours ago
dev102.com — Url Routing has become a very common these days. In fact, at least among the websites I visit, it has become more common than not routing urls. Url Routing is part of the ASP.Net framework, both MVC and WebForms, that lets you easily rewrite and map your urls to make them look nicer and be more serach engine friendly.
read more...
add a comment
|
category: ASP.NET | Views: 81
|
|
tags:
MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ccook
3 days, 22 hours ago
blog.codeville.net — So you can use ASP.NET MVC’s model binding conventions to implement a list editor where the user can dynamically add and remove items. Great! But how can you let the user control the order of the items? For example, when editing a list of actors in movie, the user might want to move the most famous actor up to the top of the list. read more...
add a comment
|
category: MVC | Views: 15
|
|
tags:
MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
4 days 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: 13
|
|
tags:
Performance, WCF, WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mosessaur
4 days, 17 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 4 days, 10 hours ago, submitted by
mosessaur
4 days, 18 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: 142
|
|
tags:
ASP.NETAJAX, ASPNETAJAX, Encosia, AJAX, mosessaur | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ccook
4 days, 18 hours ago
predicatet.blogspot.com — The new c# compiler allow us to write very clean and simplified property declaration, that avoid us to declare the private member and the get/ set accessors. here is the snippet (just do "prop TAB TAB" in visual studio 2008)
Here is what to do when you need a default value for your property : Just use our good old attributes:
read more...
add a comment
|
category: C# | Views: 15
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
5 days, 17 hours ago
dotnetperls.com — If you have ever considered using SortedDictionary, be careful. It has worse algorithmic performance than Dictionary. Here we see examples and how bad it really is. read more...
add a comment
|
category: C# | Views: 10
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ccook
6 days, 10 hours ago
charlesrcook.com — On ignoring embedded views within a class library when a view is within the Views folder. read more...
add a comment
|
category: MVC | Views: 5
|
|
tags:
MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
ccook
8 days, 12 hours ago
charlesrcook.com — Unifico has a few paging helpers to make service methods easily paged from a client. Essentially the framework makes consuming a page request object as simple as calling .ToList() on an IQueryable source. The object, the PageRequest, has two collections, Filters and Sorts with several constructors to make instantiation easy. The collections are rather straight forward, providing filtering and sorting ability on a paging source. The uniqueness comes from the ability to request multiple filters and sorts together, along with a paging request. This request is then execute on the IQueryable source, so if DLINQ is used, results in exactly two database hits. A COUNT statement is executed to find out how many pages there are, and a single select statement providing the paged results. This is all done without exposing LINQ or IQueryable to the service's client. read more...
add a comment
|
category: C# | Views: 6
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ccook
8 days, 19 hours ago
jtleigh.com — CopySourceAsHtml is an add-in for Microsoft Visual Studio 2008 that allows you to copy source code, syntax highlighting, and line numbers as HTML. CSAH uses Visual Studio's syntax highlighting and font and color settings automatically. If Visual Studio can highlight it, CSAH can copy it, and your source should look the same in your browser as it does in your editor. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
simonech
9 days 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
10 days, 8 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: | |
|
|
|
|

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