JonnyRocks

Stories kicked by JonnyRocks

ASP.NET MVC tab-based navigation(www.atashbahar.com)

submitted by AtashbaharAtashbahar(40) 1 year, 5 months ago

First of all this is not one of those JavaScript tab navigation scripts. Actually we are going to use no JavaScript. Each tab is going to be linked to an ASP.NET MVC controller action. read more...

add a comment |category: |Views: 380

tags: another

Microsoft Visual Studio - From Past to Present(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 5 months ago

Recently I‘ve been working at a client site where they are using Visual Studio 2005 for their main project. I’ve gotta say that I was a bit surprised since I haven’t come across VS2005 for a few years… I immediately became nostalgic and decided to share. So I’m proud to present, Visual Studio – from past to present! read more...

1 comment |category: |Views: 613

tags: another

Working With ASP.Net MVC Part 4 - Controllers, ControllerActions, and (dev102.com)

submitted by razamitrazamit(4566) 3 years, 3 months ago

In this post we’ll look the first of two parts that really hold our application together, the Controller. In the next post we’ll cover the View and how it ties into the Controller. read more...

add a comment |category: |Views: 200

tags: another

Loading Files From a Remote Server in Silverlight(silverlightshow.net)

submitted by KMillerKMiller(335) 3 years, 3 months ago

In this article, I will demonstrate an application that utilizes the WebClient class to retrieve and display files from a remote server. The article also shows some fun features to enhance the application including Data Binding and a Sample Syntax Highlighter. read more...

add a comment |category: |Views: 26

tags: another

Happy 1234567890(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 3 months ago

On, today, Friday, February 13, 2009 at 6:31:30 PM EST, we reach a unique number of seconds in Unix time. 1234567890 read more...

add a comment |category: |Views: 9

tags: another

Updated CarTrackr to ASP.NET MVC RC(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 3 months ago

As you may have noticed, ASP.NET MVC 1.0 Release Candidate has been released over the night. You can read all about it in ScottGu’s blog post, covering all new tools that have been released with the RC. Since I’ve been trying to maintain a small reference application for ASP.NET MVC known as CarTrackr, I have updated the source code to reflect some changes in the ASP.NET MVC RC. You can download it directly from the CodePlex project page at www.cartrackr.net. read more...

add a comment |category: |Views: 41

tags: another

jQuery 1.3.1 Released(blog.jquery.com)

submitted by sharplifesharplife(4570) 3 years, 4 months ago

This is a fix to recently released jQuery 1.3 read more...

add a comment |category: |Views: 332

tags: another

Hosting a code repository on Live Mesh(blogs.conchango.com)

submitted by JemmJemm(9604) 3 years, 4 months ago

Neat trick how to share SQL Scripts, code or other files through Live Mesh, DropBox or through other similar services that allow sharing and collaboration. read more...

add a comment |category: |Views: 241

tags: another

Whitehouse.gov: an ASP.NET site(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 4 months ago

This article looks into the JavaScript libraries, HTTP headers, platform and more of the new Whitehouse website. It includes statistics and some suggestions. read more...

5 comments |category: |Views: 676

tags: another

30 Common String Operations in C# and VB.NET – Part II(dotnetcurry.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 9 months ago

In the previous article, 30 Common String Operations in C# and VB.NET – Part I, we explored 15 common String operations while working with the String class. In Part II of the article, we will continue with the series and cover 15 more. read more...

add a comment |category: |Views: 461

tags: another

Behind the Scenes at Microsoft.com(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 3 years, 9 months ago

Learn how the Microsoft.com operations team meets the demands for one of the top 5 websites on the Internet today. The team supports the server product teams at Microsoft by "dogfooding" products such as Windows Server 2008, SQL Server 2008 and IIS7 years before being released to customers. Keith and Woody sit down with Brad LeRoss and Jim Dobbin of the MSCOM team discuss the Microsoft.com architecture and infrastructure, history of the team, the process of content delivery and a few funny stories. read more...

1 comment |category: |Views: 395

tags: another

VS 2005 Error 1: "Could not load type..."(realnero.blogspot.com)

submitted by realnerorealnero(95) 3 years, 9 months ago

You can receive this error "Could not load type" error message in your ASP.NET Application, when you browse to .aspx page by using Visual C# .NET or running from local IIS. SYMPTOMS When you browse to an .aspx page, you may receive one of the following error messages: Could not load type 'Namespace.Global'. -or- Could not load type 'Namespace.PageName'. read more...

add a comment |category: |Views: 10

tags: another

ASP.NET data binding essentials(realnero.blogspot.com)

submitted by realnerorealnero(95) 3 years, 9 months ago

ASP.NET introduces a new declarative syntax, <%# %>. This syntax is the basis for using data binding in an .aspx page. All data binding expressions must be contained within these characters. The following list includes examples of simple data binding from multiple sources... read more...

add a comment |category: |Views: 19

tags: another

More information about ASP.NET Page life-cycle and common events(realnero.blogspot.com)

submitted by realnerorealnero(95) 3 years, 9 months ago

I’ve found wonderful document about ASP.NET Page lifecycle events on http://john-sheehan.com/blog. Little information about general page Life-cycle stages and events... read more...

add a comment |category: |Views: 13

tags: another

Outlook Programming: how to find the parent message for a reply or...(realnero.blogspot.com)

submitted by realnerorealnero(95) 3 years, 9 months ago

I'm currently involved in developing Outlook add-in. During that I've faced the problem how to find the parent message for a reply or forward message. The idea is that all messages in a conversation have the same ConversationTopic value, while the ConversationIndex is increased by 5 bytes with each change. read more...

add a comment |category: |Views: 10

tags: another

Software I can't work without (devlicio.us)

submitted by geochatzgeochatz(234) 3 years, 9 months ago

I'm about to configure a new development machine this week. It's going to be my 3rd install from scratch in the last 12 months, which I know is not all that much, but certainly more than I wish I had to. read more...

4 comments |category: |Views: 1099

tags: another