MarthaBass

Stories kicked by MarthaBass

SonicCast - Validation and Customizing Validation(scribesonic.com)

submitted by montymonty(2575) 4 years, 7 months ago

he topic of this SonicCast is validation, and I cover validation functionality provided by SubSonic, customizing SubSonic generated classes via partials and discuss how I customized SubSonic in my own attempt in emulating the Django/Rails validation style by implementing the open source .net Validation Everywhere project. read more...

add a comment |category: |Views: 44

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

The IoC mind set: Validation (ayende.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 7 months ago

Great approach for business validation. read more...

add a comment |category: |Views: 15

tags: another

Remove generated JavaScript from your pages(blog.madskristensen.dk)

submitted by tiernanotiernano(1674) 4 years, 7 months ago

One of the things that have always seemed a little weird to me is that ASP.NET auto-generates JavaScript and injects it in the rendered HTML. The JavaScript is needed to handle validation, postbacks, callbacks etc. but why does it have to write the same static functions when it could just as well be placed in a referenced .js file? If all the static functions where placed in an external .js file, it would be downloaded once instead of every time a page loads. read more...

add a comment |category: |Views: 16

tags: another

The expando attribute(blog.madskristensen.dk)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 7 months ago

It can set JavaScript properties on any element you would normally reference with document.getElementById(‘elementID’). That means you can control the state of your HTML elements from the code-behind in a very easy manor. It also means you can control HTML elements that don’t have a runat=”server” attribute. read more...

add a comment |category: |Views: 44

tags: another

How An Open Source Developer Transitioned To .Net(keithelder.net)

submitted by drmohundrodrmohundro(374) 4 years, 7 months ago

Keith Elder shares his story on how and why he switched from LAMP (php, apache, etc) development over to .NET. read more...

2 comments |category: |Views: 7

tags: another

Version Control and “the 80%”(blog.red-bean.com)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

Ben Collins-Sussman, one of the original designers and developers of Subversion, discusses the challenge to keep Subversion simple yet practical. read more...

2 comments |category: |Views: 2

tags: another

MVP Pattern tutorial(blog.vuscode.com)

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

An example of how MVP pattern could be used read more...

1 comment |category: |Views: 3121

tags: another

Set Operations with C# Generics(jachman.wordpress.com)

submitted by JachmanJachman(530) 4 years, 7 months ago

C# Generics are powerful, but there are not many generic classes beyond List and Dictionary. Especially for Set Operations Generics are missing. That’s whay I created a small class for Set Operations called Set that contains the basic Set Operations, like Union, Intersect and Difference. read more...

1 comment |category: |Views: 63

tags: another

Crazy talk: Inline scripting and code-behind(blog.wekeroad.com)

submitted by jongallowayjongalloway(4380) 4 years, 7 months ago

Rob Conery says it's time to reconsider inline script in ASP.NET. read more...

2 comments |category: |Views: 14

tags: another

ORM (object-relational mapping) in .NET 3.5(dotnetslackers.com)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

What this article covers is a general introduction to ORM concepts, the approach that .NET 3.5 takes, and how it compares to these other packages. read more...

1 comment |category: |Views: 272

tags: another

ASP.NET MVC Framework - ScottGu's Blog (weblogs.asp.net)

submitted by ashmindashmind(775) 4 years, 7 months ago

ASP.NET MVC Framework described by ScottGu. read more...

7 comments |category: |Views: 85

tags: another

Community Convergence XXXIII(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 7 months ago

Welcome to the thirty-third edition of Community Convergence. This week we have a new video called Programming in the Age of Concurrency featuring Anders Hejlsberg and parallel computing wunderkind Joe Duffy. In another context, Joe reminds us that there is a Parallel computing CTP planned for later in 2007. He recommends watching his blog if you want updates on this anticipated release. On a somewhat lighter note, there is also an amazing post from Luke Hoban, who has written a LINQ query that implements the Ray Tracing algorithm. See also the links to the ALT.NET controversy included in the "From the C# Community" section of this post. read more...

add a comment |category: |Views: 0

tags: another

SharpCacheSessionManager(aspadvice.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 7 months ago

The SharpCacheSessionManager is a HttpHandler that allows to display the entries stored in the Cache, Session and Application object. You can view the data stored inside the objects and you can also remove the objects from the corresponding storage. read more...

1 comment |category: |Views: 11

tags: another

SubSonic ASP.NET Providers(weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 7 months ago

I am announcing the SubSonic ASP.NET Providers (now only Membership and Roles) using the SubSonic DAL and the official Beta 1 release. read more...

1 comment |category: |Views: 26

tags: another

What Subversion 1.5 has in store for you?(viratics.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

It’s been long time and we keep hearing a lot about Subversion 1.5. I am a bit curious and tempted to see what actually it has to offer us. read more...

add a comment |category: |Views: 4

tags: another