moldava

Stories kicked by moldava

Redirecting an HTTP Request to HTTPS in IIS 7.0(aspalliance.com)

submitted by moldavamoldava(25) 3 years, 10 months ago

Redirecting an HTTP connection to HTTPS is a very common requirement for applications that use SSL channel. A common example is Outlook Web Access (OWA). With Internet Information Services 7.0, we have a new configuration system and a new user interface. Here are the steps that you will need to automatically redirect an HTTP connection to HTTPS read more...

add a comment |category: |Views: 309

tags: another

Build a Web Chat Application using ASP.Net 3.5, LINQ and AJAX (in C# 3(junnark.com)

submitted by moldavamoldava(25) 3 years, 10 months ago

Introduction: A Java Programmer friend of mine once asked me if I have ever built a web chat application. I said "No". He then asked me if I were to build a really simple, monitored, bare minimum, working web chat application, how long do I think will it take (something to that effect). I said, "I don't know". A few days had passed, one lazy evening, I was surfing the web looking for ASP.Net web chat applications. It seems that I can't find one that is simple enough to implement. So I decided to just build something simple from scratch. When I say simple, that just means that: I'm am going to try to build this web chat as fast as possible, with very minimal planning or architecturing. read more...

add a comment |category: |Views: 482

tags: another

How To Write Testable ASP.NET WebForms(davybrion.com)

submitted by DavyBrionDavyBrion(345) 3 years, 10 months ago

Microsoft’s upcoming ASP.NET MCV framework makes it easy to write tests for your application layer logic. But what about those of us who are stuck with ASP.NET WebForms? You can still write highly testable ASP.NET WebForms with only a little bit of extra effort. But that extra effort really pays off in the long run. In this post, i’ll give a detailed description of one approach that has worked for me really well. read more...

add a comment |category: |Views: 411

tags: another

Efficient Paging in SQL Server 2005(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 10 months ago

Sure, SQL Server 2008 is getting ready to drop, but are you familiar with all of the new features that 2005 gave you? Or maybe you haven't used 2005, well, this is a good article to introduce to you several of the new features in SQL Server 2005. read more...

add a comment |category: |Views: 457

tags: another

Lambdas(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 10 months ago

Lambdas are a simple technology with an intimidating name. They sound like they are going to be difficult to understand, but in practice prove to be relatively trivial. Read this post to get an easy to understand overview of a topic is not really so terribly difficult to understand. read more...

add a comment |category: |Views: 553

tags: another

SubSonic - Stored Procedure Tutorial(scribesonic.com)

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

Subsonic makes working with stored procedures and your database simple. Today we'll discuss the basics in getting SubSonic to allow you to very easily interface with stored procedures and your data store. read more...

add a comment |category: |Views: 2375

tags: another

New LINQ provider for Flickr(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 6 months ago

LINQ provider for Flickr gives an easy way to query , add and delete Flickr photos. Here, I will give some sneak preview about how to use the provider to do different operations on Flickr, as if doing queries with SQL objects.... read more...

add a comment |category: |Views: 6

tags: another

5 Reasons why SubSonic is Better than Sliced Bread(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 7 months ago

Toast your bread before you put gravy on it. Use SubSonic in your applications. read more...

4 comments |category: |Views: 58

tags: another

How MVC, jQuery, and SubSonic will make you smile(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years, 7 months ago

Rob shows off some early prototype bits for some mvc.net bits that he's baking into SubSonic. read more...

add a comment |category: |Views: 33

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

Health Monitoring in ASP.NET 2.0: The Basics (aspnet.4guysfromrolla.com)

submitted by moldavamoldava(25) 4 years, 7 months ago

The Health Monitoring system in ASP.NET 2.0 read more...

2 comments |category: |Views: 8

tags: another

Imploding Rails, Jesus DHH, and The Uncle Ben Principle(blog.wekeroad.com)

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

I love Rails - let me just get that out of the way right now. As many who’ve read my blog know, I think it’s the Dog’s Bollucks in terms of a developer’s framework. But that seems to be a problem with Rails - the focus is on rapid development only. What happens after that is up to you. read more...

2 comments |category: |Views: 5

tags: another

Observations on Microsoft MVC for ASP.NET(damieng.com)

submitted by DamienGDamienG(1405) 4 years, 7 months ago

My rough observations and notes from Gurthrie and Hanselman's presentations of the prototype Microsoft MVC at the Alt.Net conference. read more...

add a comment |category: |Views: 3

tags: another