tiernano

Stories submitted by tiernano

5 screens and a cloud(blog.lotas-smartman.net)

submitted by tiernanotiernano(1658) 2 months, 13 days ago

Microsoft talk about 3 Screens and a cloud... My Question, why not 5? read more...

add a comment |category: |Views: 35

tags: another

Using Dropbox as a personal Git and Mercurial Storage area(blog.lotas-smartman.net)

submitted by tiernanotiernano(1658) 2 months, 28 days ago

Quick tutorial on how to use Dropbox as a shared folder for Git or Mercurial read more...

1 comment |category: |Views: 39

tags: another

WCF Rest POX Service with Help Page(www.devcurry.com)

submitted by tiernanotiernano(1658) 8 months ago

Representational State Transfer (REST) support was included in WCF 3.5. In WCF 4.0, this feature has been enhanced with Help page support. This facility was added as WCF REST allows direct call to OperationContracts, using HTTP protocol by the client application. read more...

add a comment |category: |Views: 19

tags: another

A Loggly Target for NLog(blog.lotas-smartman.net)

submitted by tiernanotiernano(1658) 8 months, 17 days ago

Use Loggly? (A Logging as a Service Application) Using NLog? Try this! use both together! Code available on GitHub read more...

add a comment |category: |Views: 11

tags: another

Running Solr on .NET(bugsquash.blogspot.com)

submitted by tiernanotiernano(1658) 11 months, 1 day ago

Getting the Java Based Solr project working on .NET using IKVM read more...

add a comment |category: |Views: 8

tags: another

Manage your SQL Azure database from your browser(blog.maartenballiauw.be)

submitted by tiernanotiernano(1658) 1 year, 6 months ago

. For those who do not know Houston, this is a lightweight and easy to use database management tool for SQL Azure databases built in Silverlight. Translation: you can now easily manage your SQL Azure database using any browser. It’s not a replacement for SSMS, but it’s a viable, quick solution into connecting to your cloudy database. read more...

add a comment |category: |Views: 3

tags: another

So You'd Like to Send Some Email (Through Code)(www.codinghorror.com)

submitted by tiernanotiernano(1658) 1 year, 9 months ago

Just because you send an email doesn't mean it will arrive. post about how to make sure your email should get though all the firewalls and spam filters... read more...

add a comment |category: |Views: 31

tags: another

Sharpy - an ASP.NET MVC view engine based on Smarty(blog.maartenballiauw.be)

submitted by tiernanotiernano(1658) 1 year, 11 months ago

Are you also one of those ASP.NET MVC developers who prefer a different view engine than the default Webforms view engine available? You tried Spark, NHaml, …? If you are familiar with the PHP world as well, chances are you know Smarty, a great engine for creating views that can easily be read and understood by both developers and designers. And here’s the good news: Sharpy provides the same syntax for ASP.NET MVC! read more...

add a comment |category: |Views: 56

tags: another

Data De-duplication code in C#(blog.lotas-smartman.net)

submitted by tiernanotiernano(1658) 2 years, 1 month ago

some code for building a data de-duplicator in C#. More on this to come eventually... read more...

add a comment |category: |Views: 103

tags: another

Windows comming soon to Amazon EC2(aws.typepad.com)

submitted by tiernanotiernano(1658) 3 years, 4 months ago

This is big news! Amazon are to enable Windows Support on EC2. this will allow users to kick of Windows images for running SQL Servers, IIS instances and anything else (even HPC stuff) in the cloud! SWEET! read more...

2 comments |category: |Views: 331

tags: another

Windows Server 2008, Hyper-V and iTunes not playing nicley(blog.lotas-smartman.net)

submitted by tiernanotiernano(1658) 3 years, 4 months ago

Right, not strictly .NET Releated, but since some of you may be running 2k8 and Hyper-V as workstations, you may also be using iTunes and Apple TVs... This is a warning to you. after a while of syncing, Win2k8 can loose network connectivity... and completly. only way to get it back is reboot... read more...

add a comment |category: |Views: 22

tags: another

Adventures of adding YahooUI (YUI) to a MVC Site (devlicio.us)

submitted by tiernanotiernano(1658) 3 years, 5 months ago

nice howto on using YUI (Yahoo UI) Javascript framework with ASP.NET MVC read more...

add a comment |category: |Views: 92

tags: another

ASP.NET MVC Tip #33 – Unit Test LINQ to SQL(weblogs.asp.net)

submitted by tiernanotiernano(1658) 3 years, 5 months ago

In this tip, Stephen Walther demonstrates how to unit test the LINQ to SQL DataContext object by creating a Fake DataContext. You can perform standard LINQ to SQL inserts, updates, deletes and LINQ queries against the Fake DataContext. read more...

add a comment |category: |Views: 40

tags: another

How Do I: Build and Deploy Database Projects Using Team Build?(coolthingoftheday.blogspot.com)

submitted by tiernanotiernano(1658) 3 years, 6 months ago

"In this video we will look at how to automatically build and deploy Visual Studio Team System 2008 database projects using Team Foundation Build 2008." read more...

add a comment |category: |Views: 58

tags: another

Cold, Hard, Cache!(devlicio.us)

submitted by tiernanotiernano(1658) 3 years, 11 months ago

Don't get me wrong, I really like the Asp.Net Cache (or HttpRuntime.Cache or Uncle Daddy if you want to call it that... you're a little odd aren't you?), but sometimes it just can't be trusted. I mean, I just gave you (the cache) my precious object a second ago and now you claim you don't have it? Did you lose it? Did you sell it on eBay? Did you pawn it to support your habit? Please at least tell me you got a decent price for it. read more...

1 comment |category: |Views: 19

tags: another

Email2HTTP in ASP.NET(blog.lotas-smartman.net)

submitted by tiernanotiernano(1658) 4 years ago

Email2HTTP is a service which redirects your emails to your web server for processing. They dont have any samples for ASP.NET, so here is mine. read more...

add a comment |category: |Views: 2

tags: another