ramiljoaquin

Stories kicked by ramiljoaquin

NHibernate Course-<component/>(ayende.com)

submitted by ramiljoaquinramiljoaquin(465) 1 year, 1 month ago

<component/> is an interesting feature of NHibernate, which map more or less directly into the notion of a Value Type in DDD. This is a way to create an object model with higher granularity than the physical data model. read more...

add a comment |category: |Views: 7

tags: another

How Do I Use StructureMap with ASP.NET MVC 3(stevesmithblog.com)

submitted by bungleboozbunglebooz(1132) 1 year, 4 months ago

As I write this, the best resource for official documentation on ASP.NET MVC 3 is of course MSDN. You can also learn more about ASP.NET MVC 3 here. However, neither of those mention how to properly set up an IOC Container (like StructureMap) with ASP.NET MVC 3. read more...

add a comment |category: |Views: 38

tags: another

Principles, Patterns, and Practices of Mediocre Programming(stevesmithblog.com)

submitted by ssmithssmith(1160) 2 years, 7 months ago

A list of anti-patterns, principles, and practices of software development. read more...

add a comment |category: |Views: 38

tags: another

A Great Buried Sample in Dynamic Data Preview 4 – Dynamic Data Futures(csharpbits.notaclue.net)

submitted by ramiljoaquinramiljoaquin(465) 2 years, 10 months ago

Dynamic Data read more...

add a comment |category: |Views: 14

tags: another

jQuery Selectors - Looks just like CSS (blog.dmbcllc.com)

submitted by ramiljoaquinramiljoaquin(465) 3 years, 6 months ago

Last week we took a look at the jQuery selector syntax which allows us to select elements by their ID, class name or tag name. read more...

add a comment |category: |Views: 18

tags: another

Suspicious DNK Accounts(mattberseth.com)

submitted by jacook11jacook11(350) 3 years, 6 months ago

Conclusion There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page. So guess what happens ... it would appear that a certain number of people are doing this. read more...

7 comments |category: |Views: 336

tags: another

ASP.NET Patterns every developer should know(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 3 years, 7 months ago

In the first of three parts, Alex looks at some of the basic patterns in ASP.NET, and how you can apply these to your ASP.NET applications in a few simple steps. read more...

add a comment |category: |Views: 61

tags: another

Essential Visual Studio Tips & Tricks that Every Developer Should Know(weblogs.asp.net)

submitted by swaltherswalther(975) 3 years, 7 months ago

In this blog entry, Stephen Walther lists the essential tips and tricks that every developer who uses Visual Studio 2008 should know. The list is kept brief. The list focuses on only those tips and tricks that can be used on a daily basis. Almost all of these tips and tricks are just as useful regardless of whether you are building an ASP.NET Web Forms or ASP.NET MVC application. read more...

add a comment |category: |Views: 845

tags: another

Why The Web Application Installer Rocks(blog.wekeroad.com)

submitted by ramiljoaquinramiljoaquin(465) 3 years, 7 months ago

Scott beat me to it. I had been waiting a bit to talk about the new Web Application Installer from the IIS team but got scooped. This isn't the same thing as the Web Platform Installer (which Scott talked about here) - it's a whole different beast that actually installs applications on your machine and configures them (read more from Scott's post). read more...

add a comment |category: |Views: 10

tags: another

7 of my favorite jQuery plugins for use with ASP.NET(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 7 months ago

Seven of my favorite jQuery plugins to use with ASP.NET and ASP.NET AJAX, based on my own successes and failures using them over the past year and a half. read more...

add a comment |category: |Views: 716

tags: another

Upload T-SQL and execute at your hosting provider using an ASP.NET pag(developercontainer.blogspot.com)

submitted by ramiljoaquinramiljoaquin(465) 3 years, 7 months ago

With this approach, you can use the Database Publishing Wizard to generate a T-SQL file from your local database. Then, you can upload the script to your hosting provider, and use the sample ASP.NET page provided to execute the code below. read more...

add a comment |category: |Views: 7

tags: another

ASP .NET Dynamic Data(myvbprof.com)

submitted by ramiljoaquinramiljoaquin(465) 3 years, 7 months ago

This tutorial covers an overview to ASP.NET Dynamic Data features. Dynamic Data is new to the .NET Framework 3.5 (SP1) and provides a way to easily creature, modify, and maintain a data driven website. Microsoft describes Dynamic Data as: read more...

add a comment |category: |Views: 18

tags: another

Don’t run production ASP.NET Applications with debug=”true” enabled (weblogs.asp.net)

submitted by ramiljoaquinramiljoaquin(465) 3 years, 7 months ago

One of the things you want to avoid when deploying an ASP.NET application into production is to accidentally (or deliberately) leave the <compilation debug=”true”/> switch on within the application’s web.config file. read more...

2 comments |category: |Views: 22

tags: another

Dynamic Data – Custom Metadata Providers(csharpbits.notaclue.net)

submitted by ramiljoaquinramiljoaquin(465) 3 years, 7 months ago

This is really just an addition to Matt Berseth's article Dynamic Data And Custom Metadata Providers from August 24, 2008, all I wanted to do was add the same features to the Table/Class not just the Columns/Properties. So you can see the full explanation over at Matt Berseth's blog. So here are the listings: read more...

add a comment |category: |Views: 46

tags: another

ASP.NET Dynamic Data Links(csharpbits.notaclue.net)

submitted by ramiljoaquinramiljoaquin(465) 3 years, 7 months ago

This is really just an addition to Matt Berseth's article Dynamic Data And Custom Metadata Providers from August 24, 2008, all I wanted to do was add the same features to the Table/Class not just the Columns/Properties. So you can see the full explanation over at Matt Berseth's blog. So here are the listings: read more...

add a comment |category: |Views: 4

tags: another

Client Templating with jQuery(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 7 months ago

Client templating in Javascript can be a great tool to reduce the amount of code you have to write to create markup content on the client. There are a number of different ways that templating can be accomplished from a purely manual approach to a full templating engine. In this entry I'll look at several different approaches. read more...

add a comment |category: |Views: 327

tags: another