25 January 2011 0 Comments

How Microsoft IT Leverages Security Enhancements from Windows Server 2008 R2

Microsoft IT Showcase is pleased to announce the publication of How Microsoft IT Leverages Security Enhancements from Windows Server 2008 R2 , which discusses how Microsoft IT leverages the significant security enhancements in Windows Server 2008 R2 to offer an environment that is more secure. Windows Server 2008 R2 offers significant security enhancements related to network access, branch offices, enforcement, and applications control. Learn how Microsoft IT leverages these enhancements to provide a safer and more secure environment for Microsoft employees and partners.

22 September 2009 0 Comments

마이크로소프트의 웹을 위한 제안, REMIX09가 열립니다.

  플랫폼에서 개발, 디자인까지 웹을 위한 마이크로소프트의 제안을 만나보실 수 있는 REMIX’09 / web이 9월 24일 (목) 13시부터 17시 50분까지 삼성동 코엑스 인터컨티넨탈호텔 하모니볼륨(B1)에서 열립니다.

29 August 2009 0 Comments

Site Directory: Customization of the categories form

It is possible to add more values to the default categories and even add more categories or properties to fill for your users creating subsites or site collections. The customization method is the same for both. Create the new custom columns using the supported types: Choice column – it will be a DropDownList with the choices of the field.

10 August 2009 0 Comments

SSRS service might not start after installing Windows Security patches and rebooting the machine

Sometimes, if your server is under heavy load, or after installing Windows Security patches, like http://www.microsoft.com/technet/security/bulletin/ms09-004.mspx  , you might experience issues where the SSRS service fails to start with the following information being logged in the Windows Event Logs: The SQL Server Reporting Services (MSSQLSERVER) service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion. The main reason for which this might happen is that the maximum allowed time for a service start operation has been surpassed. By default, the timeout is set to 30 seconds, which can be a little short in some situations

5 August 2009 0 Comments

Windows 7 kernel을 이해하는데 도움이 되는 동영상들…

Windows 7 이 새로 나왔고 Windows Vista와는 또 다르게 많은 kernel 부분들이 변화 되었습니다. Windows 내부 자료를 가장 잘 알고 있는 개발자들이 직접 설명해 주는 내용을 공유 하고자 합니다. Dave Probert: Inside Windows 7 – User Mode Scheduler (UMS)   Mark Russinovich: Inside Windows 7   Chittur Subbaraman: Inside Windows 7 – Service Controller and Background Processing   Mark Russinovich: From Winternals to Microsoft, On Windows Security, Windows CoreArch   감사합니다

31 July 2009 0 Comments

Random woes

I hate code like this:   void ProductsListView_ItemEditing(Object sender, ListViewEditEventArgs e)   {     ListViewItem item = ProductsListView.Items[e.NewEditIndex];     Label dateLabel = (Label)item.FindControl( “DiscontinuedDateLabel” );     if (String.IsNullOrEmpty(dateLabel.Text))       return ;     //Verify if the item is discontinued.     DateTime discontinuedDate = DateTime.Parse(dateLabel.Text);     if (discontinuedDate < DateTime.Now)     {       Message.Text = “You cannot edit a discontinued item.” ;       e.Cancel = true ;       ProductsListView.SelectedIndex = -1;     }         } Indexing into the item dictionary to find the correct row to edit, then finding specific controls and casting them really sucks, there must be a better way.

31 July 2009 0 Comments

.NET knihovna pro novinky ve Windows 7

Některé z nových funkcí ve Windows 7, ale i předchozích verzí Windows nebyly dostupné v .NET Frameworku a bylo je nutné programovat neřízeném (non-managed) kódu. Případně jste si museli napsat svůj vlastní wrapper. Windows API Code Pack for Microsoft .NET Framework tento nedostatek napravuje.

27 July 2009 0 Comments

Expecting IGMPv3 packets to go out of the machine, but IGMPv2 packets are going out, What is the problem?

Possible Scenario:  On Windows XP or Windows Server 2003 by default IGMPv3 is enabled.

26 July 2009 0 Comments

Announcing Bling 3!

I’d like to announce a newly rewritten release of Bling with many improvements and exciting new features.

23 July 2009 0 Comments

SPNego not working?

After installing Duet, there could be an issue getting SPNego to work.  The issue can manifest in the following way: Browsing to http://servername:50100/osp/TicketIssuer will result in a successful response. Browsing to http://servername.fqdn.domain:50100/osp/TicketIssuer will result in a 401 “not authorized”.

20 July 2009 0 Comments

Juni CU Packages für WSS/MOSS sind vollständig verfügbar

Seit den angekündigten Juni CU Packages sind einige Tage vergangen, bis die Downloads und Artikel komplettiert wurden. Neu ist jetzt auch das Juni CU Package (server-update) für MOSS zum Download verfügbar. WSS – June 2009 Cumulative Update (server-package) MOSS – June 2009 Cumulative Update (server-package) Wir empfehlen folgende Installationsreihenfolge: Service Pack 2 für WSS und die entsprechenden Language Packs Serivce Pack 2 für MOSS und die entsprechenden Language Packs Den Bugfix KB971620…( read more )

19 July 2009 0 Comments

Tip #89: Did you know…You could customize Toolbars in Visual Web Developer?

Visual Web Developer by default shows the standard toolbar. To expose the remaining tool bars, you will have to right click on the standard tool bar area. This will bring up the list of all toolbars available.