<%@ Language="VBScript" %> <% Option Explicit %> <% Response.Charset = "UTF-8" %> .Net Framework
:: Home   :: About Us   :: Careers   :: Partners   :: Links   :: Site Map   :: Contact Us
  BPM | Business Intelligence | CRM | Freight & Logistics | News     
 



<% 'If DateDiff("h", Application("RSSUpdated"), Now()) >= 2 _ ' Or Request.QueryString("force") <> "" Then Dim objXML Dim objItemList Dim objItem Dim strHTML Set objXML = Server.CreateObject("MSXML2.FreeThreadedDOMDocument") objXML.async = False objXML.setProperty "ServerHTTPRequest", True objXML.Load("http://msdn.microsoft.com/msdnmag/rss/newrss.aspx?year=" & year(now()) & "&tags=asp&fn=MSSharePoint") ' <---- Change this to whatever reader you want If objXML.parseError.errorCode <> 0 Then Response.Write "
" & vbCrLf
       Response.Write "Error: " & objXML.parseError.reason
       Response.Write "Line:  " & objXML.parseError.line & vbCrLf
       Response.Write "Text:  " _
          & Server.HTMLEncode(objXML.parseError.srcText) & vbCrLf
       Response.Write "
" & vbCrLf End If Set objItemList = objXML.getElementsByTagName("item") Set objXML = Nothing For Each objItem In objItemList ' MS rss Feed childNodes: 0=title, 1=link, 3=description 5 = pubdate strHTML = strHTML & "

" & vbCrLf strHTML = strHTML & "" strHTML = strHTML & "" & objItem.childNodes(0).text strHTML = strHTML & "
" & vbCrLf strHTML = strHTML & "" & objItem.childNodes(5).text & "

" & vbCrLf strHTML = strHTML & Replace(objItem.childNodes(3).text, "
", "
") & vbCrLf strHTML = strHTML & "

" & vbCrLf Next Set objItemList = Nothing Application.Lock Application("RSSContent") = strHTML Application("RSSUpdated") = Now() Application.UnLock 'End If %> <%= Application("RSSContent") %>

Microsoft .Net Framework Development

The .NET Framework is Microsoft's managed code programming model for building applications on Windows clients, servers, and mobile or embedded devices. Developers use .NET to build applications of many types: Web applications, server applications, smart client applications, console applications, database applications, and more.

To support this variety, the .NET Framework includes a broad set of supporting class libraries, including: Windows Presentation Foundation (WPF), for visually stunning user experiences on Windows clients; Windows Communication Foundation (WCF), enabling fast and flexible communications among applications across your enterprise; Windows Workflow Foundation (WF), allowing developers to build workflows into any application; ASP.NET, for high-performance and interactive Web-based applications; Libraries for handling XML, data, IO, cryptography, text-to-speech, and more.

MetaLogix is one of the few Microsoft Gold Partners who hold the prestigious Microsoft - Custom Development Solutions Competency.

MetaLogix .Net Development consultants have experience, certifications, to ensure success for all your software development needs.

Contact us today for a free consultation 704-543-1616.

Copyright ? MetaLogix, Inc. All rights reserved