RSS

Archive | .Net Related RSS feed for this section

FCKEDitor – FIXED Image Upload dialog hang for .net

25. September 2009

1 Comment

Well This issue has been bugging alot of people around the net it seems. I’m one of the victim too *sigh*.. anways bianchi007, a member in the CKSource Site forums had posted a solution. thought it would be worth to share. Here is the solution which was posted in this thread. This is for the .net assembly [...]

Continue reading...

Scott Guthrie Announces the WebsiteSpark Program

24. September 2009

0 Comments

Scott guthrie just did a great announcement about the WebsiteSpark Program. what is WebsiteSpark? WebsiteSpark is designed for independent web developers and web development companies that build web applications and web sites on behalf of others.  It enables you to get software, support and business resources from Microsoft at no cost for three years, and enables you [...]

Continue reading...

ClickOnce Application,Expired Certificates & Public Key Token PART III – Pushing .net Framework 3.5

9. July 2009

0 Comments

In the last few weeks I wrote 2 articles on how to resolve ClickOnce certificate expiration issues. you can find those articles here : ClickOnce Application,Expired Certificates & Public Key Token PART I ClickOnce Application,Expired Certificates & Public Key Token PART II During my work on this ClickOnce update, we decided to upgrade the application to target [...]

Continue reading...

Request UAC Elevation for .net Application (Managed Code)

29. June 2009

5 Comments

Its about time for us to get ready for Windows 7. and most of us have to develop applications compatible to Windows 7, Vista, and Server 2008. and sometimes we need applications to run with administrative privileges. and that’s not a big deal. but in these new Operating Systems, even an administrator is sometimes locked [...]

Continue reading...

PDB Files: What Every Developer Must Know

13. May 2009

0 Comments

This is just a link post for the post below: PDB Files: What Every Developer Must Know This Morning Merill  twitted a link on his twitter, for this valuable post about PDB Files by John Robbins. honestly I didn’t know much about the importance of PDB files until I read this.  I  think each .Net Developer must read [...]

Continue reading...

ASP.Net 3.5 ListView Control and Book Flip effect

16. April 2009

3 Comments

one of the coolest control in ASP.Net 3.5 is its Listview Control. its too CSS friendly, and we can use it to achieve many great content presentations. if you go to scottgu’s blog you can find some good articles on how to use the listview control. recently I did such an implementation. its using the [...]

Continue reading...

Uploading Binary files or Images using LINQ to SQL

16. January 2009

7 Comments

Today I received an email from a friend, asking how to save a binary file in to the database using LINQ to SQL.  This was the second time a person had asked me the same question, So I thought of having a blog entry about it. Assume that we need to upload a file  and save [...]

Continue reading...

Compare and update XML File with the changes

30. October 2008

0 Comments

Recently I had a requirement to compare 2 XML Files, which has the existing and new settings of an application stored in them. what I wanted to do is when a new XML file of settings is arrived, I had to compare and retain the existing settings, and add any new ones if there are [...]

Continue reading...
Follow me