Stories recently tagged with 'Microsoft'

Microsoft is eager to re-claim browser market share(www.codeatnight.com)

submitted by jawadbakharjawadbakhar(60) 9 months, 30 days ago

Well, it's not many days passed Microsoft launched IE9 and they are already talking about IE 10. Does that shows Microsoft's eagerness to re-claim browser market share, I believe Yes. read more...

add a comment |category: |Views: 89

tags: another

How to Connect with Microsoft Dynamics CRM SDK 4.0 using ASP.net(oathsys.com)

submitted by smartbsksmartbsk(41) 1 year, 7 months ago

This Article will be the starting point for learning Microsoft Dynamics CRM. read more...

1 comment |category: |Views: 77

tags: another

Getting Started with SQL Server Data Access using Data Access Applicat(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 9 months ago

In this post, we’ll see how the same tasks that we did using ADO.Net objects can be done using Data Access Application Block. We will also see how it makes the code much more tidier. Data Access Application Block is part of Microsoft Enterprise Library. read more...

add a comment |category: |Views: 17

tags: another

Animaonline Weather API 2.5.0.0 Is Here (animaonline.blogspot.com)

submitted by animaonlineanimaonline(275) 2 years, 1 month ago

Animaonline Weather API 2.5.0.0 Is Here! What's New: The core has been rewritten from scratch and now utilizes LINQ. The API is now much faster and more stable. read more...

add a comment |category: |Views: 66

tags: another

DirectX 11 for Windows 7 and Vista SP2(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 2 years, 3 months ago

DirectX® 11, the next generation of graphics technology, arrives with Windows 7. This is great news for players because the game developers will utilize new features to create rich worlds, realistic characters, and more fluid gameplay. read more...

add a comment |category: |Views: 19

tags: another

NPOI with Excel Table and dynamic Chart(leniel.net)

submitted by lenielleniel(489) 2 years, 4 months ago

NPOI is a great open source project that enables us to create Excel spreadsheets in code using Microsoft .Net Framework. A reader of my blog commented on the post titled Creating Excel spreadsheets .XLS and .XLSX in C# about a problem he was having to get NPOI working with an Excel table bound to a chart. The chart should get updated whenever new data is inserted into the table. NPOI doesn't achieve what the user desires at first but in this post I experiment a workaround to the problem so that you can use NPOI to insert new data on a template spreadsheet that has a table bound to chart. Read on... read more...

add a comment |category: |Views: 347

tags: another

Ajax and JQuery with Microsoft CDN(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 4 months ago

Wonderful announcement. This will surely decrease of the bandwidth usage for the Ajax and JQuery enabled sites in the world. read more...

add a comment |category: |Views: 12

tags: another

Announcing the Microsoft AJAX CDN - ScottGu's Blog(weblogs.asp.net)

submitted by dbasarab617dbasarab617(100) 2 years, 4 months ago

Earlier today the ASP.NET team launched a new Microsoft Ajax CDN (Content Delivery Network) service that provides caching support for AJAX libraries (including jQuery and ASP.NET AJAX). The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes. read more...

add a comment |category: |Views: 202

tags: another

Windows 7 Build 7600 RTM confirmed(bink.nu)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 6 months ago

sources now telling me that Windows 7 is indeed RTM! October 22 is tha launch date and you can buy it on new PC's and in shops. Epect official aanouncement and availability on MSDN, Technet and Volume Licensesing sites soon. 7600.win7_rtm.090710-1945 read more...

add a comment |category: |Views: 16

tags: another

Visual Studio 2008 var Keyword Bug - Microsoft Follow-up(lakario.blogspot.com)

submitted by LakarioLakario(115) 2 years, 7 months ago

Received a follow-up from Microsoft regarding <a href="http://lakario.blogspot.com/2009/07/visual-studio-2008-var-keyword-bug.html">Visual Studio var Keyword Bug</a>. Here's what Microsoft support had to say about the issue. read more...

add a comment |category: |Views: 21

tags: another

Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project(leniel.net)

submitted by lenielleniel(489) 2 years, 7 months ago

Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

add a comment |category: |Views: 1673

tags: another

Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project(leniel.net)

submitted by lenielleniel(489) 2 years, 7 months ago

Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

add a comment |category: |Views: 1673

tags: another

Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project(leniel.net)

submitted by lenielleniel(489) 2 years, 7 months ago

Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

add a comment |category: |Views: 1673

tags: another

Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project(leniel.net)

submitted by lenielleniel(489) 2 years, 7 months ago

Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

add a comment |category: |Views: 1673

tags: another

Microsoft BizSpark: Serving 15,000 startups and counting!(dashtechnical.com)

submitted by kaschimerkaschimer(170) 2 years, 7 months ago

Describes and provides a link to somasegar's blog about Microsoft BizSpark, a program for startups to get some free software from Microsoft. read more...

add a comment |category: |Views: 8

tags: another

Find and Reproduce Heisenbugs – CHESS is the tool for you(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 2 years, 9 months ago

Microsoft is mainly known for 2 things. Windows and Office. However, for programmers, Microsoft is also know for many more projects/product like .NET, Enterprise Library, ASP.NET MVC, Team Foundation Server, SharePoint, etc. Among the few tools that are not really known and publicised at the moment are the projects inside Microsoft Research. This is the land of Beta or “software-never-to-be-released”. read more...

add a comment |category: |Views: 11

tags: another