Microsoft .Net new Logo

.Net Framework, Microsoft, Programming, ASP.NET No Comments »

Logo .Net kini telah berubah, sejak pertama kali di rilis pada tanggal 13 februari 2002 dengan membawa versi .Net Framework 1.0 lalu, lanjut dengan versi .Net Framework 1.1 pada 3 april 2003.

net_logo

Selanjutnya pada tanggal 22 Januari 2006 microsoft kembali me-rilis .Net Framework 2.0 berbarengan dengan di luncurkannya Visual Studio 2005 dan SQL server 2005.

Tidak lama setelah sukses dengan rilis sebelumnya Microsoft kembali me-rilis .Net Framework 3.0 atau di sebut juga WinFX.

Pada .Net Framework 3.0 di perkenalkan 4 buah komponen baru yaitu:

  1. WPF (Windows Presentation Foundation)
  2. WCF (Windows Communication Foundation)
  3. WF (Windows Workflow Foundation))
  4. Windows Cardspace –> yang ini sampai sekarang joule belum pernah menemukan penerapannya ;)

Dan yang terakhir adalah pada tanggal 19 November 2007 Microsoft kembali me-rilis .Net Framework 3.5

Dalam PDC 2008 microsoft kembali mengeluarkan .Net Framework 4.0 dan juga informasi mengenai ASP.NET 4.0, Team Foundation Server, Windows 7, F# dan masih banyak lagi.

new_dotnet

Comprehensive List of FTP Status and Error Codes

IIS 1 Comment »

http://support.microsoft.com/kb/318380

Log File Locations By default, IIS puts its log files in the following location:

%WINDIR%\System32\Logfiles

This directory contains separate directories for each World Wide Web (WWW) and FTP site. By default, logs are created in the directories daily and are named with the date (for example, exYYMMDD.log).

Read the rest of this entry »

Selesai juga instalasi ulang laptop

Microsoft, Windows No Comments »

Dear,

finally selesai juga proses instalasi windows xp sp3 system di laptop ku setelah beberapa waktu menggunakan opensuse. Now i’m ready to rock again…

 

image

Powered by Windows XP SP3

Microsoft, Windows 2 Comments »

hm sepertinya update terakhir dari microsoft ini cukup stabil banget. komputer ku udah nyala selama 5 hari dan tidak ada masalah :)

waktu masih XP Service Pack 2 di tinggal 3 hari ajah memory usage nya kalo di pake suka penuh. namun sekarang more stable. thx to microsoft for latest update service pack-nya :)

Powered by XP SP3

clean up your windows

Windows 1 Comment »

image

CCleaner adalah salah satu tool yang dapat digunakan untuk membersihkan cookies untuk Internet Explorer dan Fifefox, windows temporary files dan beberapa temporary files yang dihasilkan oleh aplikasi.

CCleaner is a freeware system optimization and privacy tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. But the best part is that it’s fast (normally taking less than a second to run) and contains NO Spyware or Adware! :)

CCleaner is a freeware PC optimization tool.
It combines a system cleaner that removes unused and temporary files from your system and also a fully featured registry cleaner!
CCleaner allows Windows to run faster, more efficiently and gives you more hard disk space.
The best part is that it’s Small, Fast and Free!

Project on Microsoft Office Project Server 2007

MS Project No Comments »


hm finally kelar juga instalasi aplikasi Project server 2007.

minggu depan akan aku post apa sich microsoft project server itu dan segala hal-nya ^_^

i’ll going home now,

Thx

Log Parser Script Collection

IIS No Comments »

Berikut adalah beberapa script log parser yang akan sering digunakan, untuk hasil reporting.

  • Checking Jenis Browser yang akses web server

 

 

Select top 50 to_int(mul(100.0,PropCount(*))) as Percent, count(*) as TotalHits, cs(User-Agent) as Browserfrom [LogFileName]group by Browserorder by Totalhits desc

  • Melihat total bandwidth harian yang ada di web server


Select To_String(To_timestamp(date, time), ‘MM-dd’) As Day, Div(Sum(cs-bytes),1024) As Incoming(K), Div(Sum(sc-bytes),1024) As Outgoing(K)From [LogFileName]Into BandwidthByDay.gifGroup By Day

  • Total Hits per Hours


SELECT QUANTIZE(TO_LOCALTIME(TO_TIMESTAMP(date,time)),3600) As Hour, cs-uri-stem As Url, COUNT(*) As HitsFROM [LogFileName]WHERE cs-uri-stem LIKE ‘%index.htm%’GROUP BY Url, HourORDER By Url

  • Request by URI

SELECT top 80

QUANTIZE(TO_TIMESTAMP(date, time), 3600) as Hour,
TO_LOWERCASE(STRCAT(’/',EXTRACT_TOKEN(cs-uri-stem,1,’/'))) as URI,
COUNT(*) AS RequestsPerHour,
SUM(sc-bytes) AS TotBytesSent,
AVG(sc-bytes) AS AvgBytesSent,
Max(sc-bytes) AS MaxBytesSent,
ADD(1,DIV(Avg(time-taken),1000)) AS AvgTime,
ADD(1,DIV(MAX(time-taken),1000)) AS MaxTime

