Microsoft TechDays 2013

20.03.2024 02:15 Druhý ročník konferencie Microsoft TechDays 2013 predstavil vývojárom a IT profesionálom Windows 8, Windows Server 2012 a nové skvelé veci vo Windows Azure. Tento event je obrovský a rozdelený až na štyri hlavné bloky. Ako zvyčajne som si zvolil vývojársky blok a i keď sa veľa vecí o Windows 8 opakovalo z minulého ročníka, tak vďaka prednáškam o Windows Azure Mobile Services 

Steve Ballmer skončí v Microsofte

20.03.2024 02:15 Veľmi nečakaná správa takto na piatok – Steve Ballmer oznámil, že do roka skončí na pozícii CEO v Microsofte. Ballmer nedávno zahájil reštrukturalizáciu firmy pod označením „One Microsoft“, ktorá si kladie za cieľ zjednodiť mnohé divízie a produkty ktoré Microsoft vytvára. Tom Warren v rozhovore s J.D. Bohnom sa vyjadril, že Microsoft pod Ballmerovým vedením bol síce ziskový, ale 

Windows 8.1 sa nedostane k vývojárom

20.03.2024 02:15 Microsoft dokončil vývoj Windows 8.1 RTM , ale po novom sa k tejto verzii nedostanú vývojári ani IT profesionáli a budú si musieť počkať až na oficiálne dostupnú verziu ktorá bude uvedená na trh 18. októbra, kedy sa Windows 8.1 automaticky nainštaluje ako bezplatný update na Windows 8. Windows 8.1 vo finálnej verzii RTM dostali k dispozícii iba hardvéroví partneri 

Apple Wireless Keyboard – Slovak

20.03.2024 02:15 Potreboval som k MacBook Pro bezdrôtovú klávesnicu pre nové prostredie s externým displejom a keďže som potreboval aby na nej boli funkčné tlačidlá pre OS X na výber mi veľa nezostávalo a kúpil som si Apple Wireless Keyboard so slovenským layout. Skvelá výhoa je, že tá klávesnica je úplne rovnako veľká ako tá na MacBook Pro a 

Digital signatures for binaries in open source projects

20.03.2024 02:15 Digital signatures provides proof that the file was authored by a trusted entity. They allow to verify the integrity of applications distributed in binary form. On Windows, software authors use Authenticode to sign the application and its setup package so Windows can verify who made the application and it allows IT adminstrators to create policies 

.gitattributes templates

20.03.2024 02:15 gitattributes.io is a service for generating .gitattribute files from templates. The service is inspired by gitignore.io where you can quickly bootstrap your .gitignore files. Choose templates on web interface, or use the very simple API to list template names and generate new .gitattribute file content. To generate .gitattributes file for you web project, just call: https://gitattributes.io/api/web Working 

NetOffice – develop solutions for Microsoft Office apps easily

20.03.2024 02:15 NetOffice is a great .NET library which can be used to develop solutions for Microsoft Office apps. The library supports automation and extension scenarios. Automation Use the NetOffice library to automate Microsoft Office apps. You can generate Office documents, transform and print them. You can automate repetitive actions like adding signatures and pictures to Word documents, 

Run InspectCode in your GitHub Actions

20.03.2024 02:15 When you build .NET projects and you are using GitHub Actions to build your code, you cna now run code inspections with InspectCode without hassle. InspectCode is a tool from the free ReSharper Command Line Tools . It can do solution-wide analysis of .NET code. To use it in GitHub Actions, just add this code to 

NetOffice.Core v1.7.4.11: System.NullReferenceException

20.03.2024 02:15 TLDR: To fix this issue, migrate your project to use our official packages which are named NetOfficeFw and are published by netoffice account. > This bug does not exists in the NetOfficeFw.Core v1.7.4.11 package and it is not a bug in the official NetOffice source code. Symptoms When you use packages like NetOffice.Word, NetOffice.Excel, NetOffice.Oulook and 

Appcast library

03.03.2024 04:30 For our Slido integration with Microsoft PowerPoint on macOS we used the Sparkle library to do automatic updates of our main Slido application. Our code also runs inside PowerPoint and we need to do checks if new versions are available. Unfortunately we cannot use the full Sparkle framework because of technical limitations for add-ins running