Learn dot net

October 11, 2006

Code Style Enforcer

Filed under: Learn,Links,Tutorial — Aris Priyantoro @ 8:19 am

Code style enforcer is a tools to enforce your C# code into Idesign standard rule.

http://joel.fjorden.se/static.php?page=CodeStyleEnforcer

nice plugins… 🙂

October 6, 2006

Add some website on Windows XP Pro

Filed under: Learn,Links,Tutorial — Aris Priyantoro @ 11:37 am

Basically, Windows XP Profesional can’t add multiple domain into IIS. There is only one root. Here the tools to modify the root into one or more.

http://www.codeproject.com/csharp/IIsAdminNet.asp

September 21, 2006

XSLT ?

Filed under: Learn — Aris Priyantoro @ 10:31 am

do you know XSL? If you don’t know, please visit http://www.w3.org/TR/2000/WD-xsl-20001018/. Here some sample links about XSL:

September 18, 2006

Webservices

Filed under: Learn,Tutorial — Aris Priyantoro @ 10:53 pm

how to create webservices on Visual Studio 2003/2005. here some links about that:

If you have any message like that ” The test form is only available for requests from the local machine.” on testing your webservice, try add this syntax into your web.config.

<webServices>
<protocols>
<add name=”HttpGet”/>
<add name=”HttpPost”/>
</protocols>
</webServices>

http://support.microsoft.com/default.aspx?scid=kb;en-us;819267

September 15, 2006

Enabling Sharepoint Webpart on your Visual Studio 2005

Filed under: Learn,Tutorial — Aris Priyantoro @ 9:51 pm

I couldn’t create a sharepoint webpart project using Visual Studio 2005. By googling i found some resources about that, here the resources:

You need to install SharePoint_2003_VS2005_WebPart_Template.vsi V2 corrected version (537,63 KB) first.
But, that installer need another package, that is MSBee .

Then, close your Visual Studio 2005 IDE and reopen it. Now, you can create sharepoint webpart project.

To enabling Sharepoint webpart on Visual Studio 2003, please follow this link http://www.devx.com/dotnet/Article/17518/0/page/1

Develop WebPart

Filed under: Learn,Tutorial — Aris Priyantoro @ 9:42 am

Finally, i can develop webpart after getting some confuse at the beginning. Here some links about it.

September 14, 2006

Microsoft Windows Sharepoint

Filed under: Learn,Tutorial — Aris Priyantoro @ 7:38 pm

I don’t know what Windows Sharepoint is? So, i googling and found some articles about that.

September 8, 2006

Using Cursor on Sql Server

Filed under: Learn — Aris Priyantoro @ 3:04 pm

This is links about cursor on sql server:

September 7, 2006

SQL Server Stored Procedure

Filed under: Learn — Aris Priyantoro @ 2:16 pm

After lunch, I starting learn SQL Server Stored Procedure. Uncle google show me some links:

🙂

September 6, 2006

About NumberFormatInfo

Filed under: Learn — Aris Priyantoro @ 1:52 pm

This is useful links about currency setting in regional setting:

Next Page »

Create a free website or blog at WordPress.com.