yesthatmcgurk

Stories submitted by friends of yesthatmcgurk

Beware of ASP.NET MVC JavaScriptResult (devlicio.us)

submitted by atifazizatifaziz(1000) 3 years, 3 months ago

“While the MVC RC has brought with it many improvements, it has also taken a step towards breaking down the clean separation of concerns with the introduction of the JavaScriptResult ActionResult. …JavaScriptResult puts more power into the hands of the developer, but also assists in shooting yourself in the foot if used improperly.” read more...

add a comment |category: |Views: 155

tags: another

Hotmail Now Does POP3(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 4 months ago

At last I hear you say but good things (well, POP3) come to those who wait and certainly for those who have an iPhone or Blackberry and want Hotmail :) Here’s the deets and thanks to Sarah for the tipoff POP server: pop3.live.com (Port 995) POP SSL required? Yes User name: Your Windows Live ID, for example yourname@hotmail.com Password: The password you usually use to sign in to Hotmail or Windows Live SMTP server: smtp.live.com (Port 25) Authentication required? Yes (this matches your POP username and password) TLS/SSL required? Yes read more...

add a comment |category: |Views: 13

tags: another

The End: 1,400 on Microsoft Across America off work(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 4 months ago

Thank you all for reading my Blog. However, as of today Jan 23, 2009 I am no longer employed by Microsoft. In fact the entire MSAM - Dynamics Team was part of the 1400 folks laid off. Please keep me in mind if you know of any opportunities. Feel free to contact me: Todd Juchem tmj71@hotmail.com Thanks again for your support. read more...

add a comment |category: |Views: 31

tags: another

Yeah baby! Updated SQL 2008 goods on Codeplex(weblogs.asp.net)

submitted by wisemxwisemx(8074) 3 years, 4 months ago

http://www.codeplex.com/ More love from Codeplex and the Microsoft SQL Server team. read more...

add a comment |category: |Views: 12

tags: another

Classic ASP is Dead(stemkoski.com)

submitted by wisemxwisemx(8074) 3 years, 4 months ago

ASP is dead. I think that all developers currently developing in classic ASP should move to ASP.NET or another language like PHP or JSP. If that isn’t an option, then they should give up web development. Like Internet Explorer 6, classic ASP was once a great tool for online development. Unfortunately, it has stayed on the shelf long past the expiration date. read more...

3 comments |category: |Views: 383

tags: another

Vote: Codeplex: New project descriptions in daily RSS(weblogs.asp.net)

submitted by wisemxwisemx(8074) 3 years, 4 months ago

Would you like to see the Project Description in the RSS feed? If so, please vote for this: http://www.codeplex.com/CodePlex/WorkItem/View.aspx?WorkItemId=15723 Thanks read more...

add a comment |category: |Views: 3

tags: another

ALT.NET Podcast Episode 15: Domain Driven Design(altnetpodcast.com)

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

Talking with Rob Conery and James Avery about Domain Driven Design. read more...

add a comment |category: |Views: 243

tags: another

ALT.NET Podcast 14: Object Databases(altnetpodcast.com)

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

Rob Conery and James Avery discuss object databases. read more...

add a comment |category: |Views: 144

tags: another

Welcome to the InfoMesa Project - Official Launch(sambbiblog.spaces.live.com)

submitted by wisemxwisemx(8074) 3 years, 5 months ago

InfoMesa is a project to allow scientists to do more science and more discovery in a collaborative and data-rich environment. The metaphor that we have elected to use as the underlying fabric of the InfoMesa is a Whiteboard. InfoMesa allows any kind of data or visualization to be added to the Whiteboard. Far from static, these tools are interactive, allowing data to be absorbed from data sources like Oracle, SQL Server, Excel Spreadsheets, XML or even Cloud-based web services. InfoMesa, when complete will support imagery, video, 2D connected models, 3D models (lit in a photo realistically manner), web searches, results from web service calls, Image Tile Maps, ScatterPlots, Sticky Notes, Ink Notes, Rich Annotations and Associations. read more...

add a comment |category: |Views: 19

tags: another

How to script all my database objects?(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 6 months ago

One question that sometimes arises is "How can we script all database objects throught some kind of automation?" read more...

add a comment |category: |Views: 12

tags: another

Microsoft ADO.NET team: The future of LINQ To SQL(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 6 months ago

I always get the same question about the future of LINQ to SQL. Finally the ADO.NET Team, which is supporting both LINQ to SQL and Entity Framework, made some clear statements. It is now clear that as of .NET 4.0, LINQ to Entities will be the recommended data access solution for LINQ to relational scenarios. The original statements can be found here: 1st: http://blogs.msdn.com/adonet/archive/2008/10/29/update-on-linq-to-sql-and-linq-to-entities-roadmap.aspx 2nd: http://blogs.msdn.com/adonet/archive/2008/10/31/clarifying-the-message-on-l2s-futures.aspx read more...

add a comment |category: |Views: 21

tags: another

How to Compare / Test the Equality of two Queries in SQL Server(blog.troyd.net)

submitted by powerrushpowerrush(3873) 3 years, 6 months ago

Compare / Test the Equality of two Queries in SQL Server using this short T-SQL read more...

1 comment |category: |Views: 382

tags: another

The simplicity that is the Asp.Net MVC(devlicio.us)

submitted by wisemxwisemx(8074) 3 years, 6 months ago

Today I was browsing my list of RSS feeds and I stumbled upon a posting that showed some Asp.Net code. This code was nothing out of the ordinary, it was simply someone building a table with a repeater. . . read more...

add a comment |category: |Views: 12

tags: another

Free IIS7 Web Deployment sandbox accounts: DiscountASP.NET(blogs.iis.net)

submitted by wisemxwisemx(8074) 3 years, 6 months ago

MS Deploy - Fundamentals If you aren’t familiar with this tool yet, you’re going to want to take the time to browse the documents and give it a try. It is one of the fundamental building blocks that IIS will be building on the next several years. In it’s current beta form, it can be used to: •Migrate entire servers or individual sites from one machine to another (IIS6 –> IIS7) •Sync Servers, Sites, and Applications (IIS6 –> IIS6, and IIS7 –> IIS7) •Create offline packages that can be used as backups, version control, and deployment units Visual Studio 10 Integration! The beta also provides support for ‘delegated’ publishing, which enables Administrators to grant control to developers and Web site owners to do the packaging and publishing without being a machine administrator. This is going to be a huge boon for Shared Hosters especially, allowing richer application publishing than ever before. DiscountASP.net, one of our close hosting partners, is offering 2000 free accounts as part of a limited Beta which allows you to try out this new functionality – sign-up today, availability is limited. read more...

add a comment |category: |Views: 10

tags: another

IIS7 URL Rewrite Module - Video Walkthrough(learn.iis.net)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

This video demonstrates how Microsoft URL Rewrite Module for IIS 7.0 can be used to accomplish common URL manipulation tasks: •Enabling user friendly and search engine friendly URLs for dynamic web pages •Enforcing canonical host names for web sites •Using rewrite maps •Blocking unwanted requests Also the video shows how to troubleshoot and debug rewrite rules. read more...

add a comment |category: |Views: 97

tags: another

Dev humor: Halloween, Daylight Saving Time, Bill Gates' new company(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

Halloween, Daylight Saving Time, Bill Gates' new company and other mysterious things I've read this week ... read more...

add a comment |category: |Views: 10

tags: another