mountaineer

Stories kicked by mountaineer

Top 5 SQL System stored procedures every developer should know(dotnetcube.com)

submitted by dncdudedncdude(1350) 3 years ago

There are a number of documented and undocumented system stored procedures in MS SQL Server that are helpful for every web developer working with databases. From the developer’s perspective, here’s a list of 5 System stored procedures that are my favorite. read more...

1 comment |category: |Views: 1037

tags: another

MVP Tips from trenches Working with HttpContext (Part 2)(blog.vuscode.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 7 months ago

This is part 2 of blog post series presenting solutions to some common problems developers are facing implementing the MVP pattern in real world applications. read more...

add a comment |category: |Views: 18

tags: another

Rhino mocks - Some common scenarios(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years, 7 months ago

Part 2 of the Rhino mocks examples explaining a few of most common mocking scenarios read more...

add a comment |category: |Views: 131

tags: another

Follow the building of a Web 2.0 (ASP.NET) app - with Twitter(webthingsconsidered.com)

submitted by mountaineermountaineer(190) 5 years, 2 months ago

Beginning to chronicle the building out of an ASP.NET web app. Business and technology decisions/issues will be discussed, including a heavy dose of .NET related stuff. Participate in the discussion to help tune technology decisions. read more...

add a comment |category: |Views: 5

tags: another

ASP.NET Supervising Controller (Model View Presenter) From Schematic T(haacked.com)

submitted by QuiziqalQuiziqal(350) 5 years, 5 months ago

End-to-end walk-through of the process of implementing the Supervising Controller pattern in ASP.NET. Includes sample unit tests. read more...

add a comment |category: |Views: 97

tags: another

Top .NET Blogs(webthingsconsidered.com)

submitted by mountaineermountaineer(190) 5 years, 6 months ago

A list of top .Net blogs. read more...

4 comments |category: |Views: 382

tags: another

DataView for objects(teamjohnston.net)

submitted by mountaineermountaineer(190) 5 years, 7 months ago

Author presents a DataView-style construct for collections of arbitrary objects. This class allows an application to bind separate UI controls to different views of a single underlying object collection, possibly providing separate filtering and sorting for each control. read more...

add a comment |category: |Views: 65

tags: another