FROM [LogFileName]
GROUP BY Hour, URI
Having RequestsPerHour > 10
ORDER BY RequestsPerHour ASC

  • Top 10 Images by size


Select Top 10 StrCat(Extract_Path(TO_Lowercase(cs-uri-stem)),’/') AS RequestedPath, Extract_filename(To_Lowercase(cs-uri-stem)) As RequestedFile, Count(*) AS Hits, Max(time-taken) As MaxTime, Avg(time-taken) As AvgTime, Max(sc-bytes) As BytesSentFrom [LogFileName]Where (Extract_Extension(To_Lowercase(cs-uri-stem)) IN (’gif’;'jpg’;'png’)) AND (sc-status = 200)Group By To_Lowercase(cs-uri-stem)Order By BytesSent, Hits, MaxTime DESC

  • Top 20 clients yang akses ke webserver


Select Top 20 c-ip AS Client, Count(*) AS HitsINTO Chart.gifFROM [LogFileName]GROUP BY c-ipORDER BY Hits Desc

  • Waktu yang dibutuhkan untuk load virtual directory

SELECT CASE EXTRACT_TOKEN(cs-uri-stem, 2, ‘/’) WHEN NULL THEN ‘/’ ELSE EXTRACT_PREFIX(cs-uri-stem, 1, ‘/’) END As VDir, QUANTIZE(time-taken, 100) As TimeTaken, COUNT(*) As NumHits
FROM [LogFileName]
GROUP BY TimeTaken, VDirORDER BY TimeTaken, VDir DESC
SELECT CASE EXTRACT_TOKEN(cs-uri-stem, 2, ‘/’) WHEN NULL THEN ‘/’ ELSE EXTRACT_PREFIX(cs-uri-stem, 1, ‘/’) END As VDir, QUANTIZE(time-taken, 100) As TimeTaken, COUNT(*) As NumHits
FROM ex05111606.log
GROUP BY TimeTaken, VDirORDER BY TimeTaken, VDir DESC

Powered by ScribeFire.

Log Parser Tool

IIS No Comments »

Hm mungkin agak telat untuk membahas apa itu Log Parser namun gak ada salahnya untuk di buat my sticky note :)
Versi terbaru log parser adalah versi Log Parser 2.2 bisa di download di www.logparser.com
Kelebihan dari Log Parser adalah kemampuannya untuk membaca log file pada windows yaitu Event Log, Registry,file system, IIS LOG dan Active Directory lalu menampilkan kembali dalam berbagai macam format seperti file XML, file CSV, HTML dan Chart.

proses untuk membaca dari log file atau lebih dikenal sebagai scripting menggunakan syntax SQL seperti contoh ini:

LogParser “SELECT TimeGenerated, SourceName, EventID, Message INTO Events.xml FROM System”

dan hasilnya akan di tampilkan dalam format XML.

download disini

Powered by ScribeFire.

IIS Status Code

IIS 1 Comment »

IIS 5.0 and 6.0 error status code.

1xx - Informational

These status codes indicate a provisional response. The
client should be prepared to receive one or more 1xx responses before receiving
a regular response.

100 - Continue.
101 - Switching protocols.

2xx - Success

This class of status codes indicates that the server
successfully accepted the client request.

200 - OK. The client request has succeeded.
201 - Created.
202 - Accepted.
203 - Non-authoritative information.
204 - No content.
205 - Reset content.
206 - Partial content.
207 - Multi-Status (WebDay).

Read the rest of this entry »

How to determine your Windows Server 2008 version

w2k8server, Windows No Comments »

[taken from Sander Berkouwer blog]

Microsoft has recently decided to supply every Windows Server 2008 test version with the same major revision number. This number, also known as the Build number, is used often to distinguish test versions. When submitting a bug or asking a question in the TechNet forums you might even get asked for it. (or at least get asked for the ‘name’ of the version)

Major, minor and revisions

Windows versions can be identified using their Major version, their Minor version and their revision. Under the hood all Microsoft Windows versions have this unique combination of numbers. Looking at the Windows NT family of products you can clearly see these combinations when you invoke winver.exe and examine the second line of output:

Windows NT 4 Server 4.0 (Build 1381)
Windows 2000 Server 5.0 (Build 2195)
Windows Server 2003 5.2 (Build 3790)

Clearly Windows NT 4 Server is major version 4 with minor version 0. Both Windows 2000 Server and Windows Server 2003 are major version 5 of Windows NT. They have different minor versions. Windows Vista and Windows Server 2008 are both version 6.0 of Windows NT. (They share the same codebase.)

Read the rest of this entry »

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Login
Close
E-mail It