Browse by Tags
All Tags
»
emacs
(RSS)
.NET
ASP.NET
Interop
MSBuild
Not Really Interop
Powershell
REST
SDK
WCF
XAML
XML
05 December 2008
Enable .NET 3.5 goodies in IIS vdir
Some of you may be oddballs like me: you like .NET, you program in .NET, but you don't always use Visual Studio. You hand-code everything for some applications. You often open up a text editor and just start writing a source module, with no wizards, no
Read More...
21 August 2008
Editing XAML in Emacs
Luis Diego Fallas provides some hints. He uses a RELAX NG based parser called nXML mode for emacs. http://langexplr.blogspot.com/2008/08/using-emacs-and-nxml-to-edit-xaml-files.html
Read More...
22 May 2008
Emacs regex to grok csc compilation errors
People have asked about this. This is the regular expression I use to allow emacs' next-error function to handle csc error messages. It is included in the emacs.el that I published previously . Here it is excerpted for convenience. ;; to allow next-error
Read More...
22 April 2008
C# Code Completion in emacs - CSDE now has a CsdeShell
I've been fiddling some more with C# code completion in emacs. I wrote a csde-shell.el that is the CSDE equivalent to JDE 's beanshell.el . It runs as an inferior shell in emacs. The csde code-completion logic calls out to this shell to inquire about
Read More...
21 April 2008
C# Code Completion in emacs - getting beanshell equivalent in CSDE
The beanshell is something that, I think, was specially engineered to support the JDE, and particularly the code completion stuff. In JDEE, emacs starts up a Java VM and runs the beanshell class, in comint (command interpreter) mode. Then emacs can send
Read More...
21 April 2008
C# Code Completion in emacs - a look at Cedet, semantic, and CSDE
In my prior post I wrote that I have a dream of getting c# code completion in emacs. Jason Rumney wrote to me: I think everything you want is here: http://cedet.sourceforge.net/semantic.shtml Semantic is what JDEE uses to provide code completion, and
Read More...
15 April 2008
I have a dream! C# Code Completion in Emacs (csense, dabbrev, etc)
No good options here. I know, dabbrev does some neat things. But it pales in comparison to real code completion as you get in Visual Studio, or, I think, even SharpDevelop. I checked out a module called csense that a lone developer hacked together last
Read More...
15 April 2008
C# snippets for yasnippet.el (Emacs snippets)
Some nice person built yasnippet.el , a snippet package for emacs. You type 2 or 3 letters, then hit TAB, and it expands into a snippet. Like dabbrev, but with forms-based fill-in fields. It's quickie code generation. Sadly, no C# snippets are included.
Read More...
14 April 2008
Getting emacs flymake.el to work with C# modules
[I'm going to try to keep this up to date, because I periodically change tweak and improve flymake setup... Latest is 23 April 2008] I Loooooooove Flymake. Emacs, since a while back, ships with a package called flymake.el , that defines a minor mode.
Read More...
14 April 2008
Dino's .emacs file
[I'm going to try to keep this up to date, because I periodically change tweak and improve flymake setup... Latest is 15 April 2008] This includes all my setup for C# development, including yasnippet, hideshow, flymake, htmlize, defaultcontent, timestamp,
Read More...
14 April 2008
Making Hideshow.el work with Csharp-mode.el and region/endregion
The default hideshow.el stuff in emacs doesn't "do" region/endregion, which is commonly seen in C# modules. Thankfully, the hideshow people thought of this, and made available a customization hook, where you can specify how to navigate blocks within the
Read More...
12 April 2008
Emacs is better than Visual Studio as a C# Development Tool?!!
I recently spent some time fiddling with my setup of emacs on Windows. I use emacs for lots of stuff; just now I optimized my setup for development of C# apps. I knew of the JDEE , which has been around for a long time. JDEE is the Java Development Environment
Read More...
10 April 2008
CopySourceAsHTML in Emacs? Htmlize.el
There's a nice add-in for Visual Studio called CopySourceAsHTML (for VS2005 , VS2008 ), which I have been using for a while now. Turns out there was an earlier progenitor in htmlize.el for emacs. Here's the result:
Read More...
10 April 2008
PowerShell in Emacs, proof!
Here's the proof that you can run powershell as a shell in Emacs . Grab the download from yesterday to get this awesome power yourself!
Read More...
10 April 2008
Run PowerShell as a shell within Emacs
I saw a couple people asking about running powershell as an inferior shell within emacs. Here's what I do. For the tragically unhip, some background: PowerShell is a nifty shell, it ships as an add-on to Windows. Currently at v1.0, but the v2.0 is available
Read More...
More Posts
Next page »
Home
About
Email
All About Interop
Connecting .NET to just about anything else
RSS 2.0
Atom 1.0
Recent Posts
Enable .NET 3.5 goodies in IIS vdir
Geneva supports OASIS WS-Trust, SAML
Connect WebSphere and Java applications to SQL Server
Such a deal! MSDN for startups
REST in WCF: Varying response content type based on HTTP Request Headers
Tags
.NET
AES
AMQP
Amusing
Apache
ASMX
ASP.NET
AXIS
Beta
BizTalk
BizTalkServices
COBOL
CodePlex
CTP
Data
Devices
Docx
Eclipse
emacs
ESB
Exchange
FREE
Google
History
IBM
Identity
IIRF
IIS
Interop
Java
JAXB
JAXWS
JDBC
JMS
JNI
JSON
Links
LINQ
Linux
Models
MOSS
MQ
MSBuild
MSDN
MSMQ
Not Really Interop
OpenID
OpenXML
Oracle
Oslo
OSP
PDC
PHP
Portals
Powershell
Providers
Rant
REST
RSS
Ruby
SAML
SAP
SDK
Services
Sharepoint
Silverlight
SOA
SOAP
SQL
Standards
Sudoku
syslog
TIBCO
Tomcat
Transactions
Unicode
Virtualization
Vista
Visual Studio
VS2005
VS2008
VSShell
VSTO
WCF
Web Service
web2.0
Webcast
WebLogic
Websphere
WF
Word
WordML
WPF
WSDL
WS-Trust
XAML
XML
XMLDSIG
XSD
Zip
Archives
December 2008 (1)
November 2008 (4)
October 2008 (6)
September 2008 (10)
August 2008 (8)
July 2008 (8)
June 2008 (12)
May 2008 (3)
April 2008 (21)
March 2008 (25)
February 2008 (6)
December 2007 (3)
November 2007 (4)
October 2007 (11)
September 2007 (16)
August 2007 (12)
July 2007 (10)
June 2007 (8)
May 2007 (5)
April 2007 (5)
March 2007 (8)
February 2007 (10)
January 2007 (12)
December 2006 (3)
November 2006 (4)
October 2006 (8)
September 2006 (4)
August 2006 (9)
June 2006 (6)
May 2006 (5)
April 2006 (7)
March 2006 (8)
February 2006 (6)
January 2006 (11)
December 2005 (12)
November 2005 (2)
September 2005 (2)
August 2005 (3)
July 2005 (10)
June 2005 (9)
May 2005 (3)
April 2005 (1)
March 2005 (13)
February 2005 (13)
January 2005 (3)
December 2004 (7)
November 2004 (11)
Search
About ...
Blogs / Microsoft
Beat
Dare
John Durant
Paul Andrew
Justin Smith
Craig Kitterman
DrNick
DotNet
Blogs / Other
Christian
MLB
Tim Ewald
CodeBetter
Oleg
Jesus Rodriguez
Downloads
SQL 2005 Express
All MSDN Downloads
.NET 3.0 Runtime
.NET 3.0 SDK
.NET 3.5 Runtime
.NET 3.0 sp1
VS2008 - Trials and Express
.NET 3.5 SDK
Windows Powershell
Keepers
CopySourceAsHtml
Overview of WS-* Standards
.NET App Architecture (book)
Enterprise Development Whitepapers
Visual Studio
.NET feedback center
Wikipedia on .NET
Microsoft + Sun partner on interop
MS.com essentials
Visual Studio Interop
Web services interop
Microsoft Interop Philosophy
Office XML Schema
MS interop
BizTalk Server Team blog
SaaS on MSDN
SOA
SOA Philosophy
Data inside vs outside
OO meets SOA