asp
Here are 562 public repositories matching this topic...
Right now when I need to create a new website what should I choose? The templates look similar but with some differences. I think this should be documented with some good guidance for beginners.
Document Details
- ID: 0b952f8a-18e1-4843-0741-6ca877fb303a
- Version Independent ID: d80dfb96-bc86-a
Describe the solution you'd like
The Samples for Steeltoe 3.0 (master) need to reflect the updates we have added.
This ticket requests a complete review of the Samples in the repo to update them for the latest implementation.
Hi!
First of all, congratulations on this extremely useful library.
I would like to ask you to improve your documentation regarding custom attributes.
I spent some hours trying to do something that I didn't know if was really possible to do with SoapEngine and with some liberal interpretation of some messages exchanges I ended up finding out how to do it, but it would be SOOOO much easier
-
Updated
May 22, 2019 - C#
The sample project currently startup and are very blech. Spending some time on showing the features implemented inside of Stuntman and how to implement them would go a long way.\
This should be the feeling right after someone hits F5.
-
Updated
Jun 28, 2020 - TypeScript
Add version info to the portal footer, so the admin can be aware of which version they are using.
- CMS version
- Database version
Redirect() call ignores the name with which "old" rout is being registered in passed Func. Instead it takes just the result Route and calls routes.Add((RouteBase) redirectRoute); (without name argument).
This leads to situation that if some page contains @Url.RouteUrl("name"...) link, it fails to render due to absense of named route.
PS: I need many routes to be redirected to home page, so I
-
Updated
Jul 4, 2020 - JavaScript
It would be great to have unit tests to verify the GeneratedColumns handle:
- Add tests for different data classes to ensure reflection is properly used
- Add tests for classes with mixes of public, private, static properties, and fields
-
Updated
Mar 20, 2020 - ASP
There are several web.config settings which apply only to forum. We need to document them.
-
Updated
Oct 31, 2019 - C#
-
Updated
Jul 1, 2020 - C#
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jun 3, 2020 - C#
-
Updated
Feb 4, 2019 - C#
-
Updated
Sep 11, 2019 - C#
There are content items in the repository that must not be deleted, because in that case the system would become unusable.
- Collect these content items.
- Prevent their deletion through the Content Repository API.
- both delete and move should be forbidden (even to the Trash)
- even if someone tries to delete a parent node of a protected node
-
Updated
Jul 6, 2020 - F#
-
Updated
Apr 12, 2018 - C#
-
Updated
Jun 21, 2020 - C#
-
Updated
Aug 7, 2018 - C#
Similar to #131, but for deserialization.
Given the following class structure:
public class Person : ApiResource
{
public Person()
{
Attribute("Name");
}
public Name Name { get; set; }
}
public class Name
{
public string FirstName { get; set; }
public string LastName { get; set; }
}.
-
Updated
Feb 28, 2020 - C#
-
Updated
Jun 8, 2020 - C#
Improve this page
Add a description, image, and links to the asp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asp topic, visit your repo's landing page and select "manage topics."

This is the closest I was able to find: https://docs.microsoft.com/en-us/aspnet/signalr/overview/guide-to-the-api/hubs-api-guide-javascript-client
I know for example $.connection.hub has an id property, but is there a comprehensive list?