mfmaneef

Stories kicked by mfmaneef

ASP.Net WebMatrix Helper for Youtube(www.aneef.net)

submitted by mfmaneefmfmaneef(455) 1 year, 7 months ago

This Article Explains how to create a Youtube Helper for ASP.Net WebMatrix read more...

add a comment |category: |Views: 28

tags: another

Request UAC Elevation for .net Application (Managed Code)(aneef.net)

submitted by mfmaneefmfmaneef(455) 2 years, 10 months ago

This Article explains, how to request the operating system for UAC elevation for an application that requires administrator priviilege in windows VISTA, or windows 7 read more...

add a comment |category: |Views: 387

tags: another

ClickOnce Application,Expired Certificates & Public Key Token PART I(aneef.net)

submitted by mfmaneefmfmaneef(455) 2 years, 11 months ago

ClickOnce allows application updates, only if the updated application manifests are signed with the same certificate (publisher) as was used to originally sign the application manifests. However, most CA’s like Verisign, and many enterprise customers own CA’s generate new certificates with new key pairs and only the same common name (CN). The certificate is used for the Authenticode signature element and for the strong name signature element of the manifest file to protect it against tampering, and to provide identity information for the trust manager. If the signing certificate expires and you publish an application update with a renewed certificate which has different keys, then the update will fail with the error message described in the KB article. read more...

add a comment |category: |Views: 22

tags: another

BookFlip Effect with ASP.Net Listview Control(aneef.net)

submitted by mfmaneefmfmaneef(455) 3 years, 1 month ago

Aneef Explains how to create a javascript bookflip using ASP.Net 3.5 Listview Control . read more...

add a comment |category: |Views: 35

tags: another

Uploading Binary files or Images using LINQ to SQL(aneef.net)

submitted by mfmaneefmfmaneef(455) 3 years, 4 months ago

Uploading Binary Files using LINQ to SQL read more...

add a comment |category: |Views: 224

tags: another

Create PDF with C#(aneef.net)

submitted by mfmaneefmfmaneef(455) 3 years, 10 months ago

Create PDF with C# on the fly read more...

add a comment |category: |Views: 1366

tags: another

IIS and Skype : IIS: The process cannot access the file because it is(aneef.net)

submitted by mfmaneefmfmaneef(455) 4 years, 1 month ago

solution for the error message "IIS: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0×80070020)." read more...

add a comment |category: |Views: 15

tags: another

MSDN Reader!! A Must Have Application!(aneef.net)

submitted by mfmaneefmfmaneef(455) 4 years, 3 months ago

he MSDN Reader allows you to browse through MSDN Magazine articles like never before. Read through articles, view figures and code snippets in an intuitive and easy-to-use experience. read more...

1 comment |category: |Views: 21

tags: another

Visual Studio 2008, C# 3.0, LINQ, ASP.Net 3.5 Getting Started(aneef.net)

submitted by mfmaneefmfmaneef(455) 4 years, 3 months ago

A complete links of best articles to learn visual studio 2008, C# 3.0,LINQ ,and silverlight. read more...

add a comment |category: |Views: 19

tags: another

Show Site Map Description on ASP.Net 2.0 Menu Control(aneef.net)

submitted by mfmaneefmfmaneef(455) 4 years, 3 months ago

Custom Method to show sitemap Description in ASP.Net Menu Control. read more...

1 comment |category: |Views: 24

tags: another

Test Data Generation with Data Dude (sqlserveruniverse.com)

submitted by mfmaneefmfmaneef(455) 4 years, 3 months ago

MVP Dinesh Priyangara writes about Test Data Generation with Data Dude read more...

add a comment |category: |Views: 25

tags: another

SQL Server 2008 Table Valued Parameters(aneef.net)

submitted by mfmaneefmfmaneef(455) 4 years, 5 months ago

using sql server 2008 table valued parameters to pass datatable to stored procedures to insert array of values to the database read more...

add a comment |category: |Views: 9

tags: another