Stories recently tagged with 'Automation'

Two Major Milestones for RoundhousE and UppercuT(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 2 years, 4 months ago

UppercuT now supports SVN, TFS, and GIT for versioning assemblies. RoundhousE is environment aware so it can run environment specific scripts. Check it out for more information, screen shots, etc... read more...

add a comment |category: |Views: 15

tags: another

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

submitted by lenielleniel(504) 2 years, 10 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: 1870

tags: another

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

submitted by lenielleniel(504) 2 years, 10 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: 1870

tags: another

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

submitted by lenielleniel(504) 2 years, 10 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: 1870

tags: another

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

submitted by lenielleniel(504) 2 years, 10 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: 1870

tags: another

UI test automation using Team System(blog.somecreativity.com)

submitted by dnksiddnksid(355) 3 years, 6 months ago

This article illustrates how VSTS can be leveraged to automate testing of winforms UI. read more...

add a comment |category: |Views: 222

tags: another

Automating the install of the SharePoint Application Templates(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years ago

A batch file that will automate the install of the SharePoint Application Templates. read more...

add a comment |category: |Views: 17

tags: another

How to automatically embed DotNetKicks "kick it" links into your Blogg(frogsbrain.blogspot.com)

submitted by frogsbrainfrogsbrain(225) 4 years, 10 months ago

How to insert a tag into your Blogger post template to automatically create "kick it" link in all your Blogger posts. read more...

add a comment |category: |Views: 9

tags: another

Automated code formatting tools(frogsbrain.blogspot.com)

submitted by frogsbrainfrogsbrain(225) 4 years, 10 months ago

Some tools I like to use for creating and maintaining consist code structure and layout. read more...

add a comment |category: |Views: 14

tags: another

CCNet 1.3 released(weblogs.asp.net)

submitted by .NetKicks.NetKicks(1304) 4 years, 11 months ago

Andrew Stopford found out that the famous CI Server "CruiseControl.NET" has gone 1.3. He also links to the related blog post and release notes. read more...

2 comments |category: |Views: 4

tags: another

Home Automation Part 2 – Making Basic Measurements(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 5 months ago

Remotely controlling the temperature of a cabin over the internet. In the previous installment I described my decision to build a temperature and humidity sensor network using modules from IButtonLink.com. The heart of the system is the Link45 which connects the PC’s serial port to the sensor network and provides an ASCII interface to the sensors. read more...

add a comment |category: |Views: 37

tags: another

Home Automation Part 1 - Burning $200 of propane(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 5 months ago

I like to use my knowledge of technology to solve problems outside of work. In this series I explain how I used C# and the Internet to remotely monitor a propane stove in my cabin. While reading about my adventures you will learn about C#, embedded technology, regular expressions, databases, web servers, web cams and much more. read more...

add a comment |category: |Views: 120

tags: another